Skip to content

Commit a866b46

Browse files
rawnullbytekRHYME7
andauthored
Fix gnome-terminal and theme-import (#987)
* Update theme-import command to new Hydectl * Fix gnome-terminal by removing '' from terminal So basically if you run gnome-terminal without | tr -d "'", it will try to run 'kitty' instead of kitty which is an invalid command. * use xargs to clean a string * Update gnome-terminal --------- Co-authored-by: Khing <[email protected]>
1 parent b35c4bb commit a866b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.local/share/waybar/modules/custom-hyde-menu.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"theme-next": "hyde-shell themeswitch -n",
1515
"theme-previous": "hyde-shell themeswitch -p",
1616
"theme-select": "hyde-shell themeselect",
17-
"theme-import": "gnome-terminal -- hyde-shell theme.import --select",
17+
"theme-import": "gnome-terminal -- hydectl theme import",
1818
"waybar-restart": "hyde-shell waybar -ubg",
1919
"waybar-reload-css": "sed -i '${/^$/d;}' $XDG_CONFIG_HOME/waybar/style.css",
2020
"waybar-layout-select": "hyde-shell waybar --select",

0 commit comments

Comments
 (0)