fix zathura highlighting and change update to yay in waybar
Christian Krinitsin code@krinitsin.xyz
Wed, 24 Apr 2024 21:35:26 +0200
2 files changed,
4 insertions(+),
3 deletions(-)
M
waybar/.config/waybar/config
→
waybar/.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/zathurarc
→
zathura/.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