diff options
| author | Andrew <saintruler@gmail.com> | 2020-08-17 21:23:04 -0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-08-17 21:23:04 -0400 |
| commit | 31b7f8f3e2d32bb36a5afbbb4ec2a886ce6038db (patch) | |
| tree | 5422f0fcc3fd9b46f6a9c3ab017d12023ebf816a /.config | |
| parent | cafeed16ba66e7ed9d8d84d5616ea2b2503cf0ba (diff) | |
Changed autostarting in .profile
Diffstat (limited to '.config')
| -rw-r--r-- | .config/polybar/config | 2 | ||||
| -rw-r--r-- | .config/zsh/.zshrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index c0043f2..8fd4702 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -54,7 +54,7 @@ font-1 = ProFontIIx Nerd Font:pixelsize=15;3 modules-left = menu bspwm i3 workspaces modules-center = xwindow -modules-right = alsa xkeyboard xbacklight memory cpu wlan eth battery date +modules-right = pulseaudio xkeyboard xbacklight memory cpu wlan eth battery date tray-position = right tray-padding = 2 diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e30dc7b..9fa6d87 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -37,5 +37,6 @@ alias ll='ls -lhF' alias l='ls -CF' alias dotfiles="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME'" alias dotstat="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' status" +alias dotdiff="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' diff" alias dotadd="/usr/bin/git --git-dir='$HOME/.dotfiles' --work-tree='$HOME' add -f" |