fix: ghostty theme name, update dock pinned apps
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
font-family = "JetBrainsMono Nerd Font";
|
font-family = "JetBrainsMono Nerd Font";
|
||||||
font-size = 11;
|
font-size = 11;
|
||||||
|
|
||||||
theme = "catppuccin-mocha";
|
theme = "Catppuccin Mocha";
|
||||||
|
|
||||||
window-decoration = false;
|
window-decoration = false;
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ in
|
|||||||
dock = {
|
dock = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
# Desktop entry IDs (filename without .desktop)
|
# Desktop entry IDs (filename without .desktop)
|
||||||
pinned = [ "zen" "codium" "com.mitchellh.ghostty" "thunar" "claude" ];
|
pinned = [ "zen" "codium" "ghostty" "thunar" "claude-desktop" ];
|
||||||
position = "bottom";
|
position = "bottom";
|
||||||
smart_auto_hide = true;
|
smart_auto_hide = true;
|
||||||
icon_size = 20;
|
icon_size = 20;
|
||||||
|
|||||||
Reference in New Issue
Block a user