diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-29 20:57:08 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-29 20:57:08 +0100 |
commit | 308b84588c594cb35037d378635602161129e131 (patch) | |
tree | 2c5fd3431e6fa5bd95922447d9660939bc9d5062 | |
parent | a54de7e35675db334578668a8b8b379b0dc7c35e (diff) |
Commented out update section temporarily
-rw-r--r-- | .config/yambar/config.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml index c9bbf3c..61f1bf8 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -82,16 +82,16 @@ bar: text: "{time}" right: - - script: - path: ~/.config/yambar/scripts/void-updates.sh - args: [] - content: - string: - margin: 0 - text: "{updates}" - font: *nerdfont - foreground: 98971aff - on-click: sh -c "~/.config/yambar/scripts/void-updates.sh update" + # - script: + # path: ~/.config/yambar/scripts/void-updates.sh + # args: [] + # content: + # string: + # margin: 0 + # text: "{updates}" + # font: *nerdfont + # foreground: 98971aff + # on-click: sh -c "~/.config/yambar/scripts/void-updates.sh update" - script: path: ~/.config/yambar/scripts/idleinhibit.sh args: [] |