various fixes
This commit is contained in:
@@ -24,13 +24,6 @@
|
||||
# Update Hyprland cursor theme
|
||||
${pkgs.hyprland}/bin/hyprctl setcursor Nordzy-cursors 24
|
||||
'';
|
||||
claude-theme = ''
|
||||
# Switch Claude Code to dark theme
|
||||
CLAUDE_CONFIG=~/.claude.json
|
||||
if [ -f "$CLAUDE_CONFIG" ]; then
|
||||
${pkgs.jq}/bin/jq '.theme = "dark"' "$CLAUDE_CONFIG" > "$CLAUDE_CONFIG.tmp" && mv "$CLAUDE_CONFIG.tmp" "$CLAUDE_CONFIG"
|
||||
fi
|
||||
'';
|
||||
noctalia-theme = ''
|
||||
noctalia msg theme-mode-set dark
|
||||
'';
|
||||
@@ -53,13 +46,6 @@
|
||||
# Update Hyprland cursor theme
|
||||
${pkgs.hyprland}/bin/hyprctl setcursor Nordzy-white 24
|
||||
'';
|
||||
claude-theme = ''
|
||||
# Switch Claude Code to light theme
|
||||
CLAUDE_CONFIG=~/.claude.json
|
||||
if [ -f "$CLAUDE_CONFIG" ]; then
|
||||
${pkgs.jq}/bin/jq '.theme = "light"' "$CLAUDE_CONFIG" > "$CLAUDE_CONFIG.tmp" && mv "$CLAUDE_CONFIG.tmp" "$CLAUDE_CONFIG"
|
||||
fi
|
||||
'';
|
||||
noctalia-theme = ''
|
||||
noctalia msg theme-mode-set light
|
||||
'';
|
||||
|
||||
@@ -59,6 +59,8 @@
|
||||
name = "Orchis-Dark-Compact";
|
||||
package = pkgs.orchis-theme;
|
||||
};
|
||||
# Keep applying the gtk3 theme to gtk4 too (new default is null).
|
||||
gtk4.theme = config.gtk.theme;
|
||||
iconTheme = {
|
||||
name = "Tela black";
|
||||
package = pkgs.tela-icon-theme;
|
||||
|
||||
Reference in New Issue
Block a user