fix up waybar and add the missing keybinding to the script

This commit is contained in:
Tyler Kelley 2024-06-18 02:03:44 -05:00
parent e5060faeb2
commit cc4ed93a16
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,6 @@ with lib;
min-height: 0px; min-height: 0px;
} }
window#waybar { window#waybar {
# background: #${config.stylix.base16Scheme.base00};
background: rgba(0,0,0,0); background: rgba(0,0,0,0);
} }
#workspaces { #workspaces {

View File

@ -17,7 +17,8 @@ pkgs.writeShellScriptBin "list-hypr-bindings" ''
--timeout-indicator=right \ --timeout-indicator=right \
" = Windows/Super/CAPS LOCK" "Modifier Key, used for keybindings" "Doesn't really execute anything by itself." \ " = Windows/Super/CAPS LOCK" "Modifier Key, used for keybindings" "Doesn't really execute anything by itself." \
" + ENTER" "Terminal" "${terminal}" \ " + ENTER" "Terminal" "${terminal}" \
" + SHIFT + ENTER" "Wofi App Launcher" "wofi" \ " + SHIFT + ENTER" "App Launcher" "rofi" \
" + ALT + W" "Change Wallpaper" "wallsetter" \
" + Q" "Kill Focused Window" "killactive" \ " + Q" "Kill Focused Window" "killactive" \
" + SHIFT + W" "Search Websites Like Nix Packages" "web-search" \ " + SHIFT + W" "Search Websites Like Nix Packages" "web-search" \
" + SHIFT + N" "Reload SwayNC Styling" "swaync-client -rs" \ " + SHIFT + N" "Reload SwayNC Styling" "swaync-client -rs" \