Compare commits
No commits in common. "3bfa8383bba02d713505c1dccee1c304fc6b9cb1" and "6b734aabf333ba448bccc4000119bba4fc4ea445" have entirely different histories.
3bfa8383bb
...
6b734aabf3
|
@ -11,8 +11,8 @@ alias vim "nvim"
|
|||
alias docker-compose "podman-compose"
|
||||
alias sc "systemctl"
|
||||
alias scu "systemctl --user"
|
||||
alias jc "journalctl -eu"
|
||||
alias jcu "journalctl --user -eu"
|
||||
alias jc "journalctl -u"
|
||||
alias jcu "journalctl --user -u"
|
||||
alias webtorrent "webtorrent -i -o /tmp/webtorrent --mpv --player-args='--sub-auto=all --sub-file-paths=Subs:subs'"
|
||||
|
||||
# Additional paths
|
||||
|
|
|
@ -40,7 +40,7 @@ fi
|
|||
mode=$1
|
||||
|
||||
if [ "$mode" = "light" ]; then
|
||||
emacsclient --eval "(load-theme 'os1 'no-confirm)"
|
||||
emacsclient --eval "(load-theme 'doom-solarized-light 'no-confirm)"
|
||||
change_theme "$DARK_THEME" "$LIGHT_THEME"
|
||||
recolor_zathura
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue