sway colorcheme
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
include catppuccin-mocha
|
||||
#USER-SET VARIABLES
|
||||
#Wallpaper path
|
||||
set $wallpaper_path '/home/wholteza/.config/feh/wallpaper.png'
|
||||
@@ -205,30 +206,30 @@ mode "resize" {
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
# target title bg text indicator border
|
||||
client.focused $lavender $base $text $rosewater $lavender
|
||||
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
||||
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
||||
client.urgent $peach $base $peach $overlay0 $peach
|
||||
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
||||
client.background $base
|
||||
|
||||
# bar
|
||||
bar {
|
||||
colors {
|
||||
background $nord-polar-1
|
||||
separator $nord-polar-3
|
||||
#name border background text
|
||||
focused_workspace $nord-aurora-green $nord-aurora-green $nord-polar-1
|
||||
inactive_workspace $nord-polar-2 $nord-polar-2 $nord-snow-3
|
||||
urgent_workspace $nord-aurora-red $nord-aurora-red $nord-snow-3
|
||||
}
|
||||
colors {
|
||||
background $base
|
||||
statusline $text
|
||||
focused_statusline $text
|
||||
focused_separator $base
|
||||
|
||||
status_command i3blocks
|
||||
# target border bg text
|
||||
focused_workspace $base $mauve $crust
|
||||
active_workspace $base $surface2 $text
|
||||
inactive_workspace $base $base $text
|
||||
urgent_workspace $base $red $crust
|
||||
}
|
||||
}
|
||||
|
||||
# window colors
|
||||
#name border background text indicator
|
||||
client.focused $nord-polar-1 $nord-polar-1 $nord-frost-2 $nord-frost-1
|
||||
client.unfocused $nord-polar-1 $nord-polar-1 $nord-polar-4 $nord-frost-1
|
||||
client.focused_inactive $nord-polar-1 $nord-polar-1 $nord-polar-4 $nord-frost-1
|
||||
client.urgent $nord-polar-1 $nord-polar-1 $nord-aurora-red $nord-frost-1
|
||||
|
||||
#Wallpaper
|
||||
exec_always feh --bg-fill /$wallpaper_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user