This commit is contained in:
2025-03-25 01:47:41 +03:00
commit 6662c5f58c
17 changed files with 420 additions and 0 deletions

12
conf.d/status_bar Normal file
View File

@ -0,0 +1,12 @@
bar {
status_command while date +'%Y-%m-%d %X'; do sleep 1; done
mode invisible
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
}
}
bindsym $mod+b exec ~/.config/sway/scripts/bar_toggle