mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: remove wave animation from swww because it lags
This commit is contained in:
parent
364632a89a
commit
a9d206f985
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
];
|
];
|
||||||
text = ''
|
text = ''
|
||||||
FILES=("$HOME/.local/share/wallpapers/"*)
|
FILES=("$HOME/.local/share/wallpapers/"*)
|
||||||
TYPES=("wipe" "wave" "any")
|
TYPES=("wipe" "any")
|
||||||
ANGLES=(0 15 30 45 60 75 90 105 120 135 150 165 180 195 210 225 240 255 270 285 300 315 330 345)
|
ANGLES=(0 15 30 45 60 75 90 105 120 135 150 165 180 195 210 225 240 255 270 285 300 315 330 345)
|
||||||
|
|
||||||
swww img "''${FILES[RANDOM%''${#FILES[@]}]}" \
|
swww img "''${FILES[RANDOM%''${#FILES[@]}]}" \
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
"network"
|
"network"
|
||||||
"bluetooth"
|
"bluetooth"
|
||||||
|
|
||||||
#"temps"
|
|
||||||
#"temperature"
|
#"temperature"
|
||||||
"cpu"
|
"cpu"
|
||||||
"memory"
|
"memory"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue