mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
change stuff
This commit is contained in:
parent
6396f0d370
commit
75b1afdd4d
5 changed files with 14 additions and 7 deletions
|
@ -11,6 +11,7 @@ glx-no-stencil = true;
|
|||
glx-copy-from-front = false;
|
||||
|
||||
# }}}
|
||||
|
||||
# Shadows -------------------------------- {{{
|
||||
shadow = true;
|
||||
shadow-radius = 20;
|
||||
|
@ -69,7 +70,7 @@ blur-size = 20;
|
|||
# Do not let blur radius adjust based on window opacity.
|
||||
blur-background-fixed = false;
|
||||
blur-background-exclude = [
|
||||
#"window_type = 'dock'",
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
|
||||
"! name~=''",
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
[colors]
|
||||
;background = ${xrdb:color0:#222}
|
||||
;background = #bb282828
|
||||
background = #88282828
|
||||
;background = #88282828
|
||||
background = #00282828
|
||||
;background = #222
|
||||
background-alt = #444
|
||||
;foreground = ${xrdb:color7:#222}
|
||||
|
@ -70,8 +71,8 @@ font-0 = fixed:pixelsize=10;1
|
|||
;font-0 = "JetBrainsMono Nerd Font:fontformat=truetype:size=10;2"
|
||||
;font-0 = "Iosevka Nerd Font:size=10;1"
|
||||
;font-1 = "NotoEmoji:scale=10;1"
|
||||
font-1 = "Symbola:size=12;1"
|
||||
font-2 = FontAwesome5Free:style=Solid:size=10;1
|
||||
font-1 = "Symbola:size=10;1"
|
||||
font-2 = FontAwesome5Free:style=Solid:size=8;0
|
||||
;font-1 = "FontAwesome:fontformat=truetype:size=12;1"
|
||||
|
||||
|
||||
|
@ -106,8 +107,10 @@ format-mounted = <label-mounted>
|
|||
;format-mounted-prefix = "disk: "
|
||||
;format-mounted-prefix-foreground = ${colors.foreground-alt}
|
||||
format-mounted-prefix = "%{F#0fca42} %{F-} "
|
||||
#format-mounted-underline = #0fca42
|
||||
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
|
||||
;format-mounted-prefix = " "
|
||||
;format-mounted-underline = #0fca42
|
||||
;label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
|
||||
label-mounted = %percentage_used%%
|
||||
label-unmounted = %mountpoint% not mounted
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
@ -132,6 +135,7 @@ interval = 2
|
|||
;format-prefix = "cpu: "
|
||||
;format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix = "%{F#f9a000} %{F-} "
|
||||
;format-prefix = " "
|
||||
#format-underline = #f9a000
|
||||
label = %percentage:2%%
|
||||
|
||||
|
@ -141,6 +145,7 @@ interval = 2
|
|||
;format-prefix = "mem: "
|
||||
;format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix = "%{F#0a6cf5} %{F-} "
|
||||
;format-prefix = " "
|
||||
#format-underline = #0a6cf5
|
||||
label = %percentage_used%%
|
||||
|
||||
|
@ -153,6 +158,7 @@ time = %H:%M
|
|||
time-alt = %H:%M:%S
|
||||
|
||||
format-prefix = "%{F#fbff8c} %{F-}"
|
||||
;format-prefix = " "
|
||||
;format-prefix-foreground = ${colors.foreground-alt}
|
||||
;#format-underline = #4bffdc
|
||||
#format-underline = #fbff8c
|
||||
|
|
Binary file not shown.
|
@ -151,7 +151,7 @@ myStartupHook = do
|
|||
spawnOnce "clipmenud"
|
||||
spawn "xset r rate 300 50" -- make key repeat quicker
|
||||
spawn "/home/leon/.config/polybar/launch.sh"
|
||||
spawn "feh --bg-fill /home/leon/Bilder/wallpapers/wp2121816-mazda-miata-wallpapers.jpg"
|
||||
spawn "feh --bg-fill /home/leon/Bilder/wallpapers/abstract_mountain.png"
|
||||
setWMName "LG3D" -- Java stuff hack
|
||||
|
||||
-- }}}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue