fixing a few small things in hyprland

This commit is contained in:
Chris Cochrun 2023-01-31 12:24:57 -06:00
parent e9548d8856
commit 0942764a36
4 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ echo "(box \
:image-width \"18\") \ :image-width \"18\") \
(label \ (label \
:class \"app-name\" \ :class \"app-name\" \
:limit-width \"55\" \ :limit-width \"35\" \
:text \"$title\" \ :text \"$title\" \
:tooltip \"$title\"))" :tooltip \"$title\"))"
} }

View file

@ -62,7 +62,7 @@ decoration {
drop_shadow=true drop_shadow=true
shadow_range=20 shadow_range=20
shadow_offset=2 2 shadow_offset=2 2
shadow_render_power=1 shadow_render_power=3
dim_inactive=true dim_inactive=true
dim_strength=0.2 dim_strength=0.2
} }

View file

@ -437,7 +437,7 @@
sysuse = "systemctl --user"; sysuse = "systemctl --user";
myip = "curl icanhazip.com"; myip = "curl icanhazip.com";
nixs = "nix search nixpkgs"; nixs = "nix search nixpkgs";
ytd = "yt-dlp -o ~/Videos/%(title)s.%(ext)s"; ytd = "yt-dlp -o '~/Videos/%(title)s.%(ext)s'";
}; };
programs.starship = { programs.starship = {

View file

@ -72,8 +72,8 @@
# if you want heavy blur, you need to up the blur_passes. # 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. # the more passes, the more you can up the blur_size without noticing artifacts.
drop_shadow=true drop_shadow=true
shadow_range=10 shadow_range=20
shadow_offset=6 6 shadow_offset=4 4
shadow_render_power=1 shadow_render_power=1
col.shadow = rgba(000000ee) col.shadow = rgba(000000ee)
dim_inactive=true dim_inactive=true