Add a minimal waybar setup.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
output 'Unknown 0x095F 0x00000000' scale 1.5
|
||||
16
ansible/roles/sway/files/sway_config_files/waybar.conf
Normal file
16
ansible/roles/sway/files/sway_config_files/waybar.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
|
||||
font pango:Cascadia Mono, FontAwesome 10
|
||||
swaybar_command waybar
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user