2021-11-12 23:04:44 +01:00
|
|
|
;==========================================================
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
|
|
|
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
|
|
|
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
|
|
|
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
|
|
|
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
|
|
|
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; To learn more about how to configure Polybar
|
|
|
|
; go to https://github.com/polybar/polybar
|
|
|
|
;
|
|
|
|
; The README contains a lot of information
|
|
|
|
;
|
|
|
|
;==========================================================
|
|
|
|
|
|
|
|
[colors]
|
|
|
|
background = #222
|
|
|
|
background-alt = #444
|
|
|
|
foreground = #dfdfdf
|
|
|
|
foreground-alt = #555
|
|
|
|
primary = #ffb52a
|
|
|
|
secondary = #e60053
|
|
|
|
alert = #bd2c40
|
|
|
|
|
2022-01-16 18:12:37 +01:00
|
|
|
[bar/main]
|
2021-11-13 23:25:54 +01:00
|
|
|
monitor = ${env:MONITOR:eDP}
|
2022-01-16 18:12:37 +01:00
|
|
|
width = 100%
|
2021-11-13 23:25:54 +01:00
|
|
|
height = 27
|
2021-11-18 12:21:01 +01:00
|
|
|
radius = 3.0
|
2021-11-13 23:25:54 +01:00
|
|
|
|
|
|
|
background = ${colors.background}
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
|
|
|
|
line-size = 3
|
|
|
|
line-color = #f00
|
|
|
|
|
|
|
|
border-size = 4
|
|
|
|
border-color = #00000000
|
|
|
|
|
2022-01-16 18:12:37 +01:00
|
|
|
padding-left = 2
|
2021-11-13 23:25:54 +01:00
|
|
|
padding-right = 2
|
|
|
|
module-margin-left = 1
|
|
|
|
module-margin-right = 2
|
|
|
|
|
|
|
|
font-0 = FiraCode Nerd Font:style=medium:size=10
|
2022-01-16 18:12:37 +01:00
|
|
|
font-1 = IPAゴシック:style=Regular
|
2021-11-13 23:25:54 +01:00
|
|
|
|
2022-01-16 18:12:37 +01:00
|
|
|
modules-left = date bspwm
|
|
|
|
modules-center = xwindow
|
|
|
|
modules-right = pulseaudio memory cpu wlan eth battery
|
2021-11-13 23:25:54 +01:00
|
|
|
|
2021-11-17 23:06:27 +01:00
|
|
|
wm-restack = bspwm
|
2021-11-13 23:25:54 +01:00
|
|
|
|
|
|
|
cursor-click = pointer
|
|
|
|
cursor-scroll = ns-resize
|
|
|
|
|
2021-11-12 23:04:44 +01:00
|
|
|
[module/xwindow]
|
|
|
|
type = internal/xwindow
|
|
|
|
label = %title:0:50:...%
|
|
|
|
|
|
|
|
[module/bspwm]
|
|
|
|
type = internal/bspwm
|
|
|
|
|
|
|
|
label-focused = %name%
|
|
|
|
label-focused-background = ${colors.background-alt}
|
|
|
|
label-focused-underline= ${colors.primary}
|
|
|
|
label-focused-padding = 2
|
|
|
|
|
|
|
|
label-occupied = %name%
|
|
|
|
label-occupied-padding = 2
|
|
|
|
|
|
|
|
label-urgent = %name%!
|
|
|
|
label-urgent-background = ${colors.alert}
|
|
|
|
label-urgent-padding = 2
|
|
|
|
|
|
|
|
label-empty = %name%
|
|
|
|
label-empty-foreground = ${colors.foreground-alt}
|
|
|
|
label-empty-padding = 2
|
|
|
|
|
|
|
|
[module/cpu]
|
|
|
|
type = internal/cpu
|
|
|
|
interval = 2
|
|
|
|
format-prefix = ""
|
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
format-underline = #f90000
|
|
|
|
label = %percentage:2%%
|
|
|
|
|
|
|
|
[module/memory]
|
|
|
|
type = internal/memory
|
|
|
|
interval = 2
|
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
format-underline = #4bffdc
|
|
|
|
label = %percentage_used%%
|
|
|
|
|
|
|
|
[module/wlan]
|
|
|
|
type = internal/network
|
|
|
|
interface = wlp3s0
|
|
|
|
interval = 3.0
|
|
|
|
|
2021-11-19 14:26:07 +01:00
|
|
|
format-connected = <ramp-signal> <label-connected>
|
2021-11-12 23:04:44 +01:00
|
|
|
format-connected-underline = #9f78e1
|
|
|
|
label-connected = %essid%
|
|
|
|
|
|
|
|
format-disconnected =
|
|
|
|
;format-disconnected = <label-disconnected>
|
|
|
|
;format-disconnected-underline = ${self.format-connected-underline}
|
|
|
|
;label-disconnected = %ifname% disconnected
|
|
|
|
;label-disconnected-foreground = ${colors.foreground-alt}
|
|
|
|
|
2021-11-18 20:02:33 +01:00
|
|
|
ramp-signal-0 =
|
2021-11-12 23:04:44 +01:00
|
|
|
ramp-signal-foreground = ${colors.foreground-alt}
|
|
|
|
|
|
|
|
[module/eth]
|
|
|
|
type = internal/network
|
2021-11-15 14:28:54 +01:00
|
|
|
interface = enp6s0f3u1u1
|
2021-11-12 23:04:44 +01:00
|
|
|
interval = 3.0
|
|
|
|
|
|
|
|
format-connected-underline = #55aa55
|
|
|
|
format-connected-prefix = " "
|
|
|
|
format-connected-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
label-connected = %local_ip%
|
|
|
|
|
|
|
|
format-disconnected =
|
|
|
|
;format-disconnected = <label-disconnected>
|
|
|
|
;format-disconnected-underline = ${self.format-connected-underline}
|
|
|
|
;label-disconnected = %ifname% disconnected
|
|
|
|
;label-disconnected-foreground = ${colors.foreground-alt}
|
|
|
|
|
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
2021-11-18 12:21:01 +01:00
|
|
|
interval = 1
|
2021-11-12 23:04:44 +01:00
|
|
|
|
2021-11-18 12:21:01 +01:00
|
|
|
date = " %Y-%m-%d %H:%M:%S"
|
2021-11-12 23:04:44 +01:00
|
|
|
|
|
|
|
format-prefix =
|
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
format-underline = #0a6cf5
|
|
|
|
|
2021-11-18 12:21:01 +01:00
|
|
|
label = %date%
|
2022-01-16 18:12:37 +01:00
|
|
|
|
|
|
|
[module/pulseaudio]
|
|
|
|
type = internal/pulseaudio
|
|
|
|
use-ui-max = false
|
|
|
|
interval = 2
|
2021-11-12 23:04:44 +01:00
|
|
|
|
2021-11-18 20:02:33 +01:00
|
|
|
format-volume = <label-volume>
|
|
|
|
format-volume-prefix = "蓼 "
|
|
|
|
format-volume-prefix-foreground = ${colors.foreground-alt}
|
2021-11-19 14:26:07 +01:00
|
|
|
format-volume-underline = #98c379
|
|
|
|
format-underline = #98c379
|
2021-11-18 20:02:33 +01:00
|
|
|
label-volume = %percentage%%
|
2021-11-12 23:04:44 +01:00
|
|
|
label-volume-foreground = ${root.foreground}
|
|
|
|
|
2021-11-18 20:02:33 +01:00
|
|
|
label-muted = 遼 NA%
|
2021-11-19 14:26:07 +01:00
|
|
|
format-muted-underline = #98c379
|
2021-11-12 23:04:44 +01:00
|
|
|
label-muted-foreground = #666
|
|
|
|
|
|
|
|
[module/battery]
|
|
|
|
type = internal/battery
|
|
|
|
battery = BAT0
|
|
|
|
adapter = AC
|
2021-11-18 20:02:33 +01:00
|
|
|
full-at = 95
|
2021-11-12 23:04:44 +01:00
|
|
|
|
|
|
|
format-charging = <animation-charging> <label-charging>
|
|
|
|
format-charging-underline = #ffb52a
|
|
|
|
|
|
|
|
format-discharging = <animation-discharging> <label-discharging>
|
|
|
|
format-discharging-underline = ${self.format-charging-underline}
|
|
|
|
|
|
|
|
format-full-prefix = " "
|
|
|
|
format-full-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
format-full-underline = ${self.format-charging-underline}
|
|
|
|
|
2021-11-16 20:30:45 +01:00
|
|
|
ramp-capacity-0 =
|
|
|
|
ramp-capacity-1 =
|
|
|
|
ramp-capacity-2 =
|
2021-11-12 23:04:44 +01:00
|
|
|
ramp-capacity-foreground = ${colors.foreground-alt}
|
|
|
|
|
2021-11-16 20:30:45 +01:00
|
|
|
animation-charging-0 =
|
|
|
|
animation-charging-1 =
|
|
|
|
animation-charging-2 =
|
2021-11-12 23:04:44 +01:00
|
|
|
animation-charging-foreground = ${colors.foreground-alt}
|
|
|
|
animation-charging-framerate = 750
|
|
|
|
|
2021-11-16 20:30:45 +01:00
|
|
|
animation-discharging-0 =
|
|
|
|
animation-discharging-1 =
|
|
|
|
animation-discharging-2 =
|
2021-11-12 23:04:44 +01:00
|
|
|
animation-discharging-foreground = ${colors.foreground-alt}
|
|
|
|
animation-discharging-framerate = 750
|
|
|
|
|
|
|
|
[settings]
|
|
|
|
screenchange-reload = true
|
|
|
|
|
|
|
|
[global/wm]
|
|
|
|
margin-top = 5
|
2022-01-16 18:12:37 +01:00
|
|
|
margin-bottom = 0
|
2021-11-12 23:04:44 +01:00
|
|
|
|
|
|
|
; vim:ft=dosini
|