Add multi-monitor support to all themes and made small tweaks to sizing and fonts
This commit is contained in:
@@ -89,3 +89,71 @@ bar-capacity-empty = ${bar.empty}
|
||||
bar-capacity-empty-font = 2
|
||||
bar-capacity-empty-foreground = ${color.sep}
|
||||
bar-fill-font = 2
|
||||
|
||||
|
||||
|
||||
; [module/battery]
|
||||
; type = internal/battery
|
||||
|
||||
; full-at = 99
|
||||
|
||||
; ; $ ls -1 /sys/class/power_supply/
|
||||
; battery = BAT1
|
||||
; adapter = ACAD
|
||||
|
||||
; poll-interval = 2
|
||||
; time-format = %H:%M
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-charging> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ; <animation-charging>
|
||||
; format-charging = <animation-charging>
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-discharging> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ; <animation-discharging>
|
||||
; format-discharging = <ramp-capacity>
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-full> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ;format-full = <ramp-capacity> <label-full>
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ; %time%
|
||||
; ; %consumption% (shows current charge rate in watts)
|
||||
; label-charging = %percentage%%
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ; %time%
|
||||
; ; %consumption% (shows current discharge rate in watts)
|
||||
; label-discharging = %percentage%%
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ;label-full = Fully Charged
|
||||
; label-full =
|
||||
; label-full-foreground = ${color.green}
|
||||
|
||||
; ramp-capacity-0 =
|
||||
; ramp-capacity-1 =
|
||||
; ramp-capacity-2 =
|
||||
; ramp-capacity-3 =
|
||||
; ramp-capacity-4 =
|
||||
|
||||
; animation-charging-0 =
|
||||
; animation-charging-1 =
|
||||
; animation-charging-2 =
|
||||
; animation-charging-3 =
|
||||
; animation-charging-4 =
|
||||
|
||||
; ; Framerate in milliseconds
|
||||
; animation-charging-framerate = 750
|
||||
|
||||
|
||||
@@ -110,6 +110,74 @@ bar-fill-font = 2
|
||||
|
||||
|
||||
|
||||
; [module/battery]
|
||||
; type = internal/battery
|
||||
|
||||
; full-at = 99
|
||||
|
||||
; ; $ ls -1 /sys/class/power_supply/
|
||||
; battery = BAT1
|
||||
; adapter = ACAD
|
||||
|
||||
; poll-interval = 2
|
||||
; time-format = %H:%M
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-charging> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ; <animation-charging>
|
||||
; format-charging = <animation-charging>
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-discharging> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ; <animation-discharging>
|
||||
; format-discharging = <ramp-capacity>
|
||||
|
||||
; ; Available tags:
|
||||
; ; <label-full> (default)
|
||||
; ; <bar-capacity>
|
||||
; ; <ramp-capacity>
|
||||
; ;format-full = <ramp-capacity> <label-full>
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ; %time%
|
||||
; ; %consumption% (shows current charge rate in watts)
|
||||
; label-charging = %percentage%%
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ; %time%
|
||||
; ; %consumption% (shows current discharge rate in watts)
|
||||
; label-discharging = %percentage%%
|
||||
|
||||
; ; Available tokens:
|
||||
; ; %percentage% (default)
|
||||
; ;label-full = Fully Charged
|
||||
; label-full =
|
||||
; label-full-foreground = ${color.green}
|
||||
|
||||
; ramp-capacity-0 =
|
||||
; ramp-capacity-1 =
|
||||
; ramp-capacity-2 =
|
||||
; ramp-capacity-3 =
|
||||
; ramp-capacity-4 =
|
||||
|
||||
; animation-charging-0 =
|
||||
; animation-charging-1 =
|
||||
; animation-charging-2 =
|
||||
; animation-charging-3 =
|
||||
; animation-charging-4 =
|
||||
|
||||
; ; Framerate in milliseconds
|
||||
; animation-charging-framerate = 750
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[module/brightness_bar]
|
||||
;type = internal/xbacklight
|
||||
|
||||
@@ -70,6 +70,12 @@ label-disconnected-padding = 1
|
||||
;label-packetloss = %essid%
|
||||
;label-packetloss-foreground = #eefafafa
|
||||
|
||||
; ramp-signal-0 = 直
|
||||
; ramp-signal-1 = 直
|
||||
; ramp-signal-2 = 直
|
||||
; ramp-signal-3 = 直
|
||||
; ramp-signal-4 = 直
|
||||
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
|
||||
@@ -142,8 +142,8 @@ click-left = spotify &
|
||||
; content-foreground = ${color.green}
|
||||
; content-background = ${color.bg}
|
||||
; content-padding = 2
|
||||
; click-left = /home/mreschke/.config/openbox/scripts/rofi-launcher
|
||||
; click-right = /home/mreschke/.config/openbox/scripts/rofi-launcher
|
||||
; click-left = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/launcher.sh --gnome
|
||||
; click-right = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/launcher.sh --gnome
|
||||
|
||||
|
||||
|
||||
@@ -527,6 +527,12 @@ label-disconnected-padding = 1
|
||||
;label-packetloss = %essid%
|
||||
;label-packetloss-foreground = #eefafafa
|
||||
|
||||
; ramp-signal-0 = 直
|
||||
; ramp-signal-1 = 直
|
||||
; ramp-signal-2 = 直
|
||||
; ramp-signal-3 = 直
|
||||
; ramp-signal-4 = 直
|
||||
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
@@ -549,8 +555,8 @@ click-right = nm-connection-editor &
|
||||
;; content-background = ${color.bg-alt}
|
||||
;content-foreground = ${color.fg}
|
||||
;content-padding = 1
|
||||
;click-left = /home/mreschke/.config/openbox/scripts/rofi-powermenu
|
||||
;click-right = /home/mreschke/.config/openbox/scripts/rofi-powermenu
|
||||
;click-left = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/powermenu.sh --gnome
|
||||
;click-right = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/powermenu.sh --gnome
|
||||
|
||||
|
||||
|
||||
@@ -597,8 +603,8 @@ content-padding = 0
|
||||
; ;content = "%{T3}%{T-} "
|
||||
; content-padding = 1
|
||||
; content-foreground = ${color.grey}
|
||||
; click-left = /home/mreschke/.files/configs/polybar/grayblocks/sripts/style-switch.sh --{}
|
||||
; click-right = /home/mreschke/.files/configs/polybar/grayblocks/sripts/style-switch.sh --{}
|
||||
; click-left = /home/mreschke/Code/mreschke/polybar/qpanels/sripts/style-switch.sh --gnome
|
||||
; click-right = /home/mreschke/Code/mreschke/polybar/qpanels/sripts/style-switch.sh --gnome
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user