change stuff

This commit is contained in:
Leon Kowarschick 2020-04-19 13:50:17 +02:00
parent 6396f0d370
commit 75b1afdd4d
5 changed files with 14 additions and 7 deletions

View file

@ -11,6 +11,7 @@ glx-no-stencil = true;
glx-copy-from-front = false; glx-copy-from-front = false;
# }}} # }}}
# Shadows -------------------------------- {{{ # Shadows -------------------------------- {{{
shadow = true; shadow = true;
shadow-radius = 20; shadow-radius = 20;
@ -69,7 +70,7 @@ blur-size = 20;
# Do not let blur radius adjust based on window opacity. # Do not let blur radius adjust based on window opacity.
blur-background-fixed = false; blur-background-fixed = false;
blur-background-exclude = [ blur-background-exclude = [
#"window_type = 'dock'", "window_type = 'dock'",
"window_type = 'desktop'", "window_type = 'desktop'",
"! name~=''", "! name~=''",

View file

@ -21,7 +21,8 @@
[colors] [colors]
;background = ${xrdb:color0:#222} ;background = ${xrdb:color0:#222}
;background = #bb282828 ;background = #bb282828
background = #88282828 ;background = #88282828
background = #00282828
;background = #222 ;background = #222
background-alt = #444 background-alt = #444
;foreground = ${xrdb:color7:#222} ;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 = "JetBrainsMono Nerd Font:fontformat=truetype:size=10;2"
;font-0 = "Iosevka Nerd Font:size=10;1" ;font-0 = "Iosevka Nerd Font:size=10;1"
;font-1 = "NotoEmoji:scale=10;1" ;font-1 = "NotoEmoji:scale=10;1"
font-1 = "Symbola:size=12;1" font-1 = "Symbola:size=10;1"
font-2 = FontAwesome5Free:style=Solid:size=10;1 font-2 = FontAwesome5Free:style=Solid:size=8;0
;font-1 = "FontAwesome:fontformat=truetype:size=12;1" ;font-1 = "FontAwesome:fontformat=truetype:size=12;1"
@ -106,8 +107,10 @@ format-mounted = <label-mounted>
;format-mounted-prefix = "disk: " ;format-mounted-prefix = "disk: "
;format-mounted-prefix-foreground = ${colors.foreground-alt} ;format-mounted-prefix-foreground = ${colors.foreground-alt}
format-mounted-prefix = "%{F#0fca42}  %{F-} " format-mounted-prefix = "%{F#0fca42}  %{F-} "
#format-mounted-underline = #0fca42 ;format-mounted-prefix = "  "
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% ;format-mounted-underline = #0fca42
;label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
label-mounted = %percentage_used%%
label-unmounted = %mountpoint% not mounted label-unmounted = %mountpoint% not mounted
label-unmounted-foreground = ${colors.foreground-alt} label-unmounted-foreground = ${colors.foreground-alt}
@ -132,6 +135,7 @@ interval = 2
;format-prefix = "cpu: " ;format-prefix = "cpu: "
;format-prefix-foreground = ${colors.foreground-alt} ;format-prefix-foreground = ${colors.foreground-alt}
format-prefix = "%{F#f9a000}  %{F-} " format-prefix = "%{F#f9a000}  %{F-} "
;format-prefix = "  "
#format-underline = #f9a000 #format-underline = #f9a000
label = %percentage:2%% label = %percentage:2%%
@ -141,6 +145,7 @@ interval = 2
;format-prefix = "mem: " ;format-prefix = "mem: "
;format-prefix-foreground = ${colors.foreground-alt} ;format-prefix-foreground = ${colors.foreground-alt}
format-prefix = "%{F#0a6cf5}  %{F-} " format-prefix = "%{F#0a6cf5}  %{F-} "
;format-prefix = " "
#format-underline = #0a6cf5 #format-underline = #0a6cf5
label = %percentage_used%% label = %percentage_used%%
@ -153,6 +158,7 @@ time = %H:%M
time-alt = %H:%M:%S time-alt = %H:%M:%S
format-prefix = "%{F#fbff8c}  %{F-}" format-prefix = "%{F#fbff8c}  %{F-}"
;format-prefix = "  "
;format-prefix-foreground = ${colors.foreground-alt} ;format-prefix-foreground = ${colors.foreground-alt}
;#format-underline = #4bffdc ;#format-underline = #4bffdc
#format-underline = #fbff8c #format-underline = #fbff8c

View file

@ -151,7 +151,7 @@ myStartupHook = do
spawnOnce "clipmenud" spawnOnce "clipmenud"
spawn "xset r rate 300 50" -- make key repeat quicker spawn "xset r rate 300 50" -- make key repeat quicker
spawn "/home/leon/.config/polybar/launch.sh" 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 setWMName "LG3D" -- Java stuff hack
-- }}} -- }}}

Binary file not shown.