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/bars.ini | 470 ------------- polybar/cuts/colors.ini | 5 - polybar/cuts/config.ini | 232 ------- polybar/cuts/launch.sh | 1 + polybar/cuts/modules.ini | 1031 ---------------------------- polybar/cuts/preview.ini | 323 --------- polybar/cuts/preview.sh | 14 - polybar/cuts/scripts/checkupdates | 21 - polybar/cuts/scripts/colors-dark.sh | 102 --- polybar/cuts/scripts/colors-light.sh | 102 --- polybar/cuts/scripts/launcher.sh | 3 - polybar/cuts/scripts/powermenu.sh | 94 --- polybar/cuts/scripts/random.sh | 91 --- polybar/cuts/scripts/rofi/colors.rasi | 10 - polybar/cuts/scripts/rofi/confirm.rasi | 25 - polybar/cuts/scripts/rofi/launcher.rasi | 115 ---- polybar/cuts/scripts/rofi/message.rasi | 24 - polybar/cuts/scripts/rofi/networkmenu.rasi | 123 ---- polybar/cuts/scripts/rofi/powermenu.rasi | 123 ---- polybar/cuts/scripts/rofi/styles.rasi | 123 ---- polybar/cuts/scripts/style-switch.sh | 20 - polybar/cuts/scripts/styles.sh | 89 --- polybar/cuts/user_modules.ini | 225 ------ polybar/launch.sh | 12 - 24 files changed, 1 insertion(+), 3377 deletions(-) delete mode 100644 polybar/cuts/preview.ini delete mode 100755 polybar/cuts/preview.sh delete mode 100755 polybar/cuts/scripts/colors-dark.sh delete mode 100755 polybar/cuts/scripts/colors-light.sh delete mode 100755 polybar/cuts/scripts/launcher.sh delete mode 100755 polybar/cuts/scripts/powermenu.sh delete mode 100755 polybar/cuts/scripts/random.sh delete mode 100644 polybar/cuts/scripts/rofi/colors.rasi delete mode 100644 polybar/cuts/scripts/rofi/confirm.rasi delete mode 100644 polybar/cuts/scripts/rofi/launcher.rasi delete mode 100644 polybar/cuts/scripts/rofi/message.rasi delete mode 100644 polybar/cuts/scripts/rofi/networkmenu.rasi delete mode 100644 polybar/cuts/scripts/rofi/powermenu.rasi delete mode 100644 polybar/cuts/scripts/rofi/styles.rasi delete mode 100755 polybar/cuts/scripts/style-switch.sh delete mode 100755 polybar/cuts/scripts/styles.sh delete mode 100755 polybar/launch.sh diff --git a/polybar/cuts/bars.ini b/polybar/cuts/bars.ini index 43edc3a..0440c08 100644 --- a/polybar/cuts/bars.ini +++ b/polybar/cuts/bars.ini @@ -1,12 +1,3 @@ -;; ┌────────────────────────────────────────────────────┐ -;; │░█▀█░█▀█░█░░░█░█░█▀▄░█▀█░█▀▄░░░░░░░░░█▀▄░█▀█░█▀▄░█▀▀│ -;; │░█▀▀░█░█░█░░░░█░░█▀▄░█▀█░█▀▄░░░░▀░░░░█▀▄░█▀█░█▀▄░▀▀█│ -;; │░▀░░░▀▀▀░▀▀▀░░▀░░▀▀░░▀░▀░▀░▀░░░░▀░░░░▀▀░░▀░▀░▀░▀░▀▀▀│ -;; │░Created░By░Aditya░Shakya░@adi1090x░░░░░░░░░░░░░░░░░│ -;; └────────────────────────────────────────────────────┘ - -;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ - [bar] fill = ﭳ empty = ﭳ @@ -14,495 +5,44 @@ indicator = width = 6 format = %{T4}%fill%%indicator%%empty%%{F-}%{T-} -[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 = -format-volume-background = ${color.background} -format-volume-padding = 1 - -; Available tags: -; (default) -; -; -format-muted = -format-muted-prefix =  -format-muted-background = ${color.background} -format-muted-padding = 1 - -; Available tokens: -; %percentage% (default) -label-volume = %percentage%% - -; Available tokens: -; %percentage% (default -label-muted = " Muted" -label-muted-foreground = ${color.foreground} - -; Only applies if is used -ramp-volume-0 =  -ramp-volume-1 =  -ramp-volume-2 =  - -; Only applies if is used -bar-volume-format = ${bar.format} -bar-volume-width = ${bar.width} -bar-volume-gradient = false - -bar-volume-indicator = ${bar.indicator} -bar-volume-indicator-foreground = ${color.foreground} - -bar-volume-fill = ${bar.fill} -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-foreground = ${color.foreground-alt} - -; 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: -;