diff --git a/config/sway/config b/config/sway/config index f590c2c..e0af9db 100644 --- a/config/sway/config +++ b/config/sway/config @@ -78,7 +78,7 @@ output DVI-I-1 pos 1920 3200 # # Start applications with keybindings bindsym $alt+f exec firefox-developer-edition -bindsym $alt+r exec alacritty -e lf +bindsym $alt+r exec kitty sh -c "lf" bindsym $alt+s exec steam # Default settings for some applications diff --git a/config/waybar/config b/config/waybar/config index 34d38f4..4e4df00 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -10,8 +10,7 @@ "pulseaudio", "sway/language", "network", - "clock", - "custom/power-menu" + "clock" ], "sway/workspaces": { "all-output": true, @@ -47,13 +46,5 @@ "tray": { "icon-size": 16, "spacing": 10 - }, - "custom/power-menu": { - "format": "{icon}", - "format-icons": [ - "" - ], - "on-click": "wlogout -b 4 -m 450 -c 30", - "tooltip": false } } diff --git a/config/waybar/style.css b/config/waybar/style.css index e03cf33..7b4e8a5 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -34,8 +34,7 @@ window#waybar { margin-left: 10px; } -#network, -#custom-power-menu { +#network { font-family: "Font Awesome 6 Free Solid"; } @@ -43,8 +42,7 @@ window#waybar { #pulseaudio, #language, #network, -#clock, -#custom-power-menu { +#clock { margin: 8px; } diff --git a/wallpapers b/wallpapers index 9b4396d..447fbcd 160000 --- a/wallpapers +++ b/wallpapers @@ -1 +1 @@ -Subproject commit 9b4396d6135a198d20f50cb3452fe92c3634a120 +Subproject commit 447fbcd664c7a9b392932b8562f4a1dc4bc8be91