From 8dc8f2d52338fd87e7763995e6732f5a295300e8 Mon Sep 17 00:00:00 2001 From: mono-b Date: Mon, 26 Dec 2022 04:08:53 -0300 Subject: huh --- polybar/cuts/user_modules.ini | 258 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 258 insertions(+) create mode 100644 polybar/cuts/user_modules.ini (limited to 'polybar/cuts/user_modules.ini') diff --git a/polybar/cuts/user_modules.ini b/polybar/cuts/user_modules.ini new file mode 100644 index 0000000..a1a250c --- /dev/null +++ b/polybar/cuts/user_modules.ini @@ -0,0 +1,258 @@ +[module/updates] +type = custom/script + +; Available tokens: +; %counter% +; Command to be executed (using "/usr/bin/env sh -c [command]") +exec = ~/.config/polybar/cuts/scripts/updates.sh + +; Conditional command that, if defined, needs to exit successfully +; before the main exec command is invoked. +; Default: "" +;;exec-if = "" + +; Will the script output continous content? +; Default: false +tail = true + +; Seconds to sleep between updates +; Default: 2 (0 if `tail = true`) +interval = 5 + +; Available tags: +; - deprecated +;