From e74aa4ea7a7e845588fd31746d2c85c9c7b0682c Mon Sep 17 00:00:00 2001 From: philw Date: Mon, 6 May 2024 22:37:55 +0200 Subject: Update dotfiles --- conky/.conkyrc | 9 +++++---- shell/bash/.bashrc | 2 ++ shell/zsh/.zshrc | 2 ++ 3 files changed, 9 insertions(+), 4 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 = { own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it --Colors (Gruvbox Dark) - color0 = '#b16286', - color1 = '#ebdbb2', - color2 = '#458588', - color3 = '#b8bb26', + color0 = '#AB9DF2', + color1 = '#FCFCFA', + color2 = '#78DCE8', + color3 = '#A9DC76', + }; 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 . "$HOME/.cargo/env" # export PATH=$PATH:$(xdg-user-dir USER)/.local/bin # export PATH=$PATH:$(xdg-user-dir USER)/.local/bin + +export GPG_TTY=$(tty) diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 0aaaf8f..f52f762 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -16,6 +16,7 @@ precmd_functions+=(update_prompt) update_prompt HISTFILE="$XDG_CACHE_HOME"/zsh-histfile +GNUPGHOME="~/.gnupg/" HISTSIZE=2500 SAVEHIST=2000 setopt INC_APPEND_HISTORY @@ -29,6 +30,7 @@ compinit setopt autocd eval "$(zoxide init zsh)" +export GPG_TTY=$(tty) export XDG_DATA_HOME="$HOME"/.local/share export XDG_CONFIG_HOME="$HOME"/.config export XDG_STATE_HOME="$HOME"/.local/state -- cgit v1.2.3 From 867b2452ccf08e2fc1e1ddb8a437f39b2b6756ad Mon Sep 17 00:00:00 2001 From: philw Date: Wed, 8 May 2024 00:33:27 +0200 Subject: Update dotfiles --- wallpaper2.jpg | Bin 0 -> 77996 bytes x/.Xresources | 2 +- x/.xinitrc | 7 +++---- x/.xprofile | 3 ++- zathura/zathurarc | 4 ---- 5 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 wallpaper2.jpg diff --git a/wallpaper2.jpg b/wallpaper2.jpg new file mode 100644 index 0000000..4fdef41 Binary files /dev/null and b/wallpaper2.jpg differ diff --git a/x/.Xresources b/x/.Xresources index 3816c07..c2dd847 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -1,4 +1,4 @@ -st.alpha: 0.8 +! st.alpha: 0.8 st.font: FiraCode-12; dmenu.font: FiraCode-11; st.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 unset f fi /usr/local/bin/pipewire-start.sh & -# dbus-update-activation-environment --all -# xsetroot -name " " & -# ssh-agent dwm -dwm +dbus-update-activation-environment --all +xsetroot -name " " & +ssh-agent dwm diff --git a/x/.xprofile b/x/.xprofile index f749bb0..1c64d44 100644 --- a/x/.xprofile +++ b/x/.xprofile @@ -10,6 +10,7 @@ xrandr --dpi 96 xbacklight -set 2 setxkbmap pl feh --bg-scale ~/Repositories/rice/wallpaper.jpg & -picom -b & +# picom -b & +(sleep 1 && xcompmgr -c) & [ -n "$xrdbpid" ] && wait "$xrdbpid" diff --git a/zathura/zathurarc b/zathura/zathurarc index d1885a9..8339747 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -1,6 +1,4 @@ set selection-clipboard clipboard -# Zathura configuration file -# See man `man zathurarc' set statusbar-h-padding 0 set statusbar-v-padding 0 @@ -36,8 +34,6 @@ set default-fg "#F7F7F6" #01 set statusbar-fg "#B0B0B0" #04 set statusbar-bg "#202020" #01 -set inputbar-bg "#000000" #00 currently not used -set inputbar-fg "#FFFFFF" #02 set notification-error-bg "#AC4142" #08 set notification-error-fg "#151515" #00 -- cgit v1.2.3