From 598dc8dc0b06b13da8c4e2824dcff7d55a26fbf0 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 27 Aug 2023 00:48:12 -0500 Subject: restructuring dotfiles to streamline ansible --- .config/polybar/user_modules.ini | 256 --------------------------------------- 1 file changed, 256 deletions(-) delete mode 100644 .config/polybar/user_modules.ini (limited to '.config/polybar/user_modules.ini') diff --git a/.config/polybar/user_modules.ini b/.config/polybar/user_modules.ini deleted file mode 100644 index 7314509..0000000 --- a/.config/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 -;