diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 2fe17d0..822319a 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -64,6 +64,7 @@ $menu = wofi --show drun --theme /home/kirreen/.local/share/rofi/themes/tokyonig # exec-once = $terminal # exec-once = nm-applet & exec-once = waybar & hyprpaper #& firefox +exec-once = swayosd-server exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = vesktop & nheko # exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire @@ -130,11 +131,12 @@ decoration { # Change transparency of focused and unfocused windows active_opacity = 1.0 inactive_opacity = 1.0 - - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + shadow { + enabled = true + range = 4 + render_power = 3 + color = rgba(1a1a1aee) + } # https://wiki.hyprland.org/Configuring/Variables/#blur blur { diff --git a/home/.config/waybar/style.css b/home/.config/waybar/style.css index ccc03d3..a7f8ac8 100644 --- a/home/.config/waybar/style.css +++ b/home/.config/waybar/style.css @@ -170,3 +170,13 @@ window#waybar.PCSX2 #window { font-weight: bold; background: #282A2E; } +#battery { + color: #d65d0e; +} + +#tray menu menuitem { + color: #999999; +} +#tray menu menuitem:hover { + color: #ffffff; +}