diff --git a/i3-wm/config b/i3-wm/config index bd30b4e..34960ad 100644 --- a/i3-wm/config +++ b/i3-wm/config @@ -301,7 +301,8 @@ gaps inner 15 # BORDERS # make all windows have a 3 pixel border -for_window [class=".*"] border pixel 5 +# for_window [class=".*"] border pixel 5 +for_window [class=".*"] border pixel 3 # for_window [class=".*"] border none # make calendar, todo, and spotify always only have border 3 pixels @@ -316,8 +317,16 @@ title_align center ## client colors # class border backgr text indicate child_border # client.focused #56a7b5 #282c34 #ffffff #2e9ef4 #56a7b5 -client.focused #51afef #282c34 #ffffff #2e9ef4 #2878af # client.focused #a8d385 #282c34 #ffffff #50b62c #a8d385 + +# magenta +# client.focused #ecbe7b #282c34 #ffffff #c678dd #c678dd +# white +# client.focused #ecbe7b #282c34 #ffffff #ffffff #bbc2cf +# yellow +# client.focused #ecbe7b #282c34 #ffffff #d19a66 #ecbe7b +# blue +client.focused #51afef #282c34 #ffffff #2e9ef4 #2878af client.unfocused #3d4450 #282c34 #ffffff #1e90ff #3d4450 ## disable floating, borders @@ -474,11 +483,12 @@ exec_always --no-startup-id /usr/bin/alternating_layouts.py exec --no-startup-id ~/.bin/eww daemon exec --no-startup-id $term -e ncmpcpp +exec --no-startup-id SVPManager # exec --no-startup-id variety # Make the currently focused window a scratchpad -bindsym $mod+Shift+a exec --no-startup-id /usr/local/bin/aniwrapper +bindsym $mod+Shift+a exec --no-startup-id /usr/bin/aniwrapper # Make the currently focused window a scratchpad bindsym $mod+Shift+minus move scratchpad diff --git a/picom/picom.laptop.conf b/picom/picom.laptop.conf index 4f85ab5..d400d29 100644 --- a/picom/picom.laptop.conf +++ b/picom/picom.laptop.conf @@ -440,7 +440,8 @@ wintypes: # ibhagwan # corner-radius = 12; # corner-radius = 15; -corner-radius = 28; +# corner-radius = 15; +corner-radius = 20; rounded-corners-exclude = [ "class_g = 'Plasma'", "class_g = 'plsama-desktop'", diff --git a/polybar-themes/sblocks/modules.ini b/polybar-themes/sblocks/modules.ini index f0925b0..0abe004 100644 --- a/polybar-themes/sblocks/modules.ini +++ b/polybar-themes/sblocks/modules.ini @@ -172,12 +172,14 @@ time-format = %H:%M ; ; ; -format-charging = -format-charging-prefix =  +; format-charging-prefix =  +; format-charging-prefix-padding = 1 +format-charging = format-charging-prefix-background = ${color.green} -format-charging-prefix-padding = 1 format-charging-overline = ${color.background} format-charging-underline = ${color.background} +animation-charging-background = ${color.green} +animation-charging-padding = 1 ; Available tags: ; (default) @@ -194,7 +196,7 @@ format-discharging-underline = ${color.background} ; format-full = format-full-prefix =  -format-full-prefix-background = ${color.red} +format-full-prefix-background = ${color.green} format-full-prefix-padding = 1 format-full-overline = ${color.background} format-full-underline = ${color.background}