mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-06-18 05:00:00 +02:00
bash: quick and simple flatpak-override-themes.bash
This commit is contained in:
parent
b055bf01a9
commit
919d55b94e
12
bash/flatpak-override-themes.bash
Executable file
12
bash/flatpak-override-themes.bash
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Show commands being executed
|
||||||
|
set -x
|
||||||
|
|
||||||
|
# resutls in /var/lib/flatpak/overrides/global
|
||||||
|
flatpak override --filesystem=/usr/share/themes:ro --filesystem=~/.themes:ro
|
||||||
|
flatpak override --filesystem=/usr/share/icons:ro --filesystem=~/.icons:ro
|
||||||
|
flatpak override --filesystem=/usr/share/cursors:ro --filesystem=~/.cursors:ro
|
||||||
|
|
||||||
|
# Hide commands being executed again
|
||||||
|
set +x
|
Loading…
x
Reference in New Issue
Block a user