Add waybar configs
I apparently forgot to do this ever. I've been using this for about two months now. I just reused the modules I built for my swaybar, which already output close to the proper format; now I just call the modules directly with `if __name__` hooks to output Waybar format instead of Swaybar format.
This commit is contained in:
parent
ec44c4d29b
commit
305bef81fa
3 changed files with 146 additions and 19 deletions
|
@ -33,26 +33,28 @@ client.background $base07
|
|||
set $mod Mod4
|
||||
|
||||
# status bar declarations
|
||||
bar {
|
||||
output "Ancor Communications Inc VE247 G6LMQS117385"
|
||||
status_command "~/bin/statusbar"
|
||||
position bottom
|
||||
bar swaybar_command waybar
|
||||
|
||||
font monospace 11
|
||||
|
||||
colors {
|
||||
background $base00
|
||||
separator $base01
|
||||
statusline $base04
|
||||
|
||||
# State Border BG Text
|
||||
focused_workspace $base00 $base02 $base05
|
||||
active_workspace $base05 $base03 $base00
|
||||
inactive_workspace $base03 $base01 $base05
|
||||
urgent_workspace $base08 $base08 $base00
|
||||
binding_mode $base00 $base0A $base00
|
||||
}
|
||||
}
|
||||
#bar {
|
||||
# output "Ancor Communications Inc VE247 G6LMQS117385"
|
||||
# status_command "~/bin/statusbar"
|
||||
# position bottom
|
||||
#
|
||||
# font monospace 11
|
||||
#
|
||||
# colors {
|
||||
# background $base00
|
||||
# separator $base01
|
||||
# statusline $base04
|
||||
#
|
||||
# # State Border BG Text
|
||||
# focused_workspace $base00 $base02 $base05
|
||||
# active_workspace $base05 $base03 $base00
|
||||
# inactive_workspace $base03 $base01 $base05
|
||||
# urgent_workspace $base08 $base08 $base00
|
||||
# binding_mode $base00 $base0A $base00
|
||||
# }
|
||||
#}
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec x-terminal-emulator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue