From f7112ba84985eee821b2185fff831be73a5d20d7 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 31 Dec 2024 23:09:41 +0000 Subject: Fix yambar pacman-update --- dot-config/yambar/scripts/pacman-update | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dot-config/yambar/scripts/pacman-update (limited to 'dot-config/yambar/scripts') 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 -- cgit