cleanup
This commit is contained in:
parent
9744541d51
commit
aebd090b79
1 changed files with 2 additions and 4 deletions
|
@ -22,15 +22,13 @@ main() {
|
|||
# Set the Dracula theme
|
||||
set org.gnome.desktop.wm.preferences theme Dracula
|
||||
# Set the Terminal profile
|
||||
profile="${profiles[0]}"
|
||||
gsettings set org.gnome.Terminal.ProfilesList default "${profile}"
|
||||
gsettings set org.gnome.Terminal.ProfilesList default "${profiles[0]}"
|
||||
# Set the fish theme
|
||||
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
||||
;;
|
||||
"sunrise" ) # Go to light mode
|
||||
# Set the Terminal profile
|
||||
profile="${profiles[1]}"
|
||||
gsettings set org.gnome.Terminal.ProfilesList default "${profile}"
|
||||
gsettings set org.gnome.Terminal.ProfilesList default "${profiles[1]}"
|
||||
# Set the fish theme
|
||||
fish -c "fish_config theme choose 'Solarized Light' && yes | fish_config theme save"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue