From 9be248d6caf5d5592883928276231548cd56c360 Mon Sep 17 00:00:00 2001 From: ewy1 Date: Sat, 22 Mar 2025 10:25:45 +0100 Subject: add new files :3 --- .config/fuzzel/fuzzel.ini | 10 ++++++++++ .config/systemd/user/swaybg.service | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .config/fuzzel/fuzzel.ini create mode 100644 .config/systemd/user/swaybg.service (limited to '.config') 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 -- cgit v1.3