index — dotfiles @ 6a6b148927b8a10b4845d08c33f39decf46b6afa

my dotfiles

fix zathura highlighting and change update to yay in waybar
Christian Krinitsin code@krinitsin.xyz
Wed, 24 Apr 2024 21:35:26 +0200
commit

6a6b148927b8a10b4845d08c33f39decf46b6afa

parent

ff9b8edc06fdf1dd71ff3b229a9e9fc2e031a624

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
M waybar/.config/waybar/configwaybar/.config/waybar/config

@@ -152,7 +152,7 @@ "format": " {}",

"interval": 3600, // every hour "exec": "checkupdates | wc -l", // # of updates "exec-if": "exit 0", // always run; consider advanced run conditions - "on-click": "alacritty -e sudo pacman -Syu; pkill -SIGRTMIN+8 waybar", // update system + "on-click": "alacritty -e yay; pkill -SIGRTMIN+8 waybar", // update system "signal": 8, "tooltip": false },
M zathura/.config/zathura/zathurarczathura/.config/zathura/zathurarc

@@ -1,5 +1,6 @@

set window-title-basename "true" set selection-clipboard "clipboard" +set sandbox none # Dracula color theme for Zathura # Swaps Foreground for Background to get a light version if the user prefers

@@ -32,8 +33,8 @@ set inputbar-fg "#d3c6aa" # Foreground

set statusbar-bg "#2b3339" # Background set statusbar-fg "#d3c6aa" # Foreground -set highlight-color "#ffb86c" # Orange -set highlight-active-color "#ff79c6" # Pink +set highlight-color "rgba(256, 184, 108, 0.5)" # Orange +set highlight-active-color "rgba(256, 121, 198, 0.5)" # Orange set default-bg "#2b3339" # Background set default-fg "#d3c6aa" # Foreground