diff options
| author | Blake Romero <blake@blkrom.com> | 2024-12-31 23:09:41 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-12-31 23:09:41 +0000 |
| commit | f7112ba84985eee821b2185fff831be73a5d20d7 (patch) | |
| tree | f9fe0497d89011ce27da980a3296fab4648c1564 /dot-config/yambar/scripts/pacman-update | |
| parent | 5b7d86c2ddee75c99c316f5aa0e162abe060a9e4 (diff) | |
Fix yambar pacman-update
Diffstat (limited to 'dot-config/yambar/scripts/pacman-update')
| -rwxr-xr-x | dot-config/yambar/scripts/pacman-update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-config/yambar/scripts/pacman-update b/dot-config/yambar/scripts/pacman-update new file mode 100755 index 0000000..faaff4c --- /dev/null +++ b/dot-config/yambar/scripts/pacman-update @@ -0,0 +1,3 @@ +#!/bin/sh + +footclient -T 'update' sudo pacman -Syyu && >~/.cache/updates |
