mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
fixed fish theming
This commit is contained in:
parent
03464a60f6
commit
8449142b36
1 changed files with 6 additions and 6 deletions
|
|
@ -6,9 +6,9 @@
|
|||
};
|
||||
|
||||
lightModeScripts = {
|
||||
# fish = ''
|
||||
# yes | fish_config theme save "Rosé Pine Dawn"
|
||||
# '';
|
||||
fish = ''
|
||||
fish -c 'yes | fish_config theme save "Rosé Pine Dawn"'
|
||||
'';
|
||||
|
||||
gtk-theme = ''
|
||||
${pkgs.dconf}/bin/dconf write \
|
||||
|
|
@ -30,9 +30,9 @@
|
|||
noctalia-shell ipc call darkMode setDark
|
||||
'';
|
||||
|
||||
# fish = ''
|
||||
# yes | fish_config theme save "Rosé Pine"
|
||||
# '';
|
||||
fish = ''
|
||||
fish -c 'yes | fish_config theme save "Rosé Pine"'
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue