diff --git a/.config/hypr/config/Keybinds.conf b/.config/hypr/config/Keybinds.conf index 9272767..d6d7809 100644 --- a/.config/hypr/config/Keybinds.conf +++ b/.config/hypr/config/Keybinds.conf @@ -25,7 +25,7 @@ bindl = , xf86AudioPrev, exec, $scriptsDir/MediaCtrl.sh --prv bindl = , xf86audiostop, exec, $scriptsDir/MediaCtrl.sh --stop bindtn = , $mainMod_L, exec, waybar -c ~/.config/waybar/configurations/hidden.json & -bindtrn = $mainMod, $mainMod_L, exec, pkill waybar +bindtrn = $mainMod, $mainMod_L, exec, pkill waybar | pkill pactl # Move focus with mainMod + LHKJ bind = $mainMod, H, movefocus, l diff --git a/.config/waybar/configurations/hidden.json b/.config/waybar/configurations/hidden.json index f099db9..80a7e3f 100644 --- a/.config/waybar/configurations/hidden.json +++ b/.config/waybar/configurations/hidden.json @@ -8,5 +8,7 @@ "position": "top", "reload_style_on_change": true, "name": "semi-hidden", - "id": "semi-hidden" + "id": "semi-hidden", + + "margin-top": 0 } diff --git a/.config/waybar/scss/style.scss b/.config/waybar/scss/style.scss index 9527afc..728ea2e 100644 --- a/.config/waybar/scss/style.scss +++ b/.config/waybar/scss/style.scss @@ -29,6 +29,10 @@ window { window.semi-hidden { background-color: transparent; + * { + border-radius: 0 0 $border-radius $border-radius; + } + .modules-left, .modules-center, .modules-right { background-color: $background; } diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 12c449a..8599fa0 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -18,6 +18,9 @@ window { window.semi-hidden { background-color: transparent; } +window.semi-hidden * { + border-radius: 0 0 0.3rem 0.3rem; +} window.semi-hidden .modules-left, window.semi-hidden .modules-center, window.semi-hidden .modules-right { background-color: #282828; } diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 9caad2f..f5702aa 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -3,9 +3,9 @@ - - - + + +