From 32f520ee89e9aa7fbfaea85dfc7a257f3c77a131 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 1 Sep 2022 16:14:42 +0530 Subject: removing unnecessary code Signed-off-by: listout --- .config/polybar/config.ini | 272 --------------------------------------------- .config/polybar/launch.sh | 31 ------ 2 files changed, 303 deletions(-) delete mode 100644 .config/polybar/config.ini delete mode 100755 .config/polybar/launch.sh (limited to '.config/polybar') diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini deleted file mode 100644 index cda22a9..0000000 --- a/.config/polybar/config.ini +++ /dev/null @@ -1,272 +0,0 @@ -;--------; -; COLORS ; -;--------; - -[colors] -color0 = #2e313d -color8 = #5b5f71 -color1 = #cf8164 -color9 = #fe9f7c -color2 = #76a065 -color10 = #92c47e -color3 = #ab924c -color11 = #d2b45f -color4 = #8296b0 -color12 = #a0b9d8 -color5 = #a18daf -color13 = #c6aed7 -color6 = #659ea2 -color14 = #7dc2c7 -color7 = #b5b4c9 -color15 = #f0ecfe - -background-dark = #1c1c1c -foreground = #f0ecfe -primary = #4c566a -secondary = #f05 -alert = #bd2c40 -accent = #bf616a - -[bar/external] - -;------------; -; DIMENSIONS ; -;------------; - -width = 100% -height = 20 -offset-y = 0 -offset-x = 0 - -border-size = 2 - -border-color = ${colors.background-dark} -background = ${colors.background-dark} -foreground = ${colors.foreground} - -;----------; -; LOCATION ; -;----------; - -bottom = false -monitor = HDMI-A-0 -override-redirect = false - -;-------; -; FONTS ; -;-------; - -font-0 = "Dina:regular:pixelsize=16;3" -font-1 = "Wuncon Siji:pixelsize=10;2" - -;---------; -; MODULES ; -;---------; - -modules-right = cpu temperature pulseaudio date -modules-left = battery network memory -modules-center = bspwm - -;---------------; -; MISCELLANEOUS ; -;---------------; - -fixed-center = true -tray-position = right -tray-detached = false -module-margin = 2 -padding = 2 - -[bar/laptop] - -;------------; -; DIMENSIONS ; -;------------; - -width = 100% -height = 20 -offset-y = 0 -offset-x = 0 - -border-size = 2 - -border-color = ${colors.background-dark} -background = ${colors.background-dark} -foreground = ${colors.foreground} - -;----------; -; LOCATION ; -;----------; - -bottom = false -monitor = eDP -override-redirect = false - -;-------; -; FONTS ; -;-------; - -font-0 = "Dina:regular:pixelsize=16;2" -font-1 = "Wuncon Siji:size=12;2" - -;---------; -; MODULES ; -;---------; - -modules-right = cpu temperature pulseaudio date -modules-left = battery network memory -modules-center = bspwm - - -;---------------; -; MISCELLANEOUS ; -;---------------; - -fixed-center = true -tray-position = right -tray-detached = false -module-margin = 2 -padding = 2 - -[module/battery] -type=internal/battery - -battery=BAT0 -adapter=AC - -poll-interval=5 -full-at=80 - -time-format=%H:%M - -label-discharging=%time% %percentage%% -label-charging=%time% %percentage%% -label-full=%percentage%% - -format-full-prefix-foreground=${colors.color7} -label-full-background = ${colors.background} -label-full-padding = 1 - -format-charging-prefix-foreground = ${colors.color7} -label-charging-background = ${colors.background} -label-charging-padding = 1 - -format-discharging-prefix-foreground = ${colors.color7} -label-discharging-background = ${colors.background} -label-discharging-padding = 1 - -format-discharging-prefix= -format-discharging= -format-charging= -format-charging-prefix= -format-full= -format-full-prefix= - -[module/date] -type=internal/date -interval=1.0 -date=%A %d -time=%I:%M -time-alt=%I:%M:%S %A, %d %B %Y - -format-prefix =  -format-prefix-foreground = ${colors.color9} -format=