From 39044cddeeba5ad91402f8abfb2a286e48a4f50d Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 9 Sep 2023 23:09:21 -0500 Subject: Move files for config role This movement is needed to maintain the role structure --- src/config/polybar/bars.ini | 551 ----------- src/config/polybar/colors.ini | 36 - src/config/polybar/config.ini | 296 ------ src/config/polybar/launch.sh | 14 - src/config/polybar/modules.ini | 1132 ---------------------- src/config/polybar/preview.ini | 310 ------ src/config/polybar/preview.sh | 14 - src/config/polybar/scripts/checkupdates | 117 --- src/config/polybar/scripts/launcher.sh | 13 - src/config/polybar/scripts/powermenu.sh | 91 -- src/config/polybar/scripts/rofi/colors.rasi | 13 - src/config/polybar/scripts/rofi/confirm.rasi | 24 - src/config/polybar/scripts/rofi/launcher.rasi | 118 --- src/config/polybar/scripts/rofi/message.rasi | 24 - src/config/polybar/scripts/rofi/networkmenu.rasi | 123 --- src/config/polybar/scripts/rofi/powermenu.rasi | 124 --- src/config/polybar/scripts/rofi/styles.rasi | 123 --- src/config/polybar/scripts/style-switch.sh | 15 - src/config/polybar/scripts/styles.sh | 76 -- src/config/polybar/scripts/updates.sh | 45 - src/config/polybar/user_modules.ini | 256 ----- 21 files changed, 3515 deletions(-) delete mode 100644 src/config/polybar/bars.ini delete mode 100644 src/config/polybar/colors.ini delete mode 100644 src/config/polybar/config.ini delete mode 100755 src/config/polybar/launch.sh delete mode 100644 src/config/polybar/modules.ini delete mode 100644 src/config/polybar/preview.ini delete mode 100755 src/config/polybar/preview.sh delete mode 100755 src/config/polybar/scripts/checkupdates delete mode 100755 src/config/polybar/scripts/launcher.sh delete mode 100755 src/config/polybar/scripts/powermenu.sh delete mode 100644 src/config/polybar/scripts/rofi/colors.rasi delete mode 100644 src/config/polybar/scripts/rofi/confirm.rasi delete mode 100644 src/config/polybar/scripts/rofi/launcher.rasi delete mode 100644 src/config/polybar/scripts/rofi/message.rasi delete mode 100644 src/config/polybar/scripts/rofi/networkmenu.rasi delete mode 100644 src/config/polybar/scripts/rofi/powermenu.rasi delete mode 100644 src/config/polybar/scripts/rofi/styles.rasi delete mode 100755 src/config/polybar/scripts/style-switch.sh delete mode 100755 src/config/polybar/scripts/styles.sh delete mode 100755 src/config/polybar/scripts/updates.sh delete mode 100644 src/config/polybar/user_modules.ini (limited to 'src/config/polybar') diff --git a/src/config/polybar/bars.ini b/src/config/polybar/bars.ini deleted file mode 100644 index 06b6eda..0000000 --- a/src/config/polybar/bars.ini +++ /dev/null @@ -1,551 +0,0 @@ -;; ┌────────────────────────────────────────────────────┐ -;; │░█▀█░█▀█░█░░░█░█░█▀▄░█▀█░█▀▄░░░░░░░░░█▀▄░█▀█░█▀▄░█▀▀│ -;; │░█▀▀░█░█░█░░░░█░░█▀▄░█▀█░█▀▄░░░░▀░░░░█▀▄░█▀█░█▀▄░▀▀█│ -;; │░▀░░░▀▀▀░▀▀▀░░▀░░▀▀░░▀░▀░▀░▀░░░░▀░░░░▀▀░░▀░▀░▀░▀░▀▀▀│ -;; │░Created░By░Aditya░Shakya░@adi1090x░░░░░░░░░░░░░░░░░│ -;; └────────────────────────────────────────────────────┘ - -;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ - -[bar] -fill = ⏽ -empty = ⏽ -indicator = -; Nerd font :   ,  ⏽,  樂 籠 錄 , 雷 絛 - -[module/volume] -type = internal/alsa - -; Soundcard to be used -; Usually in the format hw:# where # is the card number -; You can find the different card numbers in `/proc/asound/cards` -master-soundcard = default -speaker-soundcard = default -headphone-soundcard = default - -; Name of the master, speaker and headphone mixers -; Use the following command to list available mixer controls: -; $ amixer scontrols | sed -nr "s/.*'([[:alnum:]]+)'.*/\1/p" -; If master, speaker or headphone-soundcard isn't the default, -; use `amixer -c # scontrols` instead where # is the number -; of the master, speaker or headphone soundcard respectively -; -; Default: Master -master-mixer = Master - -; Optionally define speaker and headphone mixers -; Default: none -;;speaker-mixer = Speaker -; Default: none -;;headphone-mixer = Headphone - -; NOTE: This is required if headphone_mixer is defined -; Use the following command to list available device controls -; $ amixer controls | sed -r "/CARD/\!d; s/.*=([0-9]+).*name='([^']+)'.*/printf '%3.0f: %s\n' '\1' '\2'/e" | sort -; You may also need to use `amixer -c # controls` as above for the mixer names -; Default: none -;;headphone-id = 9 - -; Use volume mapping (similar to amixer -M and alsamixer), where the increase in volume is linear to the ear -; Default: false -;;mapped = true - -; Interval for volume increase/decrease (in percent points) -; Default: 5 -interval = 5 - -; Available tags: -; (default) -; -; -format-volume = - -; Available tags: -; (default) -; -; -format-muted = -format-muted-prefix =  -format-muted-prefix-foreground = ${color.red} - -; Available tokens: -; %percentage% (default) -label-volume = %percentage%% - -; Available tokens: -; %percentage% (default -label-muted = " Muted" -label-muted-foreground = ${color.sep} - -; Only applies if is used -ramp-volume-0 =  -ramp-volume-1 =  -ramp-volume-2 =  -ramp-volume-foreground = ${color.blue} - -; Only applies if is used -bar-volume-format = "%fill%%indicator%%empty%" -bar-volume-width = 11 -bar-volume-gradient = false - -bar-volume-indicator = ${bar.indicator} -bar-volume-indicator-foreground = ${color.foreground} -bar-volume-indicator-font = 2 - -bar-volume-fill = ${bar.fill} -bar-volume-fill-font = 2 -bar-volume-foreground-0 = ${color.green} -bar-volume-foreground-1 = ${color.green} -bar-volume-foreground-2 = ${color.yellow} -bar-volume-foreground-3 = ${color.yellow} -bar-volume-foreground-4 = ${color.red} - -bar-volume-empty = ${bar.empty} -bar-volume-empty-font = 2 -bar-volume-empty-foreground = ${color.sep} - -; If defined, it will replace when -; headphones are plugged in to `headphone_control_numid` -; If undefined, will be used for both -; Only applies if is used -ramp-headphones-0 =  - -;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ - -[module/brightness] -;type = internal/xbacklight -type = internal/backlight - -; Use the following command to list available cards: -; $ ls -1 /sys/class/backlight/ -;card = intel_backlight -card = amdgpu_bl0 - -; Available tags: -;