diff --git a/eww/traybuttons/traybuttons.scss b/eww/traybuttons/traybuttons.scss index 34662e74..8243ce6d 100644 --- a/eww/traybuttons/traybuttons.scss +++ b/eww/traybuttons/traybuttons.scss @@ -20,7 +20,7 @@ } .toggle-off:hover { - background-color: rgba(127, 132, 156, 0.2); + background-color: rgba(127, 132, 156, 0.4); transition: background-color 0.5s ease-in-out; } diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 955cf732..47e324ec 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -15,6 +15,7 @@ exec-once = bash -c "sleep 5; nextcloud --background" exec-once = bash -c "sleep 6; /opt/tutanota-desktop/tutanota-desktop -a" exec-once = bash -c "sleep 7; galaxybudsclient /StartMinimized" +#exec-once = $HOME/.local/share/hyprload/hyprload.sh exec-once = eww daemon exec-once = eww open tablet-toggle exec-once = eww open notif-panel @@ -118,13 +119,13 @@ master { new_is_master = true } -gestures { +#gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more #workspace_swipe = yes #workspace_swipe_fingers = 3 #workspace_swipe_cancel_ratio = 0.15 #workspace_swipe_forever = yes -} +#} # Example windowrule v1 # windowrule = float, ^(kitty)$ diff --git a/swaync/style.css b/swaync/style.css index c9e93b37..01d7074d 100644 --- a/swaync/style.css +++ b/swaync/style.css @@ -186,6 +186,7 @@ .control-center { background: @cc-bg; + border-radius: 30px; } .control-center-list { diff --git a/waybar/config b/waybar/config index a580c1a0..50f4cc6e 100644 --- a/waybar/config +++ b/waybar/config @@ -3,13 +3,11 @@ "margin-top":5, "margin-left":5, "margin-right":5, + "layer":"overlay", "spacing": 1, "modules-left": ["custom/osk", "custom/tablet", "wlr/workspaces", "tray", "custom/mowayah"], "modules-center": ["hyprland/window"], "modules-right": ["pulseaudio", "backlight", "battery", "clock", "custom/notif", "custom/quicksettings"], - "sway/mode": { - "format": "{}" - }, "tray": { "icon-size": 26, "spacing": 5