diff --git a/dotfiles/desktop/.config/sway/config b/dotfiles/desktop/.config/sway/config index 575389d..8280aee 100644 --- a/dotfiles/desktop/.config/sway/config +++ b/dotfiles/desktop/.config/sway/config @@ -74,7 +74,7 @@ exec pipewire-pulse exec wireplumber # Status bar -exec_always waybar +exec waybar # OSD daemon (volume/brightness/caps-lock) exec swayosd-server diff --git a/dotfiles/desktop/.config/sway/scripts/lockscreen b/dotfiles/desktop/.config/sway/scripts/lockscreen index cbab212..3199af7 100755 --- a/dotfiles/desktop/.config/sway/scripts/lockscreen +++ b/dotfiles/desktop/.config/sway/scripts/lockscreen @@ -1,7 +1,7 @@ #!/bin/sh exec swaylock \ - --image "$HOME/.config/sway/wallpapers/wallpaper-161664.jpg" \ + --image "$HOME/.config/sway/wallpapers/maxresdefault.jpg" \ --scaling fill \ --indicator-idle-visible \ --ring-color 2f4058 \ diff --git a/dotfiles/desktop/.config/sway/wallpapers/maxresdefault.jpg b/dotfiles/desktop/.config/sway/wallpapers/maxresdefault.jpg new file mode 100755 index 0000000..b0da946 Binary files /dev/null and b/dotfiles/desktop/.config/sway/wallpapers/maxresdefault.jpg differ diff --git a/dotfiles/desktop/.config/waybar/config.jsonc b/dotfiles/desktop/.config/waybar/config.jsonc index 1a6cf72..00464a7 100644 --- a/dotfiles/desktop/.config/waybar/config.jsonc +++ b/dotfiles/desktop/.config/waybar/config.jsonc @@ -5,8 +5,8 @@ "spacing": 4, "modules-left": ["sway/workspaces"], - "modules-center": ["clock"], - "modules-right": ["cpu", "memory", "disk", "temperature", "backlight", "network", "pulseaudio", "battery", "tray"], + "modules-center": [], + "modules-right": ["cpu", "memory", "disk", "temperature", "backlight", "network", "pulseaudio", "battery", "tray", "clock"], "sway/workspaces": { "disable-scroll": true, @@ -31,7 +31,7 @@ "clock": { "interval": 60, - "format": " {:%Y-%m-%d %H:%M}", + "format": "{:%Y-%m-%d %H:%M}", "tooltip-format": "{calendar}" }, @@ -74,7 +74,7 @@ "pulseaudio": { "format": "{icon} {volume}%", - "format-muted": " muted", + "format-muted": " muted", "format-bluetooth": "{icon} {volume}% ", "format-icons": { "default": ["", "", ""] }, "on-click": "swayosd-client --output-volume mute-toggle",