This commit is contained in:
2025-10-24 00:47:46 +02:00
parent 9325e055da
commit 0df5fd8644
5 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
path=$(dirname "$(readlink -f "$0")")
. "$path"/../../utils/apply-color-helper
file="$HOME/.local/share/nwg-look/gsettings"
sed -i -E "s/^(gtk-theme=catppuccin-mocha-)[^-]+(-standard\+default)$/\1${colorName}\2/" "$file" || {
log_error "Failed to edit ${file}"
exit 1
}
nwg-look -a -x
log_success "nwg-look"

View File

@@ -291,7 +291,7 @@ screenshot-path "~/Pictures/Screenshots/.niri_screenshot.png"
binds {
// Apps
Mod+C { spawn-sh "code --password-store=gnome-libsecret"; }
Mod+E { spawn "dolphin"; }
Mod+E { spawn-sh "nautilus --new-window"; }
Mod+W { spawn "zen"; }
Mod+X { spawn "gnome-text-editor" "--new-window"; }
Mod+B { spawn-sh "pkill -x -n btop || ghostty -e btop"; }

View File

@@ -14,7 +14,6 @@ NPanel {
preferredWidth: 380
preferredHeight: 500
panelKeyboardFocus: true
panelContent: Rectangle {
color: Color.transparent

View File

@@ -17,7 +17,6 @@ NPanel {
preferredWidth: 400
preferredHeight: 500
panelKeyboardFocus: true
onOpened: NetworkService.scan()
panelContent: Rectangle {