From 1b03fa0b512c5256ac70412275a4056f782f7abf Mon Sep 17 00:00:00 2001 From: mono-b Date: Thu, 5 Jan 2023 19:14:29 -0300 Subject: removed polybar trash --- polybar/cuts/user_modules.ini | 225 ------------------------------------------ 1 file changed, 225 deletions(-) (limited to 'polybar/cuts/user_modules.ini') diff --git a/polybar/cuts/user_modules.ini b/polybar/cuts/user_modules.ini index a1a250c..6a165bf 100644 --- a/polybar/cuts/user_modules.ini +++ b/polybar/cuts/user_modules.ini @@ -1,237 +1,15 @@ [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 -;