diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f6a84bb..c24766b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -20,7 +20,7 @@ monitor=,preferred,auto,1 # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox - exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & kanshi & waybar + exec-once = ~/.local/scripts/gammastep-init.sh & swaybg --output=* --image=$HOME/.config/wall & udiskie & kanshi & waybar & swayidle -w timeout 900 'waylock &' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'waylock &' # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -58,7 +58,7 @@ general { decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more - rounding = 10 + rounding = 5 blur = yes blur_size = 3 blur_passes = 1 diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7f6d0ea..20a13b0 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -48,7 +48,7 @@ window#waybar { #idle_inhibitor, #mpd, #clock, #battery, #cpu, #memory, #network, #pulseaudio, #temperature, #custom-spotify, #tray, #mode { background: transparent; - border-bottom: 3px solid black; + border-bottom: 3px solid #3EF6F6; padding: 0 10px; margin: 0 2px; }