From 86d2ac2ab57ac028650222d89c8fa074cd229f4b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 2 Apr 2024 22:13:39 +0100 Subject: Updated for Void Linux --- .config/yambar/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml index 12b6602..6255525 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -83,7 +83,7 @@ bar: right: - script: - path: ~/.config/yambar/scripts/arch-updates.sh + path: ~/.config/yambar/scripts/void-updates.sh args: [] content: string: @@ -91,7 +91,7 @@ bar: text: "{updates}" font: *nerdfont foreground: 98971aff - on-click: sh -c "~/.config/yambar/scripts/arch-updates.sh update" + on-click: sh -c "~/.config/yambar/scripts/voi-updates.sh update" - script: path: ~/.config/yambar/scripts/idleinhibit.sh args: [] @@ -140,7 +140,7 @@ bar: - map: <<: *volume - backlight: - name: amdgpu_bl1 + name: amdgpu_bl0 content: [ string: {text: , font: *nerdfont}, string: {text: "{percent}%", on-click: { left: sh -c "light -U 5", right: sh -c "light -A 5"}}] - network: name: enp5s0 -- cgit v1.2.3