diff options
| -rw-r--r-- | waybar/.config/waybar/config | 2 | ||||
| -rwxr-xr-x | zathura/.config/zathura/zathurarc | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 24d6584..d12e8d0 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -152,7 +152,7 @@ "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 }, diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 10ed5b0..e7b5aea 100755 --- a/zathura/.config/zathura/zathurarc +++ b/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 |