tmp: gnome 45
This commit is contained in:
parent
be9d0dd133
commit
567b04765d
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,8 @@ main() {
|
||||||
GT_default=$(gsettings get org.gnome.Terminal.ProfilesList default | tr -d \')
|
GT_default=$(gsettings get org.gnome.Terminal.ProfilesList default | tr -d \')
|
||||||
case $1 in
|
case $1 in
|
||||||
"sunset" ) # Go to dark mode
|
"sunset" ) # Go to dark mode
|
||||||
|
# Global Gnome theme
|
||||||
|
#gsettings set org.gnome.desktop.interface color-scheme prefer-dark
|
||||||
# Set the Dracula theme
|
# Set the Dracula theme
|
||||||
set org.gnome.desktop.wm.preferences theme Dracula
|
set org.gnome.desktop.wm.preferences theme Dracula
|
||||||
# Set the Terminal profile
|
# Set the Terminal profile
|
||||||
|
@ -31,6 +33,8 @@ main() {
|
||||||
sed -i "s/bubblegum/monokai/g" "$HOME"/.config/micro/settings.json
|
sed -i "s/bubblegum/monokai/g" "$HOME"/.config/micro/settings.json
|
||||||
;;
|
;;
|
||||||
"sunrise" ) # Go to light mode
|
"sunrise" ) # Go to light mode
|
||||||
|
# Global Gnome theme
|
||||||
|
#gsettings set org.gnome.desktop.interface color-scheme prefer-light
|
||||||
# Set the Terminal profile
|
# Set the Terminal profile
|
||||||
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ visible-name "Light"
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ visible-name "Light"
|
||||||
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ foreground-color "rgb(23,20,33)"
|
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:"${GT_default}"/ foreground-color "rgb(23,20,33)"
|
||||||
|
|
Loading…
Reference in a new issue