Compare commits
2 Commits
6b734aabf3
...
3bfa8383bb
Author | SHA1 | Date |
---|---|---|
coolneng | 3bfa8383bb | |
coolneng | 88d7f81d1c |
|
@ -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 -u"
|
alias jc "journalctl -eu"
|
||||||
alias jcu "journalctl --user -u"
|
alias jcu "journalctl --user -eu"
|
||||||
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 'doom-solarized-light 'no-confirm)"
|
emacsclient --eval "(load-theme 'os1 '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