diff --git a/eww/scripts/appname b/eww/scripts/appname index ce80d63..3504d84 100755 --- a/eww/scripts/appname +++ b/eww/scripts/appname @@ -27,7 +27,7 @@ echo "(box \ :image-width \"18\") \ (label \ :class \"app-name\" \ - :limit-width \"55\" \ + :limit-width \"35\" \ :text \"$title\" \ :tooltip \"$title\"))" } diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 7a00c77..3fcff65 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -62,7 +62,7 @@ decoration { drop_shadow=true shadow_range=20 shadow_offset=2 2 - shadow_render_power=1 + shadow_render_power=3 dim_inactive=true dim_strength=0.2 } diff --git a/user/home.nix b/user/home.nix index e39af6c..0c210b0 100644 --- a/user/home.nix +++ b/user/home.nix @@ -437,7 +437,7 @@ sysuse = "systemctl --user"; myip = "curl icanhazip.com"; nixs = "nix search nixpkgs"; - ytd = "yt-dlp -o ~/Videos/%(title)s.%(ext)s"; + ytd = "yt-dlp -o '~/Videos/%(title)s.%(ext)s'"; }; programs.starship = { diff --git a/user/modules/hyprland.nix b/user/modules/hyprland.nix index b8dc38b..894f137 100644 --- a/user/modules/hyprland.nix +++ b/user/modules/hyprland.nix @@ -72,8 +72,8 @@ # if you want heavy blur, you need to up the blur_passes. # the more passes, the more you can up the blur_size without noticing artifacts. drop_shadow=true - shadow_range=10 - shadow_offset=6 6 + shadow_range=20 + shadow_offset=4 4 shadow_render_power=1 col.shadow = rgba(000000ee) dim_inactive=true