mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 14:13:08 +01:00
fix up waybar and add the missing keybinding to the script
This commit is contained in:
parent
e5060faeb2
commit
cc4ed93a16
@ -190,7 +190,6 @@ with lib;
|
||||
min-height: 0px;
|
||||
}
|
||||
window#waybar {
|
||||
# background: #${config.stylix.base16Scheme.base00};
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
#workspaces {
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user