diff --git a/config/waybar.nix b/config/waybar.nix index 10c2f05..a3a556c 100644 --- a/config/waybar.nix +++ b/config/waybar.nix @@ -190,7 +190,6 @@ with lib; min-height: 0px; } window#waybar { - # background: #${config.stylix.base16Scheme.base00}; background: rgba(0,0,0,0); } #workspaces { diff --git a/scripts/list-hypr-bindings.nix b/scripts/list-hypr-bindings.nix index 4d05c98..34f8ce8 100755 --- a/scripts/list-hypr-bindings.nix +++ b/scripts/list-hypr-bindings.nix @@ -17,7 +17,8 @@ pkgs.writeShellScriptBin "list-hypr-bindings" '' --timeout-indicator=right \ " = Windows/Super/CAPS LOCK" "Modifier Key, used for keybindings" "Doesn't really execute anything by itself." \ " + ENTER" "Terminal" "${terminal}" \ - " + SHIFT + ENTER" "Wofi App Launcher" "wofi" \ + " + SHIFT + ENTER" "App Launcher" "rofi" \ + " + ALT + W" "Change Wallpaper" "wallsetter" \ " + Q" "Kill Focused Window" "killactive" \ " + SHIFT + W" "Search Websites Like Nix Packages" "web-search" \ " + SHIFT + N" "Reload SwayNC Styling" "swaync-client -rs" \