Add a minimal waybar setup.

This commit is contained in:
Tom Alexander
2022-10-18 18:15:48 -04:00
parent 0e9df5a5f0
commit 637e9b5fed
4 changed files with 20 additions and 54 deletions

View File

@@ -0,0 +1 @@
output 'Unknown 0x095F 0x00000000' scale 1.5

View 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
}
}