123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- ;=====================================================
- ;
- ; To learn more about how to configure Polybar
- ; go to https://github.com/jaagr/polybar
- ;
- ; The README contains alot of information
- ;
- ;=====================================================
-
- [colors]
- background = #222
- background-alt = #444
- foreground = #dfdfdf
- foreground-alt = #555
- primary = #ffb52a
- secondary = #e60053
- alert = #bd2c40
-
- linecolor = #fba922
- bordercolor = #333
- accent = #e60053
-
- [bar/my-awesome-polybar]
- enable-ipc = true
- override-redirect = true
-
- width = 100%
- height = 25
- fixed-center = true
-
- background = ${colors.background}
- foreground = ${colors.foreground}
-
- line-size = 3
- #line-color = #f00
- line-color = ${colors.linecolor}
-
- underline-size = 2
- overline-size = 2
-
- border-size = 4
- border-color = #00000000
-
- padding-left = 0
- padding-right = 2
-
- module-margin-left = 1
- module-margin-right = 1
-
- font-0 = DejaVu Sans Mono:size=9;1
- font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
- font-2 = siji:pixelsize=10;1
- font-3 = "Font Awesome 5 Free:size=12:style=Solid"
-
- modules-left = ewmh xwindow
- modules-center =
- modules-right = xbacklight volume memory cpu wlan battery temperature date
-
- tray-position = right
- tray-padding = 4
- tray-maxsize = 16
-
- [module/ewmh]
- type = internal/xworkspaces
-
- ; Only show workspaces defined on the same output as the bar
- ; ;
- ; ; Useful if you want to show monitor specific workspaces
- ; ; on different bars
- ; ;
- ; ; Default: false
- ; pin-workspaces = true
- ;
- ; ; Create click handler used to focus desktop
- ; ; Default: true
- enable-click = true
- ;
- ; ; Create scroll handlers used to cycle desktops
- ; ; Default: true
- enable-scroll = true
-
- ; icon-[0-9]+ = <desktop-name>;<icon>
- ; ; NOTE: The desktop name needs to match the name configured by the WM
- ; ; You can get a list of the defined desktops using:
- ; ; $ xprop -root _NET_DESKTOP_NAMES
- ; icon-0 = code;♚
- ; icon-1 = office;♛
- ; icon-2 = graphics;♜
- ; icon-3 = mail;♝
- ; icon-4 = web;♞
- ; icon-default = ♟
- ;
- ; ; Available tags:
- ; ; <label-monitor>
- ; ; <label> - gets replaced with <label-(active|urgent|occupied|empty)>
- ; ; Default: <label>
- ;format = <label>
- ;
- ; ; Available tokens:
- ; ; %name%
- ; ; Default: %name%
- #label-monitor = %name%
- ;
- ; ; Available tokens:
- ; ; %name%
- ; ; %icon%
- ; ; %index%
- ; ; Default: %icon% %name%
- label-active = %icon% %name% %icon%
- label-active-foreground = #ffffff
- label-active-background = #3f3f3f
- label-active-underline = #fba922
- ;
- ; ; Available tokens:
- ; ; %name%
- ; ; %icon%
- ; ; %index%
- ; ; Default: %icon% %name%
- label-occupied = %icon% %name% %icon%
- label-occupied-underline = #555555
- label-occupied-foreground = #ffffff
- ;
- ; ; Available tokens:
- ; ; %name%
- ; ; %icon%
- ; ; %index%
- ; ; Default: %icon% %name%
- label-urgent = %icon% %name% %icon%
- label-urgent-foreground = #000000
- label-urgent-background = #bd2c40
- label-urgent-underline = #9b0a20
- ;
- ; ; Available tokens:
- ; ; %name%
- ; ; %icon%
- ; ; %index%
- ; ; Default: %icon% %name%
- label-empty = %icon% %name% %icon%
- label-empty-foreground = #55
-
-
-
- [module/xwindow]
- type = internal/xwindow
- label = %title: 0:40:...%
- label-maxlen = 70
- #format-background = #808000
- format-background = #555555
- format-foreground = #FFFFFF
- format-padding = 2
-
- [module/xkeyboard]
- type = internal/xkeyboard
- blacklist-0 = num lock
-
- format-prefix = " "
- #format-prefix-foreground = ${colors.foreground-alt}
- format-prefix-underline = ${colors.secondary}
-
- label-layout = %layout%
- label-layout-underline = ${colors.secondary}
-
- label-indicator-padding = 2
- label-indicator-margin = 1
- label-indicator-background = ${colors.secondary}
- label-indicator-underline = ${colors.secondary}
-
- [module/filesystem]
- type = internal/fs
- interval = 25
-
- mount-0 = /
- mount-1 = /boot
- mount-2 = /home
-
- label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
- label-unmounted = %mountpoint% not mounted
- label-unmounted-foreground = ${colors.foreground-alt}
-
- [module/mpd]
- type = internal/mpd
- label-song = %artist% - %title%
- format-online = <label-song> <icon-prev> <icon-stop> <toggle> <icon-next> <icon-repeat> <icon-random> <label-time> <bar-progress>
-
- icon-prev =
- icon-stop =
- icon-play =
- icon-pause =
- icon-next =
- icon-random =
- icon-repeat =
-
- toggle-on-foreground = #ff
- toggle-off-foreground = #55
-
-
- ; Only applies if <bar-progress> is used
- bar-progress-width = 45
- bar-progress-indicator = |
- bar-progress-fill = ─
- bar-progress-empty = ─
- bar-progress-fill-foreground = #00FF00
-
- label-song-maxlen = 50
- label-song-ellipsis = true
-
- [module/xbacklight]
- type = internal/xbacklight
- output = eDP1
-
- format = <label> <bar>
- label = " %percentage%%"
-
- bar-width = 10
- bar-indicator = |
- bar-indicator-foreground = #ff
- bar-indicator-font = 2
- bar-fill = ─
- bar-fill-font = 2
- bar-fill-foreground = #9f78e1
- bar-empty = ─
- bar-empty-font = 2
- bar-empty-foreground = ${colors.foreground-alt}
-
- [module/backlight-acpi]
- inherit = module/xbacklight
- type = internal/backlight
- card = intel_backlight
-
- [module/cpu]
- type = internal/cpu
- interval = 2
- format = <label> <ramp-coreload>
- format-prefix = " "
- #format-prefix-foreground = ${colors.foreground-alt}
- format-underline = #f90000
- label = %percentage%%
- ramp-coreload-0 = ▁
- ramp-coreload-0-font = 2
- ramp-coreload-0-foreground = #aaff77
- ramp-coreload-1 = ▂
- ramp-coreload-1-font = 2
- ramp-coreload-1-foreground = #aaff77
- ramp-coreload-2 = ▃
- ramp-coreload-2-font = 2
- ramp-coreload-2-foreground = #aaff77
- ramp-coreload-3 = ▄
- ramp-coreload-3-font = 2
- ramp-coreload-3-foreground = #aaff77
- ramp-coreload-4 = ▅
- ramp-coreload-4-font = 2
- ramp-coreload-4-foreground = #fba922
- ramp-coreload-5 = ▆
- ramp-coreload-5-font = 2
- ramp-coreload-5-foreground = #fba922
- ramp-coreload-6 = ▇
- ramp-coreload-6-font = 2
- ramp-coreload-6-foreground = #ff5555
- ramp-coreload-7 = █
- ramp-coreload-7-font = 2
- ramp-coreload-7-foreground = #ff5555
-
- [module/memory]
- type = internal/memory
- interval = 2
- format = <label> <bar-used>
- format-prefix = " "
- #format-prefix-foreground = ${colors.foreground-alt}
- format-underline = #4bffdc
- label = %percentage_used%%
- bar-used-width = 8
- bar-used-foreground-0 = #aaff77
- bar-used-foreground-1 = #aaff77
- bar-used-foreground-2 = #fba922
- bar-used-foreground-3 = #ff5555
- bar-used-indicator = |
- bar-used-indicator-font = 6
- bar-used-indicator-foreground = #ff
- bar-used-fill = ─
- bar-used-fill-font = 6
- bar-used-empty = ─
- bar-used-empty-font = 6
- bar-used-empty-foreground = #444444
-
- [module/ip-wired]
- type = internal/network
- interface = enp1s0f1
- format-connected = <label-connected>
- label-connected = LAN: %local_ip%
- label-connected-foreground = #eefafafa
-
- [module/ip-wireless]
- type = internal/network
- interface = wlp2s0
- format-connected = <label-connected>
- label-connected = WIFI: %local_ip%
- label-connected-foreground = #eefafafa
-
- [module/wlan]
- type = internal/network
- interface = wlp2s0
- ; ; Default: 1
- interval = 2.0
- ;
- ; ; Test connectivity every Nth update
- ; ; A value of 0 disables the feature
- ; ; NOTE: Experimental (needs more testing)
- ; ; Default: 0
- ; ;ping-interval = 3
- ;
- ; ; @deprecated: Define min width using token specifiers (%downspeed:min% and %upspeed:min%)
- ; ; Minimum output width of upload/download rate
- ; ; Default: 3
- ; udspeed-minwidth = 5
- ;
- ; ; Accumulate values from all interfaces
- ; ; when querying for up/downspeed rate
- ; ; Default: false
- ; accumulate-stats = true
-
- ; Available tags:
- ; ; <label-connected> (default)
- ; ; <ramp-signal>
- format-connected = <label-connected>
- format-connected-underline = #9f78e1
- ;
- ; ; Available tags:
- ; ; <label-disconnected> (default)
- format-disconnected = <label-disconnected>
- ;
- ; ; Available tags:
- ; ; <label-connected> (default)
- ; ; <label-packetloss>
- ; ; <animation-packetloss>
- format-packetloss = <animation-packetloss> <label-connected>
- ;
- ; ; Available tokens:
- ; ; %ifname% [wireless+wired]
- ; ; %local_ip% [wireless+wired]
- ; ; %essid% [wireless]
- ; ; %signal% [wireless]
- ; ; %upspeed% [wireless+wired]
- ; ; %downspeed% [wireless+wired]
- ; ; %linkspeed% [wired]
- ; ; Default: %ifname% %local_ip%
- label-connected = %essid% %downspeed:8%%upspeed:8%
- label-connected-foreground = #eefafafa
- ;
- ; ; Available tokens:
- ; ; %ifname% [wireless+wired]
- ; ; Default: (none)
- #format-disconnected =
- #format-disconnected = <label-disconnected>
- format-disconnected-underline = ${self.format-connected-underline}
- label-disconnected = %ifname% disconnected
- label-disconnected-foreground = ${colors.foreground-alt}
-
- ;
- ; ; Available tokens:
- ; ; %ifname% [wireless+wired]
- ; ; %local_ip% [wireless+wired]
- ; ; %essid% [wireless]
- ; ; %signal% [wireless]
- ; ; %linkspeed% [wired]
- ; ; Default: (none)
- label-packetloss = %essid%
- label-packetloss-foreground = #eefafafa
- ;
- ; ; Only applies if <ramp-signal> is used
- ramp-signal-0 = 😱
- ramp-signal-1 = 😠
- ramp-signal-2 = 😒
- ramp-signal-3 = 😊
- ramp-signal-4 = 😃
- ramp-signal-5 = 😈
- ;
- ; ; Only applies if <animation-packetloss> is used
- animation-packetloss-0 = ⚠
- animation-packetloss-0-foreground = #ffa64c
- animation-packetloss-1 = 📶
- animation-packetloss-1-foreground = #000000
- ; ; Framerate in milliseconds
- animation-packetloss-framerate = 500
-
-
- [module/eth]
- type = internal/network
- interface = enp1s0f1
- 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
- interval = 5
-
- date =
- date-alt = " %Y-%m-%d"
-
- time = %H:%M
- time-alt = %H:%M:%S
-
- format-prefix =
- #format-prefix-foreground = ${colors.foreground-alt}
- format-underline = #0a6cf5
-
- label = %date% %time%
-
- [module/volume]
- type = internal/alsa
-
- format-volume = "<label-volume> <bar-volume>"
- label-volume = " %percentage%%"
- label-volume-foreground = ${root.foreground}
-
- format-muted-prefix = " "
- format-muted-foreground = ${colors.foreground-alt}
- label-muted = sound muted
-
- bar-volume-width = 10
- bar-volume-foreground-0 = #55aa55
- bar-volume-foreground-1 = #55aa55
- bar-volume-foreground-2 = #55aa55
- bar-volume-foreground-3 = #55aa55
- bar-volume-foreground-4 = #55aa55
- bar-volume-foreground-5 = #f5a70a
- bar-volume-foreground-6 = #ff5555
- bar-volume-gradient = false
- bar-volume-indicator = |
- bar-volume-indicator-font = 2
- bar-volume-fill = ─
- bar-volume-fill-font = 2
- bar-volume-empty = ─
- bar-volume-empty-font = 2
- bar-volume-empty-foreground = ${colors.foreground-alt}
-
- [module/battery]
- type = internal/battery
- battery = BAT0
- adapter = AC
- full-at = 98
-
- format-charging = <animation-charging> <label-charging>
- format-charging-underline = #ffb52a
-
- format-discharging = <ramp-capacity> <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}
-
- ramp-capacity-0 = " "
- ramp-capacity-1 = " "
- ramp-capacity-2 = " "
- #ramp-capacity-foreground = ${colors.foreground-alt}
-
- animation-charging-0 = " "
- animation-charging-1 = " "
- animation-charging-2 = " "
- animation-charging-foreground = ${colors.foreground-alt}
- animation-charging-framerate = 750
-
- [module/temperature]
- type = internal/temperature
- thermal-zone = 0
- warn-temperature = 60
-
- format = <ramp> <label>
- format-underline = #f50a4d
- format-warn = <ramp> <label-warn>
- format-warn-underline = ${self.format-underline}
-
- label = %temperature-c%
- label-warn = %temperature-c%
- label-warn-foreground = ${colors.secondary}
-
- ramp-0 =
- ramp-1 =
- ramp-2 =
- #ramp-foreground = ${colors.foreground-alt}
-
- [module/powermenu]
- type = custom/menu
-
- format-spacing = 1
-
- label-open =
- label-open-foreground = ${colors.secondary}
- label-close = cancel
- label-close-foreground = ${colors.secondary}
- label-separator = |
- label-separator-foreground = ${colors.foreground-alt}
-
- menu-0-0 = reboot
- menu-0-0-exec = gksudo reboot
- menu-0-1 = power off
- menu-0-1-exec = gksudo poweroff
-
- menu-1-0 = cancel
- menu-1-0-exec = menu-open-0
- menu-1-1 = reboot
- menu-1-1-exec = gksudo reboot
-
- menu-2-0 = power off
- menu-2-0-exec = gksudo poweroff
- menu-2-1 = cancel
- menu-2-1-exec = menu-open-0
-
-
- [settings]
- screenchange-reload = true
-
- [global/wm]
- margin-top = 5
- margin-bottom = 5
-
- ; vim:ft=dosini
|