mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
chore: swww -> awww
This commit is contained in:
parent
c0f5c43544
commit
e9888046a9
6 changed files with 8 additions and 8 deletions
|
|
@ -39,7 +39,7 @@
|
|||
"hash dbus-update-activation-environment 2>/dev/null &"
|
||||
"dbus-update-activation-environment --systemd &"
|
||||
"${pkgs.wl-clip-persist}/bin/wl-clip-persist --clipboard both"
|
||||
"swww-daemon &"
|
||||
"awww-daemon &"
|
||||
"poweralertd &"
|
||||
"waybar &"
|
||||
"swaync &"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
swww
|
||||
awww
|
||||
grimblast
|
||||
hyprpicker
|
||||
grim
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
magick convert "$1" ~/.local/share/bg.png
|
||||
wal -i "$1"
|
||||
swww img ~/.local/share/bg.png --transition-type fade
|
||||
awww img ~/.local/share/bg.png --transition-type fade
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@ usage() {
|
|||
}
|
||||
|
||||
unfuck_wallpaper() {
|
||||
pkill swww-daemon
|
||||
setsid swww-daemon &
|
||||
swww img ~/.local/share/bg.png
|
||||
pkill awww-daemon
|
||||
setsid awww-daemon &
|
||||
awww img ~/.local/share/bg.png
|
||||
}
|
||||
|
||||
unfuck_fingerprint() {
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ in
|
|||
{ command = "hash dbus-update-activation-environment 2>/dev/null &"; }
|
||||
{ command = "dbus-update-activation-environment --systemd &"; }
|
||||
{ command = "wl-clip-persist --clipboard both"; }
|
||||
{ command = "swww-daemon &"; }
|
||||
{ command = "awww-daemon &"; }
|
||||
{ command = "poweralertd &"; }
|
||||
{ command = "waybar &"; }
|
||||
{ command = "swaync &"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue