Updated some of the files

This commit is contained in:
nils 2025-01-13 10:54:36 +01:00
parent 80d6598780
commit 6edc00ae21
4 changed files with 9 additions and 6 deletions

View file

@ -4,6 +4,6 @@ margin=8
border-size=2 border-size=2
icon-path=/usr/share/icons/Papirus-Dark icon-path=/usr/share/icons/Papirus-Dark
text-color=#c3c4c7 text-color=#c5c5c4
background-color=#121320 background-color=#181916
border-color=#5D629A border-color=#3764A3

View file

@ -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+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 Print spawn 'grim | wl-copy -t image/png'
riverctl map normal Super V spawn pavucontrol riverctl map normal Super V spawn pavucontrol
riverctl map normal Super Escape spawn 'gtklock -d'
# Super+Q to close the focused view # Super+Q to close the focused view
riverctl map normal Super Slash close riverctl map normal Super Slash close

View file

@ -16,8 +16,9 @@
"position": "top", "position": "top",
"start_hidden": false, "start_hidden": false,
"fixed-center": true, "fixed-center": true,
"height": 27, "height": 25,
"margin": 4, "margin": 4,
"reload_style_in_change": true,
"battery": { "battery": {
"format": "{icon} {capacity}%", "format": "{icon} {capacity}%",
@ -37,7 +38,8 @@
], ],
"format-plugged": "󱟦 {capacity}%", "format-plugged": "󱟦 {capacity}%",
"tooltip": true, "tooltip": true,
"tooltip-format": "{timeTo}" "tooltip-format": "{timeTo}",
"interval": 5
}, },
"clock": { "clock": {

2
.zshrc
View file

@ -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 elif [ -e /usr/share/zsh/site-functions/zsh-autosuggestions.zsh ]; then
source /usr/share/zsh/site-functions/zsh-autosuggestions.zsh source /usr/share/zsh/site-functions/zsh-autosuggestions.zsh
else else
echo "No autosuggestions plugin." echo "No autosuggestions plugin could be found."
fi fi
# Keybinds # Keybinds