Updated some of the files
This commit is contained in:
parent
80d6598780
commit
6edc00ae21
4 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
2
.zshrc
2
.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
|
||||
|
|
Loading…
Reference in a new issue