From 9bf55d394f7f6774042f6f54813b98f95b120a0e Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 1 Mar 2022 12:31:23 +0300 Subject: [PATCH 1/3] update wallpapers --- wallpapers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallpapers b/wallpapers index 9b4396d..447fbcd 160000 --- a/wallpapers +++ b/wallpapers @@ -1 +1 @@ -Subproject commit 9b4396d6135a198d20f50cb3452fe92c3634a120 +Subproject commit 447fbcd664c7a9b392932b8562f4a1dc4bc8be91 From 575768e5ad8713bb3b1cc6c82534ce190f644760 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 1 Mar 2022 12:34:44 +0300 Subject: [PATCH 2/3] remove power menu from waybar --- config/waybar/config | 11 +---------- config/waybar/style.css | 6 ++---- 2 files changed, 3 insertions(+), 14 deletions(-) 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; } From bd1c2ac451ff0f4feb469a2e7f02cf64d22b4a0d Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 1 Mar 2022 13:44:18 +0300 Subject: [PATCH 3/3] change alacritty to kitty --- config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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