From 6edc00ae21dd1e748957e7770dc177c827209f7e Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 13 Jan 2025 10:54:36 +0100 Subject: [PATCH] Updated some of the files --- .config/mako/config | 6 +++--- .config/river/binds | 1 + .config/waybar/config | 6 ++++-- .zshrc | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.config/mako/config b/.config/mako/config index 61a10eb..e41842c 100644 --- a/.config/mako/config +++ b/.config/mako/config @@ -4,6 +4,6 @@ margin=8 border-size=2 icon-path=/usr/share/icons/Papirus-Dark -text-color=#c3c4c7 -background-color=#121320 -border-color=#5D629A +text-color=#c5c5c4 +background-color=#181916 +border-color=#3764A3 diff --git a/.config/river/binds b/.config/river/binds index 1157160..6b93690 100755 --- a/.config/river/binds +++ b/.config/river/binds @@ -6,6 +6,7 @@ riverctl map normal Super Space spawn fuzzel riverctl map normal Super+Control S spawn 'pkill -9 slurp || grim -g "$(slurp)" - | wl-copy -t image/png' riverctl map normal Super Print spawn 'grim | wl-copy -t image/png' riverctl map normal Super V spawn pavucontrol +riverctl map normal Super Escape spawn 'gtklock -d' # Super+Q to close the focused view riverctl map normal Super Slash close diff --git a/.config/waybar/config b/.config/waybar/config index 406478a..e81dc17 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -16,8 +16,9 @@ "position": "top", "start_hidden": false, "fixed-center": true, - "height": 27, + "height": 25, "margin": 4, + "reload_style_in_change": true, "battery": { "format": "{icon} {capacity}%", @@ -37,7 +38,8 @@ ], "format-plugged": "󱟦 {capacity}%", "tooltip": true, - "tooltip-format": "{timeTo}" + "tooltip-format": "{timeTo}", + "interval": 5 }, "clock": { diff --git a/.zshrc b/.zshrc index 072a016..5af71bf 100644 --- a/.zshrc +++ b/.zshrc @@ -21,7 +21,7 @@ if [ -e /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ]; th elif [ -e /usr/share/zsh/site-functions/zsh-autosuggestions.zsh ]; then source /usr/share/zsh/site-functions/zsh-autosuggestions.zsh else - echo "No autosuggestions plugin." + echo "No autosuggestions plugin could be found." fi # Keybinds