Add multi-monitor workspace colors
This commit is contained in:
+2
-1
@@ -13,7 +13,7 @@ set $mod2 Mod1
|
|||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# Application startup
|
# Application startup
|
||||||
exec_always --no-startup-id feh --bg-fill --no-fehbg $HOME/Pictures/wallpaper.jpg
|
exec_always --no-startup-id feh --bg-fill --no-fehbg "$HOME/Pictures/wallpaper.jpg"
|
||||||
exec --no-startup-id firefox
|
exec --no-startup-id firefox
|
||||||
exec --no-startup-id urxvt
|
exec --no-startup-id urxvt
|
||||||
exec --no-startup-id thunar --daemon
|
exec --no-startup-id thunar --daemon
|
||||||
@@ -61,6 +61,7 @@ bar {
|
|||||||
# border background text
|
# border background text
|
||||||
focused_workspace $bgcolor $bgcolor $white
|
focused_workspace $bgcolor $bgcolor $white
|
||||||
inactive_workspace $bgcolor-inactive $bgcolor-inactive $darkwhite
|
inactive_workspace $bgcolor-inactive $bgcolor-inactive $darkwhite
|
||||||
|
active_workspace $bgcolor-inactive $bgcolor-inactive $darkwhite
|
||||||
urgent_workspace $bgcolor-urgent $bgcolor-urgent $white
|
urgent_workspace $bgcolor-urgent $bgcolor-urgent $white
|
||||||
}
|
}
|
||||||
font pango:DejaVu Sans, FontAwesome5Free Solid, FontAwesome5Brands 8
|
font pango:DejaVu Sans, FontAwesome5Free Solid, FontAwesome5Brands 8
|
||||||
|
|||||||
Reference in New Issue
Block a user