1043 lines
27 KiB
INI
Executable File
1043 lines
27 KiB
INI
Executable File
################################################################################
|
|
###############################################################################
|
|
############ MODULES A-Z ############
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
[module/arch-aur-updates]
|
|
type = custom/script
|
|
exec = ~/.config/polybar/scripts/check-all-updates.sh
|
|
interval = 1000
|
|
label = Updates: %output%
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = " "
|
|
format-prefix-foreground = #FFBB00
|
|
format-underline = #FFBB00
|
|
|
|
|
|
[module/aur-updates]
|
|
type = custom/script
|
|
exec = cower -u | wc -l
|
|
interval = 1000
|
|
label = Aur: %output%
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = " "
|
|
format-prefix-foreground = #FFBB00
|
|
format-underline = #FFBB00
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/decor-glyph]
|
|
type = custom/text
|
|
content-background = ${colors.background}
|
|
content-foreground = ${colors.modbackground}
|
|
|
|
[module/left-top]
|
|
inherit = module/decor-glyph
|
|
content = ""
|
|
|
|
[module/left-bot]
|
|
inherit = module/decor-glyph
|
|
content = ""
|
|
|
|
[module/right-top]
|
|
inherit = module/decor-glyph
|
|
content = ""
|
|
|
|
[module/right-bot]
|
|
inherit = module/decor-glyph
|
|
content = ""
|
|
|
|
[module/light-left-top]
|
|
inherit = module/decor-glyph
|
|
content-foreground = ${colors.lightforeground}
|
|
content = ""
|
|
|
|
[module/light-left-bot]
|
|
inherit = module/decor-glyph
|
|
content-foreground = ${colors.lightforeground}
|
|
content = ""
|
|
|
|
[module/light-right-top]
|
|
inherit = module/decor-glyph
|
|
content-foreground = ${colors.lightforeground}
|
|
content = ""
|
|
|
|
[module/light-right-bot]
|
|
inherit = module/decor-glyph
|
|
content-foreground = ${colors.lightforeground}
|
|
content = ""
|
|
|
|
[module/full]
|
|
inherit = module/decor-glyph
|
|
content-background = ${colors.modbackground}
|
|
content = " "
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/player-mpris-tail]
|
|
type = custom/script
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.modbackground}
|
|
exec = ~/scripts/polybar/player-mpris-tail.py -f '{icon} {:artist:t15:{artist}:}{:artist: - :}{:t30:{title}:}'
|
|
tail = true
|
|
click-left = ~/scripts/polybar/player-mpris-tail.py play-pause &
|
|
click-right = ~/scripts/polybar/player-mpris-tail.py next &
|
|
click-middle = ~/scripts/polybar/player-mpris-tail.py previous &
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/dunst-notification-display]
|
|
type = custom/script
|
|
exec = ~/scripts/polybar/dunst-notification-display.sh
|
|
tail = true
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.modbackground}
|
|
click-left = ~/scripts/polybar/dunst-notification-display.sh toggle &
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/backlight-acpi]
|
|
inherit = module/xbacklight
|
|
type = internal/backlight
|
|
card = intel_backlight
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix-foreground = #7D49B6
|
|
format-prefix-underline = #7D49B6
|
|
format-underline = #7D49B6
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/sysmenu]
|
|
type = custom/text
|
|
content = " ⏻ "
|
|
content-background = ${colors.modbackground}
|
|
content-foreground = ${colors.foreground}
|
|
click-left = ~/scripts/polybar/powermenu
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/player-cmus]
|
|
type = custom/script
|
|
exec = ~/scripts/polybar/player-cmus.sh
|
|
interval = 5
|
|
content-background = ${colors.modbackground}
|
|
format-background = ${colors.modbackground}
|
|
click-left = cmus-remote -u &
|
|
click-right = cmus-remote -n &
|
|
click-middle = cmus-remote -r &
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/backlight]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-backlight
|
|
|
|
type = internal/backlight
|
|
|
|
; Use the following command to list available cards:
|
|
; $ ls -1 /sys/class/backlight/
|
|
card = intel_backlight
|
|
|
|
; Available tags:
|
|
; <label> (default)
|
|
; <ramp>
|
|
; <bar>
|
|
format = <bar> <label>
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
; Available tokens:
|
|
; %percentage% (default)
|
|
label = %percentage%%
|
|
|
|
; Only applies if <ramp> is used
|
|
ramp-0 = 🌕
|
|
ramp-1 = 🌔
|
|
ramp-2 = 🌓
|
|
ramp-3 = 🌒
|
|
ramp-4 = 🌑
|
|
|
|
; Only applies if <bar> is used
|
|
bar-width = 10
|
|
bar-indicator = |
|
|
bar-indicator-foreground = #fffaa0
|
|
bar-fill = ─
|
|
bar-fill-foreground = #fff76d
|
|
bar-empty = ─
|
|
bar-empty-foreground = #7f7b36
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/battery2]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-battery
|
|
type = internal/battery
|
|
battery = BAT0
|
|
adapter = AC0
|
|
full-at = 100
|
|
|
|
format-charging = <label-charging>
|
|
label-charging = %consumption%W
|
|
format-charging-foreground = ${colors.foreground}
|
|
format-charging-background = ${colors.background}
|
|
format-charging-underline = #a3c725
|
|
|
|
format-discharging = <label-discharging>
|
|
label-discharging = %consumption%W
|
|
format-discharging-underline = #c7ae25
|
|
format-discharging-foreground = ${colors.foreground}
|
|
format-discharging-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/compton]
|
|
;https://github.com/jaagr/polybar/wiki/User-contributed-modules#compton
|
|
type = custom/script
|
|
exec = ~/.config/polybar/scripts/compton.sh
|
|
click-left = ~/.config/polybar/scripts/compton-toggle.sh
|
|
interval = 5
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
;format-underline = #00AF02
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[colors/cpu1]
|
|
|
|
format-default = #cd1f3f
|
|
coreload-0-default = #aaff77
|
|
coreload-1-default = #aaff77
|
|
coreload-2-default = #aaff77
|
|
coreload-3-default = #aaff77
|
|
coreload-4-default = #fba922
|
|
coreload-5-default = #fba922
|
|
coreload-6-default = #ff5555
|
|
coreload-7-default = #ff5555
|
|
|
|
|
|
format-purple = #57177c
|
|
coreload-0-purple = #c259ff
|
|
coreload-1-purple = #a74cdb
|
|
coreload-2-purple = #8b40b7
|
|
coreload-3-purple = #703393
|
|
coreload-4-purple = #552770
|
|
coreload-5-purple = #3a1a4c
|
|
coreload-6-purple = #1f0e28
|
|
coreload-7-purple = #030105
|
|
|
|
|
|
[module/cpu1]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-cpu
|
|
type = internal/cpu
|
|
; Seconds to sleep between updates
|
|
; Default: 1
|
|
interval = 1
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
;
|
|
format-prefix = " "
|
|
format-prefix-foreground = ${colors/cpu1.format-default}
|
|
format-underline = ${colors/cpu1.format-default}
|
|
|
|
|
|
; Available tags:
|
|
; <label> (default)
|
|
; <bar-load>
|
|
; <ramp-load>
|
|
; <ramp-coreload>
|
|
format = <label> <ramp-coreload>
|
|
|
|
format-padding = 2
|
|
|
|
; Available tokens:
|
|
; %percentage% (default) - total cpu load
|
|
; %percentage-cores% - load percentage for each core
|
|
; %percentage-core[1-9]% - load percentage for specific core
|
|
label-font = 3
|
|
label = Cpu %percentage:3%%
|
|
ramp-coreload-0 = ▁
|
|
ramp-coreload-0-font = 3
|
|
ramp-coreload-0-foreground = ${colors/cpu1.coreload-0-default}
|
|
ramp-coreload-1 = ▂
|
|
ramp-coreload-1-font = 3
|
|
ramp-coreload-1-foreground = ${colors/cpu1.coreload-1-default}
|
|
ramp-coreload-2 = ▃
|
|
ramp-coreload-2-font = 3
|
|
ramp-coreload-2-foreground = ${colors/cpu1.coreload-2-default}
|
|
ramp-coreload-3 = ▄
|
|
ramp-coreload-3-font = 3
|
|
ramp-coreload-3-foreground = ${colors/cpu1.coreload-3-default}
|
|
ramp-coreload-4 = ▅
|
|
ramp-coreload-4-font = 3
|
|
ramp-coreload-4-foreground = ${colors/cpu1.coreload-4-default}
|
|
ramp-coreload-5 = ▆
|
|
ramp-coreload-5-font = 3
|
|
ramp-coreload-5-foreground = ${colors/cpu1.coreload-5-default}
|
|
ramp-coreload-6 = ▇
|
|
ramp-coreload-6-font = 3
|
|
ramp-coreload-6-foreground = ${colors/cpu1.coreload-6-default}
|
|
ramp-coreload-7 = █
|
|
ramp-coreload-7-font = 3
|
|
ramp-coreload-7-foreground = ${colors/cpu1.coreload-7-default}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/cpu2]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-cpu
|
|
type = internal/cpu
|
|
; Seconds to sleep between updates
|
|
; Default: 1
|
|
interval = 1
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = " "
|
|
format-prefix-foreground = #cd1f3f
|
|
format-underline = #cd1f3f
|
|
|
|
label-font = 3
|
|
|
|
; Available tags:
|
|
; <label> (default)
|
|
; <bar-load>
|
|
; <ramp-load>
|
|
; <ramp-coreload>
|
|
format = <label>
|
|
|
|
format-padding = 2
|
|
|
|
; Available tokens:
|
|
; %percentage% (default) - total cpu load
|
|
; %percentage-cores% - load percentage for each core
|
|
; %percentage-core[1-9]% - load percentage for specific core
|
|
label = Cpu %percentage:3%%
|
|
|
|
|
|
#################################################################
|
|
|
|
|
|
[module/discord]
|
|
type = custom/script
|
|
exec = echo " Discord "
|
|
;exec = echo " "
|
|
interval = 1
|
|
tail = true
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix-foreground = #738adb
|
|
format-underline = #738adb
|
|
click-left = discord &
|
|
click-right = killall Discord && killall Discord
|
|
format-prefix = ""
|
|
|
|
|
|
#################################################################
|
|
|
|
|
|
[module/ewmh]
|
|
type = internal/xworkspaces
|
|
|
|
pin-workspaces = false
|
|
enable-click = true
|
|
enable-scroll = true
|
|
reverse-scroll = true
|
|
|
|
|
|
icon-0 = 1;
|
|
icon-1 = 2;
|
|
icon-2 = 3;
|
|
icon-3 = 4;
|
|
icon-4 = 5;
|
|
#icon-5 = 6;
|
|
format = <label-state>
|
|
label-monitor = %name%
|
|
|
|
label-active = %name%
|
|
label-active-foreground = ${colors.foreground}
|
|
label-active-background = ${colors.background}
|
|
label-active-underline= #6790eb
|
|
label-active-padding = 2
|
|
|
|
label-occupied = %name%
|
|
label-occupied-background = ${colors.background}
|
|
label-occupied-padding = 2
|
|
|
|
label-urgent = %name%
|
|
label-urgent-foreground = ${colors.foreground}
|
|
label-urgent-background = ${colors.alert}
|
|
label-urgent-underline = ${colors.alert}
|
|
label-urgent-padding = 2
|
|
|
|
|
|
label-empty = %name%
|
|
label-empty-foreground = ${colors.foreground}
|
|
label-empty-padding = 2
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/filesystem]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-filesystem
|
|
type = internal/fs
|
|
|
|
; Mountpoints to display
|
|
mount-0 = /
|
|
;mount-1 = /home
|
|
;mount-2 = /var
|
|
|
|
; Seconds to sleep between updates
|
|
; Default: 30
|
|
interval = 30
|
|
|
|
; Display fixed precision values
|
|
; Default: false
|
|
fixed-values = false
|
|
|
|
; Spacing between entries
|
|
; Default: 2
|
|
spacing = 4
|
|
|
|
; Available tags:
|
|
; <label-mounted> (default)
|
|
; <bar-free>
|
|
; <bar-used>
|
|
; <ramp-capacity>
|
|
format-mounted = <label-mounted>
|
|
format-mounted-foreground = ${colors.foreground}
|
|
format-mounted-background = ${colors.background}
|
|
format-mounted-underline = #fe0000
|
|
|
|
|
|
; Available tokens:
|
|
; %mountpoint%
|
|
; %type%
|
|
; %fsname%
|
|
; %percentage_free%
|
|
; %percentage_used%
|
|
; %total%
|
|
; %free%
|
|
; %used%
|
|
; Default: %mountpoint% %percentage_free%%
|
|
label-mounted = %mountpoint% : %used% used of %total%
|
|
|
|
; Available tokens:
|
|
; %mountpoint%
|
|
; Default: %mountpoint% is not mounted
|
|
label-unmounted = %mountpoint% not mounted
|
|
format-unmounted-foreground = ${colors.foreground}
|
|
format-unmounted-background = ${colors.background}
|
|
;format-unmounted-underline = ${colors.alert}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/kernel]
|
|
type = custom/script
|
|
exec = uname -r
|
|
tail = false
|
|
interval = 1024
|
|
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = " "
|
|
format-prefix-foreground = #0084FF
|
|
format-underline = #0084FF
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/jgmenu]
|
|
type = custom/script
|
|
interval = 120
|
|
exec = echo "ArcoLinux"
|
|
click-left = "jgmenu_run >/dev/null 2>&1 &"
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/load-average]
|
|
type = custom/script
|
|
exec = uptime | grep -ohe 'load average[s:][: ].*' | awk '{ print $3" "$4" "$5"," }' | sed 's/,//g'
|
|
interval = 100
|
|
|
|
;HOW TO SET IT MINIMAL 10 CHARACTERS - HIDDEN BEHIND SYSTEM ICONS
|
|
;label = %output%
|
|
label = %output:10%
|
|
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = " "
|
|
format-prefix-foreground = #62FF00
|
|
format-underline = #62FF00
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/memory1]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-memory
|
|
type = internal/memory
|
|
interval = 1
|
|
; Available tokens:
|
|
; %percentage_used% (default)
|
|
; %percentage_free%
|
|
; %gb_used%
|
|
; %gb_free%
|
|
; %gb_total%
|
|
; %mb_used%
|
|
; %mb_free%
|
|
; %mb_total%
|
|
label = %percentage_used%%
|
|
bar-used-indicator =
|
|
bar-used-width = 10
|
|
bar-used-foreground-0 = #3384d0
|
|
bar-used-fill =
|
|
bar-used-empty =
|
|
bar-used-empty-foreground = #ffffff
|
|
|
|
format = <label> <bar-used>
|
|
format-prefix = " "
|
|
format-prefix-foreground = #3384d0
|
|
format-underline = #3384d0
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[colors/memory2]
|
|
|
|
format-default = #3436d1
|
|
|
|
|
|
format-purple = #57177c
|
|
|
|
|
|
[module/memory2]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-memory
|
|
type = internal/memory
|
|
interval = 1
|
|
; Available tokens:
|
|
; %percentage_used% (default)
|
|
; %percentage_free%
|
|
; %gb_used%
|
|
; %gb_free%
|
|
; %gb_total%
|
|
; %mb_used%
|
|
; %mb_free%
|
|
; %mb_total%
|
|
label = %gb_used%
|
|
|
|
format = Mem <label>
|
|
format-prefix = " "
|
|
format-prefix-foreground = ${colors/memory2.format-default}
|
|
format-underline = ${colors/memory2.format-default}
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/memory3]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-memory
|
|
type = internal/memory
|
|
interval = 1
|
|
; Available tokens:
|
|
; %percentage_used% (default)
|
|
; %percentage_free%
|
|
; %gb_used%
|
|
; %gb_free%
|
|
; %gb_total%
|
|
; %mb_used%
|
|
; %mb_free%
|
|
; %mb_total%
|
|
label = %gb_used%/%gb_free%
|
|
|
|
format = Mem <label>
|
|
format-prefix = " "
|
|
format-prefix-foreground = #3384d0
|
|
format-underline = #3384d0
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/mpd]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-mpd
|
|
type = internal/mpd
|
|
;format-online = "<label-song> <icon-prev> <icon-stop> <toggle> <icon-next>"
|
|
format-online = "<label-song> <bar-progress>"
|
|
;format-online = "<label-song> <bar-progress> <icon-prev> <icon-stop> <toggle> <icon-next>"
|
|
icon-prev =
|
|
icon-stop =
|
|
icon-play =
|
|
icon-pause =
|
|
icon-next =
|
|
label-song-maxlen = 40
|
|
label-song-ellipsis = true
|
|
bar-progress-width = 10
|
|
bar-progress-indicator =
|
|
bar-progress-fill =
|
|
bar-progress-empty =
|
|
bar-progress-fill-foreground = #ff0
|
|
bar-progress-fill-background = ${colors.background}
|
|
bar-progress-indicator-foreground = ${colors.foreground}
|
|
format-online-foreground = ${colors.foreground}
|
|
format-online-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/networkspeedup]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-network
|
|
type = internal/network
|
|
;interface = wlp3s0
|
|
;interface = enp14s0
|
|
interface = enp0s31f6
|
|
;interface = enp4s0
|
|
label-connected = "%upspeed:7%"
|
|
format-connected = <label-connected>
|
|
format-connected-prefix = ""
|
|
format-connected-prefix-foreground = #FE522C
|
|
format-connected-foreground = ${colors.foreground}
|
|
format-connected-background = ${colors.background}
|
|
;format-connected-underline = #62FF00
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/networkspeeddown]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-network
|
|
type = internal/network
|
|
;interface = wlp3s0
|
|
;interface = enp14s0
|
|
interface = enp0s31f6
|
|
;interface = enp4s0
|
|
label-connected = "%downspeed:7%"
|
|
format-connected = <label-connected>
|
|
format-connected-prefix = ""
|
|
format-connected-prefix-foreground = #3EC13F
|
|
format-connected-foreground = ${colors.foreground}
|
|
format-connected-background = ${colors.background}
|
|
;format-connected-underline = #62FF00
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/pacman-updates]
|
|
type = custom/script
|
|
;exec = pacman -Qu | wc -l
|
|
exec = checkupdates | wc -l
|
|
interval = 1000
|
|
label = Repo: %output%
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = " "
|
|
format-prefix-foreground = #FFBB00
|
|
format-underline = #FFBB00
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/pamac-manager]
|
|
type = custom/script
|
|
exec = pamac checkupdates -q | wc -l
|
|
interval = 1000
|
|
label = Pamac : %output%
|
|
tail = true
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix-foreground = #738adb
|
|
format-underline = #738adb
|
|
click-right = pamac-manager &
|
|
click-left = pamac-manager &
|
|
format-prefix = " "
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/pavolume]
|
|
type = custom/script
|
|
tail = true
|
|
label = %output%
|
|
exec = ~/.config/polybar/scripts/pavolume.sh --listen
|
|
click-right = exec pavucontrol
|
|
click-left = ~/.config/polybar/scripts/pavolume.sh --togmute
|
|
scroll-up = ~/.config/polybar/scripts/pavolume.sh --up
|
|
scroll-down = ~/.config/polybar/scripts/pavolume.sh --down
|
|
format-underline = #3EC13F
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/pub-ip]
|
|
;https://linuxconfig.org/polybar-a-better-wm-panel-for-your-linux-system
|
|
type = custom/script
|
|
exec = ~/.config/polybar/scripts/pub-ip.sh
|
|
interval = 100
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-underline = #FFBB00
|
|
label = %output%
|
|
format-prefix = " "
|
|
format-prefix-foreground = #FFBB00
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/release]
|
|
type = custom/script
|
|
exec = (lsb_release -d | awk {'print $2'} ;echo " "; lsb_release -r | awk {'print $2'}) | tr -d '\n'
|
|
interval = 6000
|
|
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = " "
|
|
format-prefix-foreground = #62FF00
|
|
format-underline = #62FF00
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/sep]
|
|
; alternative separator
|
|
type = custom/text
|
|
content =
|
|
content-foreground = ${colors.foreground}
|
|
content-background = ${colors.background}
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/spotify1]
|
|
;https://github.com/NicholasFeldman/dotfiles/blob/master/polybar/.config/polybar/spotify.sh
|
|
type = custom/script
|
|
exec = ~/.config/polybar/scripts/spotify1.sh
|
|
interval = 1
|
|
|
|
;format = <label>
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-padding = 2
|
|
format-underline = #0f0
|
|
format-prefix = " "
|
|
format-prefix-foreground = #0f0
|
|
label = %output:0:150%
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/temperature1]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-temperature
|
|
type = internal/temperature
|
|
; Thermal zone to use
|
|
; To list all the zone types, run
|
|
; $ for i in /sys/class/thermal/thermal_zone*; do echo "$i: $(<$i/type)"; done
|
|
; Default: 0
|
|
thermal-zone = 0
|
|
|
|
; Full path of temperature sysfs path
|
|
; Use `sensors` to find preferred temperature source, then run
|
|
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
|
|
; to find path to desired file
|
|
; Default reverts to thermal zone setting
|
|
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input
|
|
|
|
warn-temperature = 70
|
|
format = <ramp> <label>
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-underline = #c72581
|
|
format-warn = <ramp> <label-warn>
|
|
format-warn-underline = #c7254f
|
|
label = %temperature%
|
|
label-warn = %temperature%
|
|
label-warn-foreground = #c7254f
|
|
|
|
ramp-0 =
|
|
ramp-1 =
|
|
ramp-2 =
|
|
ramp-3 =
|
|
ramp-4 =
|
|
ramp-foreground =${colors.foreground}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/temperature2]
|
|
type = custom/script
|
|
exec = ~/.config/polybar/scripts/tempcores.sh
|
|
interval = 2
|
|
format-padding = 1
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-underline = #C1B93E
|
|
format-prefix-foreground = #C1B93E
|
|
label = %output:0:150:%
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/uptime]
|
|
;https://github.com/jaagr/polybar/wiki/User-contributed-modules#uptime
|
|
type = custom/script
|
|
exec = uptime | awk -F, '{sub(".*up ",x,$1);print $1}'
|
|
interval = 100
|
|
label = Uptime : %output%
|
|
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = " "
|
|
format-prefix-foreground = #C15D3E
|
|
format-underline = #C15D3E
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/variety]
|
|
type = custom/script
|
|
exec = echo " Variety"
|
|
;exec = echo " "
|
|
interval = 1
|
|
tail = true
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
format-prefix = ""
|
|
format-prefix-foreground = #FFFFF
|
|
format-underline = #0084FF
|
|
click-right = variety --preferences
|
|
click-left = variety --selector
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
|
[module/wired-network]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-network
|
|
type = internal/network
|
|
;type "ip link show" to see network interfaces
|
|
;interface = enp4s0
|
|
;interface = enp14s0
|
|
interface = enp5s0
|
|
;interface = enp3s0
|
|
interval = 3.0
|
|
|
|
; 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 = %local_ip%
|
|
label-disconnected = %local_ip% disconnected
|
|
|
|
format-connected-foreground = ${colors.foreground}
|
|
format-connected-background = ${colors.background}
|
|
;format-connected-underline = #55aa55
|
|
;format-connected-underline = #571e70
|
|
format-connected-underline = #57177c
|
|
format-connected-prefix = " "
|
|
;format-connected-prefix-foreground = #55aa55
|
|
;format-connected-prefix-foreground = #571e70
|
|
format-connected-prefix-foreground = #57177c
|
|
format-connected-prefix-background = ${colors.background}
|
|
|
|
format-disconnected = <label-disconnected>
|
|
format-disconnected-underline = ${colors.alert}
|
|
label-disconnected-foreground = ${colors.foreground}
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
|
[module/wired-network2]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-network
|
|
type = internal/network
|
|
;type "ip link show" to see network interfaces
|
|
;interface = enp4s0
|
|
;interface = enp14s0
|
|
;interface = enp5s0
|
|
interface = enp3s0
|
|
interval = 3.0
|
|
|
|
; 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 = %local_ip%
|
|
label-disconnected = %local_ip% disconnected
|
|
|
|
format-connected-foreground = ${colors.foreground}
|
|
format-connected-background = ${colors.background}
|
|
;format-connected-underline = #55aa55
|
|
format-connected-underline = #571e70
|
|
format-connected-prefix = " "
|
|
;format-connected-prefix-foreground = #55aa55
|
|
format-connected-prefix-foreground = #571e70
|
|
format-connected-prefix-background = ${colors.background}
|
|
|
|
format-disconnected = <label-disconnected>
|
|
format-disconnected-underline = ${colors.alert}
|
|
label-disconnected-foreground = ${colors.foreground}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/wireless-network]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-network
|
|
type = internal/network
|
|
;type "ip link show" to see network interfaces
|
|
interface = wlp2s0
|
|
interval = 3.0
|
|
label-connected = %essid%
|
|
|
|
;format-connected = <label-connected>
|
|
format-connected = <ramp-signal> <label-connected>
|
|
format-connected-foreground = ${colors.foreground}
|
|
format-connected-background = ${colors.background}
|
|
;format-connected-prefix = " "
|
|
;format-connected-prefix-foreground = #7e52c6
|
|
format-connected-prefix-foreground = #9366dd
|
|
;format-connected-prefix-background = ${colors.background}
|
|
;format-connected-underline = #7e52c6
|
|
format-connected-underline = #9366dd
|
|
|
|
|
|
label-disconnected = %ifname% disconnected
|
|
label-disconnected-foreground = ${colors.alert}
|
|
label-disconnected-background = ${colors.background}
|
|
|
|
format-disconnected = <label-disconnected>
|
|
format-disconnected-foreground = ${colors.alert}
|
|
format-disconnected-background = ${colors.background}
|
|
format-disconnected-prefix = " "
|
|
format-disconnected-prefix-foreground = ${colors.alert}
|
|
format-disconnected-prefix-background = ${colors.background}
|
|
format-disconnected-underline =${colors.alert}
|
|
|
|
ramp-signal-0 = ▁
|
|
ramp-signal-1 = ▂
|
|
ramp-signal-2 = ▃
|
|
ramp-signal-3 = ▄
|
|
ramp-signal-4 = ▅
|
|
ramp-signal-5 = ▆
|
|
ramp-signal-6 = ▇
|
|
ramp-signal-7 = █
|
|
;ramp-signal-foreground = #7e52c6
|
|
ramp-signal-foreground = #9366dd
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/xbacklight]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-xbacklight
|
|
type = internal/xbacklight
|
|
format = <label> <bar>
|
|
format-prefix = " "
|
|
format-prefix-foreground = ${colors.foreground}
|
|
format-prefix-background = ${colors.background}
|
|
format-prefix-underline = #9f78e1
|
|
format-underline = #9f78e1
|
|
label = %percentage%%
|
|
bar-width = 10
|
|
bar-indicator =
|
|
bar-indicator-foreground = #fff
|
|
bar-indicator-font = 2
|
|
bar-fill =
|
|
bar-fill-font = 2
|
|
bar-fill-foreground = #9f78e1
|
|
bar-empty =
|
|
bar-empty-font = 2
|
|
bar-empty-foreground = #fff
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
[module/xkeyboard]
|
|
;https://github.com/jaagr/polybar/wiki/Module:-xkeyboard
|
|
type = internal/xkeyboard
|
|
blacklist-0 = num lock
|
|
|
|
format-prefix = " "
|
|
format-prefix-foreground = ${colors.foreground}
|
|
format-prefix-background = ${colors.background}
|
|
format-prefix-underline = ${colors.orange}
|
|
format-foreground = ${colors.foreground}
|
|
format-background = ${colors.background}
|
|
|
|
label-layout = %layout%
|
|
label-layout-underline = ${colors.orange}
|
|
label-indicator-padding = 2
|
|
label-indicator-margin = 1
|
|
label-indicator-background = ${colors.background}
|
|
label-indicator-underline = ${colors.foreground}
|
|
|
|
|
|
################################################################################
|