aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-07-02 02:09:46 +0200
committerphilw <dscr@duck.com>2024-07-02 02:09:46 +0200
commit5529342a2d561146ecd481c69624b0eae2003340 (patch)
treefbaed06f7f8af21250b04f5f90fed9801e94274a
parent7e5059be8664603f3150f08e660e4c9aa574a457 (diff)
parent867b2452ccf08e2fc1e1ddb8a437f39b2b6756ad (diff)
downloaddotfiles-5529342a2d561146ecd481c69624b0eae2003340.tar.gz
dotfiles-5529342a2d561146ecd481c69624b0eae2003340.zip
Update project
-rw-r--r--conky/.conkyrc9
-rw-r--r--shell/bash/.bashrc2
-rw-r--r--shell/zsh/.zshrc2
-rw-r--r--wallpaper2.jpgbin0 -> 77996 bytes
-rw-r--r--x/.Xresources2
-rw-r--r--x/.xinitrc7
-rw-r--r--zathura/zathurarc4
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
102export 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)
16update_prompt 16update_prompt
17 17
18HISTFILE="$XDG_CACHE_HOME"/zsh-histfile 18HISTFILE="$XDG_CACHE_HOME"/zsh-histfile
19GNUPGHOME="~/.gnupg/"
19HISTSIZE=2500 20HISTSIZE=2500
20SAVEHIST=2000 21SAVEHIST=2000
21setopt INC_APPEND_HISTORY 22setopt INC_APPEND_HISTORY
@@ -29,6 +30,7 @@ compinit
29setopt autocd 30setopt autocd
30eval "$(zoxide init zsh)" 31eval "$(zoxide init zsh)"
31 32
33export GPG_TTY=$(tty)
32export XDG_DATA_HOME="$HOME"/.local/share 34export XDG_DATA_HOME="$HOME"/.local/share
33export XDG_CONFIG_HOME="$HOME"/.config 35export XDG_CONFIG_HOME="$HOME"/.config
34export XDG_STATE_HOME="$HOME"/.local/state 36export 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 @@
1st.alpha: 0.8 1! st.alpha: 0.8
2st.font: FiraCode-12; 2st.font: FiraCode-12;
3dmenu.font: FiraCode-11; 3dmenu.font: FiraCode-11;
4st.termname: st-256color 4st.termname: st-256color
diff --git a/x/.xinitrc b/x/.xinitrc
index fdbc76f..a5aeb1f 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -31,7 +31,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
31 unset f 31 unset f
32fi 32fi
33/usr/local/bin/pipewire-start.sh & 33/usr/local/bin/pipewire-start.sh &
34# dbus-update-activation-environment --all 34dbus-update-activation-environment --all
35# xsetroot -name " " & 35xsetroot -name " " &
36# ssh-agent dwm 36ssh-agent dwm
37dwm
diff --git a/zathura/zathurarc b/zathura/zathurarc
index d1885a9..8339747 100644
--- a/zathura/zathurarc
+++ b/zathura/zathurarc
@@ -1,6 +1,4 @@
1set selection-clipboard clipboard 1set selection-clipboard clipboard
2# Zathura configuration file
3# See man `man zathurarc'
4 2
5set statusbar-h-padding 0 3set statusbar-h-padding 0
6set statusbar-v-padding 0 4set statusbar-v-padding 0
@@ -36,8 +34,6 @@ set default-fg "#F7F7F6" #01
36set statusbar-fg "#B0B0B0" #04 34set statusbar-fg "#B0B0B0" #04
37set statusbar-bg "#202020" #01 35set statusbar-bg "#202020" #01
38 36
39set inputbar-bg "#000000" #00 currently not used
40set inputbar-fg "#FFFFFF" #02
41 37
42set notification-error-bg "#AC4142" #08 38set notification-error-bg "#AC4142" #08
43set notification-error-fg "#151515" #00 39set notification-error-fg "#151515" #00