parent
073f211899
commit
a768e1a892
6 changed files with 235 additions and 10 deletions
@ -0,0 +1,89 @@ |
||||
# Shadow |
||||
shadow = false; |
||||
no-dnd-shadow = true; |
||||
no-dock-shadow = false; |
||||
clear-shadow = true; |
||||
shadow-radius = 7; |
||||
shadow-offset-x = -7; |
||||
shadow-offset-y = -7; |
||||
shadow-opacity = 0.8; |
||||
# shadow-red = 0.0; |
||||
# shadow-green = 0.0; |
||||
# shadow-blue = 0.0; |
||||
shadow-exclude = [ |
||||
"name = 'Notification'", |
||||
"class_g = 'conky'", |
||||
"class_g ?= 'Notify-osd'", |
||||
"class_g = 'Cairo-clock'", |
||||
"_GTK_FRAME_EXTENTS@:c" |
||||
]; |
||||
# shadow-exclude = "n:e:Notification"; |
||||
# shadow-exclude-reg = "x10+0+0"; |
||||
# xinerama-shadow-crop = true; |
||||
|
||||
# Opacity |
||||
#menu-opacity = 0.8; |
||||
#inactive-opacity = 0.8; |
||||
#active-opacity = 0.8; |
||||
#frame-opacity = 0.7; |
||||
#inactive-opacity-override = false; |
||||
#alpha-step = 0.06; |
||||
# inactive-dim = 0.2; |
||||
# inactive-dim-fixed = true; |
||||
# blur-background = true; |
||||
# blur-background-frame = true; |
||||
#blur-kern = "3x3box" |
||||
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" |
||||
# blur-background-fixed = true; |
||||
#blur-background-exclude = [ |
||||
# "window_type = 'dock'", |
||||
# "window_type = 'desktop'", |
||||
# "_GTK_FRAME_EXTENTS@:c" |
||||
#]; |
||||
# opacity-rule = [ "80:class_g = 'URxvt'" ]; |
||||
|
||||
# Fading |
||||
fading = true; |
||||
# fade-delta = 30; |
||||
fade-in-step = 0.03; |
||||
fade-out-step = 0.03; |
||||
# no-fading-openclose = true; |
||||
# no-fading-destroyed-argb = true; |
||||
fade-exclude = [ ]; |
||||
|
||||
# Other |
||||
backend = "glx" |
||||
#mark-wmwin-focused = true; |
||||
#mark-ovredir-focused = true; |
||||
# use-ewmh-active-win = true; |
||||
detect-rounded-corners = true; |
||||
detect-client-opacity = true; |
||||
refresh-rate = 0; |
||||
vsync = "opengl-swc"; |
||||
dbe = false; |
||||
paint-on-overlay = true; |
||||
# sw-opti = true; |
||||
# unredir-if-possible = true; |
||||
# unredir-if-possible-delay = 5000; |
||||
# unredir-if-possible-exclude = [ ]; |
||||
#focus-exclude = [ "class_g = 'Cairo-clock'" ]; |
||||
#detect-transient = true; |
||||
#detect-client-leader = true; |
||||
#invert-color-include = [ ]; |
||||
# resize-damage = 1; |
||||
|
||||
# GLX backend |
||||
# glx-no-stencil = true; |
||||
#glx-copy-from-front = false; |
||||
# glx-use-copysubbuffermesa = true; |
||||
# glx-no-rebind-pixmap = true; |
||||
#glx-swap-method = "undefined"; |
||||
# glx-use-gpushader4 = true; |
||||
# xrender-sync = true; |
||||
# xrender-sync-fence = true; |
||||
|
||||
# Window type settings |
||||
#wintypes: |
||||
#{ |
||||
# tooltip = { fade = true; shadow = true; opacity = 0.90; focus = true; }; |
||||
#}; |
@ -0,0 +1,134 @@ |
||||
* { |
||||
selected-normal-foreground: rgba ( 251, 241, 199, 100 % ); |
||||
foreground: rgba ( 236, 153, 88, 100 % ); |
||||
normal-foreground: @foreground; |
||||
alternate-normal-background: rgba ( 50, 48, 47, 95 % ); |
||||
red: rgba ( 220, 50, 47, 100 % ); |
||||
selected-urgent-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
blue: rgba ( 38, 139, 210, 100 % ); |
||||
urgent-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
alternate-urgent-background: rgba ( 204, 36, 29, 95 % ); |
||||
active-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
lightbg: rgba ( 238, 232, 213, 100 % ); |
||||
selected-active-foreground: rgba ( 40, 40, 40, 100 % ); |
||||
alternate-active-background: rgba ( 215, 153, 33, 95 % ); |
||||
background: rgba ( 40, 40, 40, 95 % ); |
||||
alternate-normal-foreground: @foreground; |
||||
normal-background: rgba ( 40, 40, 40, 95 % ); |
||||
lightfg: rgba ( 88, 104, 117, 100 % ); |
||||
selected-normal-background: rgba ( 102, 92, 84, 100 % ); |
||||
border-color: rgba ( 236, 153, 88, 100 % ); |
||||
spacing: 2; |
||||
separatorcolor: rgba ( 236, 153, 57, 100 % ); |
||||
urgent-background: rgba ( 204, 36, 29, 95 % ); |
||||
selected-urgent-background: rgba ( 251, 73, 52, 100 % ); |
||||
alternate-urgent-foreground: @urgent-foreground; |
||||
background-color: rgba ( 0, 0, 0, 0 % ); |
||||
alternate-active-foreground: @active-foreground; |
||||
active-background: rgba ( 215, 153, 33, 95 % ); |
||||
selected-active-background: rgba ( 250, 189, 47, 100 % ); |
||||
} |
||||
#window { |
||||
background-color: @background; |
||||
border: 2; |
||||
border-radius: 1; |
||||
padding: 10; |
||||
} |
||||
#mainbox { |
||||
border: 0; |
||||
padding: 0; |
||||
} |
||||
#message { |
||||
border: 2px 0px 0px ; |
||||
border-color: @separatorcolor; |
||||
padding: 1px ; |
||||
} |
||||
#textbox { |
||||
text-color: @foreground; |
||||
} |
||||
#listview { |
||||
fixed-height: 0; |
||||
border: 2px 0px 0px ; |
||||
border-color: @separatorcolor; |
||||
spacing: 2px ; |
||||
scrollbar: false; |
||||
padding: 2px 0px 0px ; |
||||
} |
||||
#element { |
||||
border: 0; |
||||
padding: 1px ; |
||||
} |
||||
#element.normal.normal { |
||||
background-color: @normal-background; |
||||
text-color: @normal-foreground; |
||||
} |
||||
#element.normal.urgent { |
||||
background-color: @urgent-background; |
||||
text-color: @urgent-foreground; |
||||
} |
||||
#element.normal.active { |
||||
background-color: @active-background; |
||||
text-color: @active-foreground; |
||||
} |
||||
#element.selected.normal { |
||||
background-color: @selected-normal-background; |
||||
text-color: @selected-normal-foreground; |
||||
} |
||||
#element.selected.urgent { |
||||
background-color: @selected-urgent-background; |
||||
text-color: @selected-urgent-foreground; |
||||
} |
||||
#element.selected.active { |
||||
background-color: @selected-active-background; |
||||
text-color: @selected-active-foreground; |
||||
} |
||||
#element.alternate.normal { |
||||
background-color: @alternate-normal-background; |
||||
text-color: @alternate-normal-foreground; |
||||
} |
||||
#element.alternate.urgent { |
||||
background-color: @alternate-urgent-background; |
||||
text-color: @alternate-urgent-foreground; |
||||
} |
||||
#element.alternate.active { |
||||
background-color: @alternate-active-background; |
||||
text-color: @alternate-active-foreground; |
||||
} |
||||
#scrollbar { |
||||
width: 4px ; |
||||
border: 0; |
||||
handle-color: @normal-foreground; |
||||
padding: 0; |
||||
} |
||||
#sidebar { |
||||
border: 2px 0px 0px ; |
||||
border-color: @separatorcolor; |
||||
} |
||||
#button { |
||||
spacing: 0; |
||||
text-color: @normal-foreground; |
||||
} |
||||
#button.selected { |
||||
background-color: @selected-normal-background; |
||||
text-color: @selected-normal-foreground; |
||||
} |
||||
#inputbar { |
||||
spacing: 2; |
||||
text-color: @normal-foreground; |
||||
padding: 2px ; |
||||
} |
||||
#case-indicator { |
||||
spacing: 0; |
||||
text-color: @normal-foreground; |
||||
} |
||||
#entry { |
||||
spacing: 0; |
||||
text-color: @normal-foreground; |
||||
font: "Source Code Pro Semibold 20"; |
||||
} |
||||
#prompt { |
||||
spacing: 0; |
||||
padding: 2; |
||||
text-color: @normal-foreground; |
||||
font: "Source Code Pro Medium Italic 14"; |
||||
} |
After Width: | Height: | Size: 2.8 MiB |
Loading…
Reference in new issue