changes before turning into a flake

This commit is contained in:
2024-10-31 23:43:37 -06:00
parent cf627acdb0
commit bd50a7ce71
77 changed files with 252 additions and 131 deletions

View File

@@ -1,17 +0,0 @@
#!/usr/bin/env fish
function pywal
set -f wallpaper (string replace -r "file:\/\/" "" \
(gsettings get org.gnome.desktop.background picture-uri) \
| string replace -ra "\'" "")
switch $argv[1]
case light
echo "Setting up light theme"
# wal -lni $wallpaper --backend colorz -b FAFAFA
wal -lni $wallpaper -b FAFAFA
case dark
echo "Setting up dark theme"
# wal -ni $wallpaper --backend colorz
wal -ni $wallpaper
end
# systemctl restart --user emacs.service
end