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 docker-compose "podman-compose"
|
||||||
alias sc "systemctl"
|
alias sc "systemctl"
|
||||||
alias scu "systemctl --user"
|
alias scu "systemctl --user"
|
||||||
alias jc "journalctl -eu"
|
alias jc "journalctl -u"
|
||||||
alias jcu "journalctl --user -eu"
|
alias jcu "journalctl --user -u"
|
||||||
alias webtorrent "webtorrent -i -o /tmp/webtorrent --mpv --player-args='--sub-auto=all --sub-file-paths=Subs:subs'"
|
alias webtorrent "webtorrent -i -o /tmp/webtorrent --mpv --player-args='--sub-auto=all --sub-file-paths=Subs:subs'"
|
||||||
|
|
||||||
# Additional paths
|
# Additional paths
|
||||||
|
|
|
@ -40,7 +40,7 @@ fi
|
||||||
mode=$1
|
mode=$1
|
||||||
|
|
||||||
if [ "$mode" = "light" ]; then
|
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"
|
change_theme "$DARK_THEME" "$LIGHT_THEME"
|
||||||
recolor_zathura
|
recolor_zathura
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue