diff options
| -rw-r--r-- | conky/.conkyrc | 9 | ||||
| -rw-r--r-- | shell/bash/.bashrc | 2 | ||||
| -rw-r--r-- | shell/zsh/.zshrc | 2 | ||||
| -rw-r--r-- | wallpaper2.jpg | bin | 0 -> 77996 bytes | |||
| -rw-r--r-- | x/.Xresources | 2 | ||||
| -rw-r--r-- | x/.xinitrc | 7 | ||||
| -rw-r--r-- | zathura/zathurarc | 4 |
7 files changed, 13 insertions, 13 deletions
diff --git a/conky/.conkyrc b/conky/.conkyrc index 7b39c8e..410002e 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc | |||
| @@ -68,10 +68,11 @@ conky.config = { | |||
| 68 | own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it | 68 | own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it |
| 69 | 69 | ||
| 70 | --Colors (Gruvbox Dark) | 70 | --Colors (Gruvbox Dark) |
| 71 | color0 = '#b16286', | 71 | color0 = '#AB9DF2', |
| 72 | color1 = '#ebdbb2', | 72 | color1 = '#FCFCFA', |
| 73 | color2 = '#458588', | 73 | color2 = '#78DCE8', |
| 74 | color3 = '#b8bb26', | 74 | color3 = '#A9DC76', |
| 75 | |||
| 75 | 76 | ||
| 76 | }; | 77 | }; |
| 77 | 78 | ||
diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc index 289d237..b921287 100644 --- a/shell/bash/.bashrc +++ b/shell/bash/.bashrc | |||
| @@ -98,3 +98,5 @@ esac | |||
| 98 | . "$HOME/.cargo/env" | 98 | . "$HOME/.cargo/env" |
| 99 | # export PATH=$PATH:$(xdg-user-dir USER)/.local/bin | 99 | # export PATH=$PATH:$(xdg-user-dir USER)/.local/bin |
| 100 | # export PATH=$PATH:$(xdg-user-dir USER)/.local/bin | 100 | # export PATH=$PATH:$(xdg-user-dir USER)/.local/bin |
| 101 | |||
| 102 | export GPG_TTY=$(tty) | ||
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 4c22327..0f6c767 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc | |||
| @@ -16,6 +16,7 @@ precmd_functions+=(update_prompt) | |||
| 16 | update_prompt | 16 | update_prompt |
| 17 | 17 | ||
| 18 | HISTFILE="$XDG_CACHE_HOME"/zsh-histfile | 18 | HISTFILE="$XDG_CACHE_HOME"/zsh-histfile |
| 19 | GNUPGHOME="~/.gnupg/" | ||
| 19 | HISTSIZE=2500 | 20 | HISTSIZE=2500 |
| 20 | SAVEHIST=2000 | 21 | SAVEHIST=2000 |
| 21 | setopt INC_APPEND_HISTORY | 22 | setopt INC_APPEND_HISTORY |
| @@ -29,6 +30,7 @@ compinit | |||
| 29 | setopt autocd | 30 | setopt autocd |
| 30 | eval "$(zoxide init zsh)" | 31 | eval "$(zoxide init zsh)" |
| 31 | 32 | ||
| 33 | export GPG_TTY=$(tty) | ||
| 32 | export XDG_DATA_HOME="$HOME"/.local/share | 34 | export XDG_DATA_HOME="$HOME"/.local/share |
| 33 | export XDG_CONFIG_HOME="$HOME"/.config | 35 | export XDG_CONFIG_HOME="$HOME"/.config |
| 34 | export XDG_STATE_HOME="$HOME"/.local/state | 36 | export XDG_STATE_HOME="$HOME"/.local/state |
diff --git a/wallpaper2.jpg b/wallpaper2.jpg new file mode 100644 index 0000000..4fdef41 --- /dev/null +++ b/wallpaper2.jpg | |||
| Binary files differ | |||
diff --git a/x/.Xresources b/x/.Xresources index 3816c07..c2dd847 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | st.alpha: 0.8 | 1 | ! st.alpha: 0.8 |
| 2 | st.font: FiraCode-12; | 2 | st.font: FiraCode-12; |
| 3 | dmenu.font: FiraCode-11; | 3 | dmenu.font: FiraCode-11; |
| 4 | st.termname: st-256color | 4 | st.termname: st-256color |
| @@ -31,7 +31,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then | |||
| 31 | unset f | 31 | unset f |
| 32 | fi | 32 | fi |
| 33 | /usr/local/bin/pipewire-start.sh & | 33 | /usr/local/bin/pipewire-start.sh & |
| 34 | # dbus-update-activation-environment --all | 34 | dbus-update-activation-environment --all |
| 35 | # xsetroot -name " " & | 35 | xsetroot -name " " & |
| 36 | # ssh-agent dwm | 36 | ssh-agent dwm |
| 37 | dwm | ||
diff --git a/zathura/zathurarc b/zathura/zathurarc index d1885a9..8339747 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | set selection-clipboard clipboard | 1 | set selection-clipboard clipboard |
| 2 | # Zathura configuration file | ||
| 3 | # See man `man zathurarc' | ||
| 4 | 2 | ||
| 5 | set statusbar-h-padding 0 | 3 | set statusbar-h-padding 0 |
| 6 | set statusbar-v-padding 0 | 4 | set statusbar-v-padding 0 |
| @@ -36,8 +34,6 @@ set default-fg "#F7F7F6" #01 | |||
| 36 | set statusbar-fg "#B0B0B0" #04 | 34 | set statusbar-fg "#B0B0B0" #04 |
| 37 | set statusbar-bg "#202020" #01 | 35 | set statusbar-bg "#202020" #01 |
| 38 | 36 | ||
| 39 | set inputbar-bg "#000000" #00 currently not used | ||
| 40 | set inputbar-fg "#FFFFFF" #02 | ||
| 41 | 37 | ||
| 42 | set notification-error-bg "#AC4142" #08 | 38 | set notification-error-bg "#AC4142" #08 |
| 43 | set notification-error-fg "#151515" #00 | 39 | set notification-error-fg "#151515" #00 |
