From 9893979868262be3158df277855931b80fe6550d Mon Sep 17 00:00:00 2001 From: Uyanide Date: Mon, 13 Oct 2025 00:06:41 +0200 Subject: [PATCH] darmon -> daemon --- README.md | 2 +- fish/prev.d/alias.fish | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3aa6fbc..60c27e2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - **App Launcher**: Rofi - **Logout Screen**: Wlogout - **Desktop Widgets**: Eww | Quickshell -- **Wallpaper Darmon**: swww +- **Wallpaper Daemon**: SWWW - **Notification Daemon**: Mako ## Hyprland & friends diff --git a/fish/prev.d/alias.fish b/fish/prev.d/alias.fish index 264faf4..2394ead 100644 --- a/fish/prev.d/alias.fish +++ b/fish/prev.d/alias.fish @@ -13,7 +13,6 @@ if type -q fzf end end - # cd if type -q zoxide zoxide init fish | source @@ -51,5 +50,5 @@ end # others if type -q tty-clock - alias clock="tty-clock -c -C 3" + alias clock="tty-clock -c -C 4" end