fixing a few small things in hyprland
This commit is contained in:
parent
e9548d8856
commit
0942764a36
|
@ -27,7 +27,7 @@ echo "(box \
|
|||
:image-width \"18\") \
|
||||
(label \
|
||||
:class \"app-name\" \
|
||||
:limit-width \"55\" \
|
||||
:limit-width \"35\" \
|
||||
:text \"$title\" \
|
||||
:tooltip \"$title\"))"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue