summaryrefslogtreecommitdiff
path: root/.config/polybar/config.ini
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-04-28 20:37:41 +0200
committerAdam Stück <adam@adast.xyz>2023-04-28 20:37:41 +0200
commitb7b0887f88ffa4dd63a85aaa27d305db18555675 (patch)
tree06fccaa5cab6dc9bb5a23558f34a35dc1257627f /.config/polybar/config.ini
parent1abce784cf269fd98ee5faa09e52ba642f2e61ec (diff)
drop unused configs
Diffstat (limited to '.config/polybar/config.ini')
-rw-r--r--.config/polybar/config.ini156
1 files changed, 0 insertions, 156 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
deleted file mode 100644
index fad40b7..0000000
--- a/.config/polybar/config.ini
+++ /dev/null
@@ -1,156 +0,0 @@
-[colors]
-bg = #101010
-fg = #cdd6f4
-blue = #89b4fa
-purple = #cba6f7
-green = #a6e3a1
-yellow = #f9e2af
-orange = #fab387
-red = #f38ba8
-black = #000
-white = #FFF
-gray = #99a0ba
-alert = #bd2c40
-focused-bg = #1c63a5
-unfocused-bg = #2f333c
-visible-bg = #182858
-
-[bar/primary]
-bottom = false
-enable-ipc = true
-fixed-center = true
-cursor-click = pointer
-
-modules-left = i3 xwindow
-modules-right = bluetooth forecast xkeyboard pulseaudio battery network date
-tray-position = right
-
-font-0 = Averia Libre:style=bold:size=15;4
-font-1 = Font Awesome 6 Pro Solid:size=14;5
-
-background = ${colors.bg}
-foreground = ${colors.fg}
-
-height = 28
-padding-left = 3
-padding-right = 0
-
-[module/xkeyboard]
-type = internal/xkeyboard
-blacklist-0 = num lock
-
-format = <label-layout> <label-indicator>
-format-padding = 3
-
-label-indicator = %icon%
-label-indicator-foreground = ${colors.red}
-
-indicator-icon-0 = caps lock;;
-
-[module/i3]
-type = internal/i3
-format = <label-state> <label-mode>
-index-sort = true
-wrapping-scroll = false
-pin-workspaces = true
-
-label-separator = " "
-label-unfocused = %index%
-label-focused = %index%
-label-visible = %index%
-label-urgent = %index%
-
-label-unfocused-padding = 3
-label-focused-padding = 3
-label-visible-padding = 3
-label-urgent-padding = 3
-label-mode-padding = 3
-
-label-mode-background = ${colors.purple}
-label-mode-foreground = ${colors.black}
-
-label-focused-background = ${colors.focused-bg}
-label-focused-foreground = #fff
-label-unfocused-background = ${colors.unfocused-bg}
-label-visible-background = ${colors.visible-bg}
-label-urgent-background = ${colors.alert}
-
-[module/battery]
-type = internal/battery
-battery = BAT0
-adapter = ADP1
-full-at = 90
-low-at = 10
-
-format-discharging = <ramp-capacity>
-format-charging = <label-charging>
-format-full = <label-full>
-format-low = <animation-low>
-
-ramp-capacity-0 = 
-ramp-capacity-1 = 
-ramp-capacity-2 = 
-ramp-capacity-3 = 
-ramp-capacity-4 = 
-
-animation-low-0 = 
-animation-low-1 = 
-
-label-charging = 
-label-full = 
-
-format-discharging-padding = 3
-format-charging-padding = 3
-format-full-padding = 3
-format-low-padding = 3
-format-low-foreground = ${colors.red}
-
-[module/date]
-type = internal/date
-interval = 5
-format-padding = 3
-
-label = "%date% %time%"
-label-foreground = ${colors.blue}
-
-date = "%a %e %b"
-time = %H:%M
-
-[module/pulseaudio]
-type = internal/pulseaudio
-format-volume = <ramp-volume>
-format-volume-padding = 3
-format-muted-padding = 3
-
-label-muted = 
-label-muted-foreground = ${colors.gray}
-
-ramp-volume-0 = 
-ramp-volume-1 = 
-ramp-volume-2 = 
-
-[module/xwindow]
-type = internal/xwindow
-format-padding = 4
-label-maxlen = 50
-
-[module/forecast]
-type = custom/script
-exec = ~/.local/bin/statusbar/sb-forecast
-format-foreground = ${colors.purple}
-format-padding = 3
-interval = 600
-
-click-left = ~/.local/bin/statusbar/sb-forecast --browser
-
-[module/network]
-type = internal/network
-interface-type = wireless
-interval = 3.0
-
-label-connected = 
-label-disconnected = 
-
-label-connected-padding = 3
-label-disconnected-padding = 3
-label-disconnected-foreground = ${colors.gray}