zmiana konfiguracji na wayland i sway :love:

This commit is contained in:
2021-07-06 21:53:39 +02:00
parent f19d3fdaec
commit 1acfd0bb41
32 changed files with 1019 additions and 39 deletions

View File

@ -0,0 +1,21 @@
#
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
# include ~/.cache/wal/colors-sway
# bar {
# position top
# # When the status_command prints a new line to stdout, swaybar updates.
# # The default just shows the current date and time.
# status_command while date +'%Y-%m-%d %H:%M:%S %p'; do sleep 1; done
# colors {
# statusline $background
# background $color2
# inactive_workspace $color2 $color2 $background
# focused_workspace $color2 $background $foreground
# }
# }