Hyprland: Add more autostart & beautify blur
This commit is contained in:
parent
8cfa57bb04
commit
8e4c1fdd74
1 changed files with 6 additions and 5 deletions
|
@ -7,8 +7,11 @@
|
|||
"systemctl --user start hyprpolkitagent"
|
||||
"busctl --user -- set-property rs.wl-gammarelay / rs.wl.gammarelay Temperature q 4000"
|
||||
"hyprshade on bluelight"
|
||||
"fcitx5"
|
||||
"webcord"
|
||||
"fcitx5 -d"
|
||||
"webcord --start-minimized --force-audio-share-support"
|
||||
"kdeconnect-indicator & kdeconnect-cli -l"
|
||||
"signal-desktop --start-in-tray"
|
||||
"easyeffects --gapplication-service"
|
||||
];
|
||||
|
||||
input = {
|
||||
|
@ -64,9 +67,7 @@
|
|||
|
||||
blur = {
|
||||
enabled = true;
|
||||
size = 3;
|
||||
passes = 1;
|
||||
vibrancy = 0.1696;
|
||||
passes = 3;
|
||||
};
|
||||
|
||||
shadow = {
|
||||
|
|
Loading…
Reference in a new issue