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 sc "systemctl"
|
||||
alias scu "systemctl --user"
|
||||
alias jc "journalctl -u"
|
||||
alias jcu "journalctl --user -u"
|
||||
alias jc "journalctl -eu"
|
||||
alias jcu "journalctl --user -eu"
|
||||
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 'doom-solarized-light 'no-confirm)"
|
||||
emacsclient --eval "(load-theme 'os1 'no-confirm)"
|
||||
change_theme "$DARK_THEME" "$LIGHT_THEME"
|
||||
recolor_zathura
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue