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 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
|
||||||
profile="${profiles[0]}"
|
gsettings set org.gnome.Terminal.ProfilesList default "${profiles[0]}"
|
||||||
gsettings set org.gnome.Terminal.ProfilesList default "${profile}"
|
|
||||||
# Set the fish theme
|
# Set the fish theme
|
||||||
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
||||||
;;
|
;;
|
||||||
"sunrise" ) # Go to light mode
|
"sunrise" ) # Go to light mode
|
||||||
# Set the Terminal profile
|
# Set the Terminal profile
|
||||||
profile="${profiles[1]}"
|
gsettings set org.gnome.Terminal.ProfilesList default "${profiles[1]}"
|
||||||
gsettings set org.gnome.Terminal.ProfilesList default "${profile}"
|
|
||||||
# Set the fish theme
|
# Set the fish theme
|
||||||
fish -c "fish_config theme choose 'Solarized Light' && yes | fish_config theme save"
|
fish -c "fish_config theme choose 'Solarized Light' && yes | fish_config theme save"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue