From 2344c28810b93e0b0c311d2b3ceb26386f5aa1b8 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Wed, 28 Aug 2024 13:51:48 +0200 Subject: [PATCH] feat: add yazi alias, add zsh-z plugin, change waybar critical temp style --- modules/aliases.nix | 2 +- users/gandalf/modules/gui/waybar.nix | 2 +- users/gandalf/modules/zsh.nix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/aliases.nix b/modules/aliases.nix index c8c1938..c2d9cf4 100644 --- a/modules/aliases.nix +++ b/modules/aliases.nix @@ -31,6 +31,6 @@ drmv = "docker volume rm $(docker volume ls -q)"; lsip = "curl -s 'https://nordvpn.com/wp-admin/admin-ajax.php?action=get_user_info_data' | jq"; - xo = "xdg-open"; + y = "yazi"; } diff --git a/users/gandalf/modules/gui/waybar.nix b/users/gandalf/modules/gui/waybar.nix index 00152cf..af2ac75 100644 --- a/users/gandalf/modules/gui/waybar.nix +++ b/users/gandalf/modules/gui/waybar.nix @@ -338,7 +338,7 @@ in } window.swaybar #temperature.critical { - background-color: #eb4d4b; + color: #eb4d4b; } window.swaybar #backlight { diff --git a/users/gandalf/modules/zsh.nix b/users/gandalf/modules/zsh.nix index c7a5c81..cd403f6 100644 --- a/users/gandalf/modules/zsh.nix +++ b/users/gandalf/modules/zsh.nix @@ -10,6 +10,7 @@ theme = "terminalparty"; plugins = [ "git" + "z" ]; };