From 5fcb99d7c16029ee0495a437a7bbe7b003dda023 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Fri, 6 Jun 2025 11:16:42 -0500 Subject: Cleanup configs --- src/config/files/polybar/user_modules.ini | 256 ------------------------------ 1 file changed, 256 deletions(-) delete mode 100644 src/config/files/polybar/user_modules.ini (limited to 'src/config/files/polybar/user_modules.ini') diff --git a/src/config/files/polybar/user_modules.ini b/src/config/files/polybar/user_modules.ini deleted file mode 100644 index 7314509..0000000 --- a/src/config/files/polybar/user_modules.ini +++ /dev/null @@ -1,256 +0,0 @@ -;; ┌──────────────────────────────────────────────────────────────────────────────-----┐ -;; │░█▀█░█▀█░█░░░█░█░█▀▄░█▀█░█▀▄░░░░░░░░░█░█░█▀▀░█▀▀░█▀▄░░░█▄█░█▀█░█▀▄░█░█░█░░░█▀▀░█▀▀ │ -;; │░█▀▀░█░█░█░░░░█░░█▀▄░█▀█░█▀▄░░░░▀░░░░█░█░▀▀█░█▀▀░█▀▄░░░█░█░█░█░█░█░█░█░█░░░█▀▀░▀▀█ │ -;; │░▀░░░▀▀▀░▀▀▀░░▀░░▀▀░░▀░▀░▀░▀░░░░▀░░░░▀▀▀░▀▀▀░▀▀▀░▀░▀░░░▀░▀░▀▀▀░▀▀░░▀▀▀░▀▀▀░▀▀▀░▀▀▀ │ -;; │░Created░By░Aditya░Shakya░@adi1090x░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░│ -;; └──────────────────────────────────────────────────────────────────────────────-----┘ - -;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ - -[module/updates] -type = custom/script - -; Available tokens: -; %counter% -; Command to be executed (using "/usr/bin/env sh -c [command]") -exec = ~/.config/polybar/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 -;