We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab48c8b commit c02c0ffCopy full SHA for c02c0ff
1 file changed
DistroAgnostic/gnome/50extensions_gsettings.sh
@@ -189,10 +189,12 @@ BASH
189
190
# workspaces-by-open-apps@favo02.github.com
191
for_each "gsettings set org.gnome.shell.extensions.workspaces-indicator-by-open-apps " << 'BASH'
192
- apps-minimized-effect "REDUCE OPACITY"
193
apps-inactive-effect "NOTHING"
+ apps-minimized-effect "NOTHING"
194
click-on-active-overview "false"
195
+ indicator-hide-empty "true"
196
indicator-round-borders "false"
197
indicator-show-background "true"
198
+ indicator-text-use-theme-color "ture"
199
scroll-enable "false"
200
BASH
0 commit comments