diff --git a/.config/sway/config b/.config/sway/config index 3eb80f5f..6b94428f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -17,7 +17,7 @@ set $right i set $term ghostty # Your preferred application launcher # set $menu wmenu-run -set $menu tofi-drun | xargs swaymsg exec -- +set $menu tofi-run | xargs swaymsg exec -- set $wallpaper ~/Pictures/wallpapers/sidonia-blurred.png ### Output configuration @@ -260,7 +260,8 @@ bindsym $mod+r mode "resize" exec_always nm-applet exec_always autotiling & -exec_always pkill waybar && waybar +# exec_always pkill waybar && waybar +exec waybar & exec bluman-applet exec_always pkill dunst && dunst & exec tmux start-server & diff --git a/.config/waybar/config b/.config/waybar/config index 5ec5d469..4f0d4404 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -76,3 +76,19 @@ // }, // }, // } +{ + "layer": "top", + "modules-left": ["sway/workspaces", "sway/mode"], + "modules-center": ["sway/window"], + "modules-right": ["battery", "clock"], + "sway/window": { + "max-length": 50 + }, + "battery": { + "format": "{capacity}% {icon}", + "format-icons": ["", "", "", "", ""] + }, + "clock": { + "format-alt": "{:%a, %d. %b %H:%M}" + } +}