diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-03-22 10:25:45 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-03-22 10:25:45 +0100 |
| commit | 9be248d6caf5d5592883928276231548cd56c360 (patch) | |
| tree | bab05733497b36c6ab86bd2712a2329d6d58d507 | |
| parent | 7dd577d356029c09a5e2b5844bfc7ed566004a06 (diff) | |
| -rw-r--r-- | .config/fuzzel/fuzzel.ini | 10 | ||||
| -rw-r--r-- | .config/systemd/user/swaybg.service | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..433cb22 --- /dev/null +++ b/.config/fuzzel/fuzzel.ini @@ -0,0 +1,10 @@ +[main] +font=Operator Mono Book:size=16 +fields=filename,name,generic,comment +show-actions=no +terminal=kitty -e +lines=20 +width=60 +prompt="> " +horizontal-pad=8 +inner-pad=10 diff --git a/.config/systemd/user/swaybg.service b/.config/systemd/user/swaybg.service new file mode 100644 index 0000000..ccc021b --- /dev/null +++ b/.config/systemd/user/swaybg.service @@ -0,0 +1,11 @@ +[Unit] +PartOf=graphical-session.target +After=graphical-session.target +Requisite=graphical-session.target + +[Service] +ExecStart=/usr/bin/sh -c "swaybg -m fill -i $(cat %h/.cache/wal/wal)" +Restart=on-failure + +[Install] +WantedBy=graphical-session.target |
