use waybar

This commit is contained in:
2025-08-25 17:46:08 +02:00
parent 4b5feb9ce5
commit 9a257152ba
2 changed files with 2 additions and 11 deletions
+1
View File
@@ -44,6 +44,7 @@
enable = true; enable = true;
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
}; };
programs.waybar.enable = true;
services.greetd = { services.greetd = {
enable = true; enable = true;
settings = { settings = {
+1 -11
View File
@@ -213,17 +213,7 @@ bindsym $mod+r mode "resize"
# #
# Read `man 5 sway-bar` for more information about this section. # Read `man 5 sway-bar` for more information about this section.
bar { bar {
position top swaybar_command waybar
# 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 %X'; do sleep 1; done
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
}
} }
include /etc/sway/config.d/* include /etc/sway/config.d/*