2024-01-01 08:54:32 -01:00
|
|
|
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
|
2023-10-05 10:09:04 +00:00
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/bna]
|
|
|
|
type = custom/text
|
|
|
|
|
|
|
|
content = ""
|
|
|
|
#content-prefix =
|
|
|
|
#content-prefix-font = 2
|
|
|
|
content-font = 2
|
|
|
|
content-background = ${color.ALTBACKGROUND}
|
|
|
|
content-foreground = ${color.FOREGROUND}
|
|
|
|
content-padding = 0
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/backlight]
|
|
|
|
type = internal/xbacklight
|
|
|
|
|
|
|
|
; Use the following command to list available cards:
|
|
|
|
; $ ls -1 /sys/class/backlight/
|
|
|
|
card = intel_backlight
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
; <ramp>
|
|
|
|
; <bar>
|
|
|
|
format = <ramp> <label>
|
|
|
|
format-background = ${color.ALTBACKGROUND}
|
|
|
|
format-padding = 0
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %percentage% (default)
|
|
|
|
label = %percentage%%
|
|
|
|
|
|
|
|
; Only applies if <ramp> is used
|
|
|
|
|
|
|
|
ramp-0 =
|
|
|
|
ramp-1 =
|
|
|
|
ramp-2 =
|
|
|
|
ramp-3 =
|
|
|
|
ramp-4 =
|
|
|
|
ramp-5 =
|
|
|
|
ramp-6 =
|
|
|
|
ramp-7 =
|
|
|
|
ramp-8 =
|
|
|
|
ramp-9 =
|
|
|
|
ramp-font = 2
|
|
|
|
ramp-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/brightness]
|
|
|
|
type = internal/backlight
|
|
|
|
|
|
|
|
; Use the following command to list available cards:
|
|
|
|
; $ ls -1 /sys/class/backlight/
|
|
|
|
card = ${system.sys_graphics_card}
|
|
|
|
|
|
|
|
enable-scroll = true
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
; <ramp>
|
|
|
|
; <bar>
|
|
|
|
format = <ramp>
|
|
|
|
format-background = ${color.ALTBACKGROUND}
|
|
|
|
format-padding = 0
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %percentage% (default)
|
|
|
|
label = %percentage%%
|
|
|
|
|
|
|
|
; Only applies if <ramp> is used
|
|
|
|
|
|
|
|
ramp-0 =
|
|
|
|
ramp-1 =
|
|
|
|
ramp-2 =
|
|
|
|
ramp-3 =
|
|
|
|
ramp-4 =
|
|
|
|
ramp-5 =
|
|
|
|
ramp-6 =
|
|
|
|
ramp-7 =
|
|
|
|
ramp-8 =
|
|
|
|
ramp-9 =
|
|
|
|
ramp-font = 2
|
|
|
|
ramp-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/battery]
|
|
|
|
type = internal/battery
|
|
|
|
|
|
|
|
; This is useful in case the battery never reports 100% charge
|
|
|
|
full-at = 99
|
|
|
|
|
|
|
|
; Use the following command to list batteries and adapters:
|
|
|
|
; $ ls -1 /sys/class/power_supply/
|
|
|
|
battery = ${system.sys_battery}
|
|
|
|
adapter = ${system.sys_adapter}
|
|
|
|
|
|
|
|
; If an inotify event haven't been reported in this many
|
|
|
|
; seconds, manually poll for new values.
|
|
|
|
;
|
|
|
|
; Needed as a fallback for systems that don't report events
|
|
|
|
; on sysfs/procfs.
|
|
|
|
;
|
|
|
|
; Disable polling by setting the interval to 0.
|
|
|
|
;
|
|
|
|
; Default: 5
|
|
|
|
poll-interval = 2
|
|
|
|
|
|
|
|
; see "man date" for details on how to format the time string
|
|
|
|
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
|
|
|
; Default: %H:%M:%S
|
|
|
|
time-format = %H:%M
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-charging> (default)
|
|
|
|
; <bar-capacity>
|
|
|
|
; <ramp-capacity>
|
|
|
|
; <animation-charging>
|
|
|
|
format-charging = <animation-charging>
|
|
|
|
#format-charging-prefix = " "
|
|
|
|
#format-charging-prefix-font = 1
|
|
|
|
#format-charging-prefix-foreground = ${color.BLUE}
|
|
|
|
format-charging-background = ${color.ALTBACKGROUND}
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-discharging> (default)
|
|
|
|
; <bar-capacity>
|
|
|
|
; <ramp-capacity>
|
|
|
|
; <animation-discharging>
|
|
|
|
format-discharging = <ramp-capacity>
|
|
|
|
format-discharging-background = ${color.ALTBACKGROUND}
|
|
|
|
|
|
|
|
; 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)
|
|
|
|
format-full = <label-full>
|
|
|
|
#format-full-prefix = " "
|
|
|
|
#format-full-prefix-font = 2
|
|
|
|
format-full-foreground = ${color.FOREGROUND}
|
|
|
|
format-full-background = ${color.ALTBACKGROUND}
|
|
|
|
label-full = ""
|
|
|
|
label-full-font = 8
|
|
|
|
|
|
|
|
; Only applies if <ramp-capacity> is used
|
|
|
|
ramp-capacity-0 =
|
|
|
|
ramp-capacity-1 =
|
|
|
|
ramp-capacity-2 =
|
|
|
|
ramp-capacity-3 =
|
|
|
|
ramp-capacity-4 =
|
|
|
|
ramp-capacity-5 =
|
|
|
|
ramp-capacity-6 =
|
|
|
|
ramp-capacity-7 =
|
|
|
|
ramp-capacity-8 =
|
|
|
|
ramp-capacity-foreground = ${color.FOREGROUND}
|
|
|
|
ramp-capacity-font = 8
|
|
|
|
|
|
|
|
; Only applies if <animation-charging> is used
|
|
|
|
animation-charging-0 =
|
|
|
|
animation-charging-1 =
|
|
|
|
animation-charging-2 =
|
|
|
|
animation-charging-3 =
|
|
|
|
animation-charging-4 =
|
|
|
|
animation-charging-foreground = ${color.FOREGROUND}
|
|
|
|
animation-charging-font = 8
|
|
|
|
animation-charging-framerate = 700
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/cpu]
|
|
|
|
type = internal/cpu
|
|
|
|
|
|
|
|
; Seconds to sleep between updates
|
|
|
|
; Default: 1
|
|
|
|
interval = 0.5
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
; <bar-load>
|
|
|
|
; <ramp-load>
|
|
|
|
; <ramp-coreload>
|
|
|
|
;;format = <label> <ramp-coreload>
|
|
|
|
format = <label>
|
|
|
|
format-prefix =
|
|
|
|
format-prefix-font = 2
|
|
|
|
format-prefix-foreground = ${color.FOREGROUND}
|
|
|
|
format-background = ${color.BACKGROUND}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %percentage% (default) - total cpu load averaged over all cores
|
|
|
|
; %percentage-sum% - Cumulative load on all cores
|
|
|
|
; %percentage-cores% - load percentage for each core
|
|
|
|
; %percentage-core[1-9]% - load percentage for specific core
|
|
|
|
label = " %percentage%%"
|
|
|
|
|
|
|
|
; Spacing between individual per-core ramps
|
|
|
|
;;ramp-coreload-spacing = 1
|
|
|
|
;;ramp-coreload-0 =
|
|
|
|
;;ramp-coreload-1 =
|
|
|
|
;;ramp-coreload-2 =
|
|
|
|
;;ramp-coreload-3 =
|
|
|
|
;;ramp-coreload-4 =
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
|
|
|
|
|
|
|
; Seconds to sleep between updates
|
|
|
|
interval = 1.0
|
|
|
|
|
|
|
|
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
|
|
|
|
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
|
|
|
;;date = %Y-%m-%d%
|
|
|
|
|
|
|
|
; Optional time format
|
|
|
|
time = "%I:%M %p"
|
|
|
|
|
|
|
|
; if `date-alt` or `time-alt` is defined, clicking
|
|
|
|
; the module will toggle between formats
|
|
|
|
;;date-alt = %A, %d %B %Y
|
|
|
|
#time-alt = %d/%m/%Y%
|
|
|
|
time-alt = "%a, %b %d"
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
|
|
|
|
format = <label>
|
|
|
|
#format-prefix = " "
|
|
|
|
#format-prefix-font = 2
|
|
|
|
#format-prefix-foreground = ${color.BROWN}
|
|
|
|
format-background = ${color.BACKGROUND}
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %date%
|
|
|
|
; %time%
|
|
|
|
; Default: %date%
|
|
|
|
label = %time%
|
|
|
|
label-font = 3
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/filesystem]
|
|
|
|
type = internal/fs
|
|
|
|
|
|
|
|
; Mountpoints to display
|
|
|
|
mount-0 = /
|
|
|
|
;;mount-1 = /home
|
|
|
|
;;mount-2 = /var
|
|
|
|
|
|
|
|
; Seconds to sleep between updates
|
|
|
|
; Default: 30
|
|
|
|
interval = 10
|
|
|
|
|
|
|
|
; Display fixed precision values
|
|
|
|
; Default: false
|
|
|
|
fixed-values = true
|
|
|
|
|
|
|
|
; Spacing between entries
|
|
|
|
; Default: 2
|
|
|
|
;;spacing = 4
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-mounted> (default)
|
|
|
|
; <bar-free>
|
|
|
|
; <bar-used>
|
|
|
|
; <ramp-capacity>
|
|
|
|
format-mounted = <label-mounted>
|
|
|
|
format-mounted-background = ${color.BACKGROUND}
|
|
|
|
format-mounted-padding = 1
|
|
|
|
|
|
|
|
format-mounted-prefix =
|
|
|
|
format-mounted-prefix-font = 2
|
|
|
|
format-mounted-prefix-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-unmounted> (default)
|
|
|
|
format-unmounted = <label-unmounted>
|
|
|
|
format-unmounted-background = ${color.BACKGROUND}
|
|
|
|
format-unmounted-padding = 1
|
|
|
|
|
|
|
|
format-unmounted-prefix =
|
|
|
|
format-unmounted-prefix-font = 2
|
|
|
|
format-unmounted-prefix-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %mountpoint%
|
|
|
|
; %type%
|
|
|
|
; %fsname%
|
|
|
|
; %percentage_free%
|
|
|
|
; %percentage_used%
|
|
|
|
; %total%
|
|
|
|
; %free%
|
|
|
|
; %used%
|
|
|
|
; Default: %mountpoint% %percentage_free%%
|
|
|
|
label-mounted = " %free%"
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %mountpoint%
|
|
|
|
; Default: %mountpoint% is not mounted
|
|
|
|
label-unmounted = " %mountpoint%: NM"
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/memory]
|
|
|
|
type = internal/memory
|
|
|
|
|
|
|
|
; Seconds to sleep between updates
|
|
|
|
; Default: 1
|
|
|
|
interval = 3
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
; <bar-used>
|
|
|
|
; <bar-free>
|
|
|
|
; <ramp-used>
|
|
|
|
; <ramp-free>
|
|
|
|
; <bar-swap-used>
|
|
|
|
; <bar-swap-free>
|
|
|
|
; <ramp-swap-used>
|
|
|
|
; <ramp-swap-free>
|
|
|
|
format = <label>
|
|
|
|
format-background = ${color.BACKGROUND}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
format-prefix =
|
|
|
|
format-prefix-font = 2
|
|
|
|
format-prefix-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %percentage_used% (default)
|
|
|
|
; %percentage_free%
|
|
|
|
; %gb_used%
|
|
|
|
; %gb_free%
|
|
|
|
; %gb_total%
|
|
|
|
; %mb_used%
|
|
|
|
; %mb_free%
|
|
|
|
; %mb_total%
|
|
|
|
; %percentage_swap_used%
|
|
|
|
; %percentage_swap_free%
|
|
|
|
; %mb_swap_total%
|
|
|
|
; %mb_swap_free%
|
|
|
|
; %mb_swap_used%
|
|
|
|
; %gb_swap_total%
|
|
|
|
; %gb_swap_free%
|
|
|
|
; %gb_swap_used%
|
|
|
|
|
|
|
|
label = " %mb_used%"
|
|
|
|
|
|
|
|
; Only applies if <ramp-used> is used
|
|
|
|
;;ramp-used-0 =
|
|
|
|
;;ramp-used-1 =
|
|
|
|
;;ramp-used-2 =
|
|
|
|
;;ramp-used-3 =
|
|
|
|
;;ramp-used-4 =
|
|
|
|
|
|
|
|
; Only applies if <ramp-free> is used
|
|
|
|
;;ramp-free-0 =
|
|
|
|
;;ramp-free-1 =
|
|
|
|
;;ramp-free-2 =
|
|
|
|
;;ramp-free-3 =
|
|
|
|
;;ramp-free-4 =
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/used-memory]
|
|
|
|
type = custom/script
|
|
|
|
|
|
|
|
exec = free -m | grep 'Mem:' | tr -s ' ' | cut -d ' ' -f3
|
|
|
|
|
|
|
|
tail = true
|
|
|
|
interval = 5
|
|
|
|
|
|
|
|
format = <label>
|
|
|
|
format-background = ${color.BACKGROUND}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
format-prefix =
|
|
|
|
format-prefix-font = 2
|
|
|
|
format-prefix-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
label = " %output% MB"
|
|
|
|
|
|
|
|
click-left = alacritty -e "top" &
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/mpd]
|
|
|
|
type = internal/mpd
|
|
|
|
|
|
|
|
; Host where mpd is running (either ip or domain name)
|
|
|
|
; Can also be the full path to a unix socket where mpd is running.
|
|
|
|
;;host = 127.0.0.1
|
|
|
|
;;port = 6600
|
|
|
|
;;password = mysecretpassword
|
|
|
|
|
|
|
|
; Seconds to sleep between progressbar/song timer sync
|
|
|
|
; Default: 1
|
|
|
|
interval = 2
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-song> (default)
|
|
|
|
; <label-time>
|
|
|
|
; <bar-progress>
|
|
|
|
; <toggle> - gets replaced with <icon-(pause|play)>
|
|
|
|
; <toggle-stop> - gets replaced with <icon-(stop|play)>
|
|
|
|
; <icon-random>
|
|
|
|
; <icon-repeat>
|
|
|
|
; <icon-repeatone> (deprecated)
|
|
|
|
; <icon-single> - Toggle playing only a single song. Replaces <icon-repeatone>
|
|
|
|
; <icon-consume>
|
|
|
|
; <icon-prev>
|
|
|
|
; <icon-stop>
|
|
|
|
; <icon-play>
|
|
|
|
; <icon-pause>
|
|
|
|
; <icon-next>
|
|
|
|
; <icon-seekb>
|
|
|
|
; <icon-seekf>
|
|
|
|
|
|
|
|
format-online = <toggle> <label-song>
|
|
|
|
;;format-online-prefix = " "
|
|
|
|
;;format-online-prefix-font = 2
|
|
|
|
;;format-online-prefix-foreground = ${color.GREEN}
|
|
|
|
format-online-background = ${color.BACKGROUND}
|
|
|
|
|
|
|
|
format-playing = <icon-prev> <toggle> <icon-next> <label-song>
|
|
|
|
format-paused = ${self.format-online}
|
|
|
|
format-stopped = ${self.format-online}
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-offline>
|
|
|
|
format-offline = <label-offline>
|
|
|
|
#format-offline-prefix = " "
|
|
|
|
format-offline-background = ${color.BACKGROUND}
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %artist%
|
|
|
|
; %album-artist%
|
|
|
|
; %album%
|
|
|
|
; %date%
|
|
|
|
; %title%
|
|
|
|
; Default: %artist% - %title%
|
|
|
|
label-song = "%title%"
|
|
|
|
label-song-maxlen = 25
|
|
|
|
label-song-ellipsis = true
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %elapsed%
|
|
|
|
; %total%
|
|
|
|
; Default: %elapsed% / %total%
|
|
|
|
;;abel-time = %elapsed% / %total%
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; None
|
|
|
|
label-offline = ""
|
|
|
|
|
|
|
|
; Only applies if <icon-X> is used
|
|
|
|
icon-play =
|
|
|
|
icon-play-font = 2
|
|
|
|
icon-play-foreground = ${color.FOREGROUND}
|
|
|
|
icon-pause =
|
|
|
|
icon-pause-font = 2
|
|
|
|
icon-pause-foreground = ${color.FOREGROUND}
|
|
|
|
icon-stop =
|
|
|
|
icon-stop-font = 2
|
|
|
|
icon-stop-foreground = ${color.FOREGROUND}
|
|
|
|
icon-prev = 玲
|
|
|
|
icon-prev-font = 2
|
|
|
|
icon-prev-foreground = ${color.FOREGROUND}
|
|
|
|
icon-next = 怜
|
|
|
|
icon-next-font = 2
|
|
|
|
icon-next-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
; Used to display the state of random/repeat/repeatone/single
|
|
|
|
; Only applies if <icon-[random|repeat|repeatone|single]> is used
|
|
|
|
;;toggle-on-foreground = #ff
|
|
|
|
;;toggle-off-foreground = #55
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
; If you use both a wired and a wireless network, Add both modules in config.ini
|
|
|
|
[module/ethernet]
|
|
|
|
type = internal/network
|
|
|
|
interface = ${system.sys_network_interface}
|
|
|
|
|
|
|
|
interval = 1.0
|
|
|
|
accumulate-stats = true
|
|
|
|
unknown-as-up = true
|
|
|
|
|
|
|
|
format-connected = <label-connected>
|
|
|
|
#format-connected-prefix = "歷 "
|
|
|
|
#format-connected-prefix-foreground = ${color.PURPLE}
|
|
|
|
#format-connected-prefix-font = 2
|
|
|
|
format-connected-foreground = ${color.FOREGROUND}
|
|
|
|
format-connected-background = ${color.ALTBACKGROUND}
|
|
|
|
format-connected-padding = 0
|
|
|
|
|
|
|
|
format-disconnected = <label-disconnected>
|
|
|
|
#format-disconnected-prefix = "轢 "
|
|
|
|
#format-disconnected-prefix-font = 2
|
|
|
|
format-disconnected-foreground = ${color.ALTFOREGROUND}
|
|
|
|
format-disconnected-background = ${color.ALTBACKGROUND}
|
|
|
|
format-disconnected-padding = 0
|
|
|
|
|
|
|
|
label-connected = "%{A1:networkmanager_dmenu &:}歷%{A}"
|
|
|
|
label-disconnected = "%{A1:networkmanager_dmenu &:}轢%{A}"
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/network]
|
|
|
|
type = internal/network
|
|
|
|
interface = ${system.sys_network_interface}
|
|
|
|
|
|
|
|
; Seconds to sleep between updates
|
|
|
|
; Default: 1
|
|
|
|
interval = 1.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
|
|
|
|
|
|
|
|
; Consider an `UNKNOWN` interface state as up.
|
|
|
|
; Some devices have an unknown state, even when they're running
|
|
|
|
; Default: false
|
|
|
|
unknown-as-up = true
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-connected> (default)
|
|
|
|
; <ramp-signal>
|
|
|
|
format-connected = <label-connected>
|
|
|
|
format-connected-foreground = ${color.FOREGROUND}
|
|
|
|
format-connected-background = ${color.ALTBACKGROUND}
|
|
|
|
format-connected-padding = 0
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-disconnected> (default)
|
|
|
|
|
|
|
|
format-disconnected = <label-disconnected>
|
|
|
|
#format-disconnected-prefix = " "
|
|
|
|
#format-disconnected-prefix-font = 2
|
|
|
|
format-disconnected-foreground = ${color.ALTFOREGROUND}
|
|
|
|
format-disconnected-background = ${color.ALTBACKGROUND}
|
|
|
|
format-disconnected-padding = 0
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-connected> (default)
|
|
|
|
; <label-packetloss>
|
|
|
|
; <animation-packetloss>
|
|
|
|
;;format-packetloss = <animation-packetloss> <label-connected>
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %ifname% [wireless+wired]
|
|
|
|
; %local_ip% [wireless+wired]
|
|
|
|
; %local_ip6% [wireless+wired]
|
|
|
|
; %essid% [wireless]
|
|
|
|
; %signal% [wireless]
|
|
|
|
; %upspeed% [wireless+wired]
|
|
|
|
; %downspeed% [wireless+wired]
|
|
|
|
; %linkspeed% [wired]
|
|
|
|
; Default: %ifname% %local_ip%
|
|
|
|
;label-connected = "%essid% %downspeed%"
|
|
|
|
label-connected = "%{A1:networkmanager_dmenu &:}%{A}"
|
|
|
|
label-connected-font = 2
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %ifname% [wireless+wired]
|
|
|
|
; Default: (none)
|
|
|
|
label-disconnected = "%{A1:networkmanager_dmenu &:}%{A}"
|
|
|
|
label-disconnected-font = 2
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %ifname% [wireless+wired]
|
|
|
|
; %local_ip% [wireless+wired]
|
|
|
|
; %local_ip6% [wireless+wired]
|
|
|
|
; %essid% [wireless]
|
|
|
|
; %signal% [wireless]
|
|
|
|
; %upspeed% [wireless+wired]
|
|
|
|
; %downspeed% [wireless+wired]
|
|
|
|
; %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-foreground = ${color.FOREGROUND}
|
|
|
|
ramp-signal-font = 2
|
|
|
|
|
|
|
|
; 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/bluetooth]
|
|
|
|
type = custom/script
|
|
|
|
exec = ~/.config/openbox/themes/easy/polybar/scripts/bluetooth.sh
|
|
|
|
interval = 1
|
|
|
|
tail = true
|
|
|
|
format = <label>
|
|
|
|
format-padding = 0
|
|
|
|
format-background = ${color.ALTBACKGROUND}
|
|
|
|
label = %output%
|
|
|
|
click-left = rofi-bluetooth &
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/volume]
|
|
|
|
type = internal/pulseaudio
|
|
|
|
|
|
|
|
; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
|
|
|
|
; If not, uses default sink
|
|
|
|
sink =
|
|
|
|
|
|
|
|
; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
|
|
|
|
; Default: true
|
|
|
|
use-ui-max = false
|
|
|
|
|
|
|
|
; Interval for volume increase/decrease (in percent points)
|
|
|
|
; Default: 5
|
|
|
|
interval = 5
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-volume> (default)
|
|
|
|
; <ramp-volume>
|
|
|
|
; <bar-volume>
|
|
|
|
format-volume = <ramp-volume>
|
|
|
|
format-volume-background = ${color.ALTBACKGROUND}
|
|
|
|
format-volume-padding = 0
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-muted> (default)
|
|
|
|
; <ramp-volume>
|
|
|
|
; <bar-volume>
|
|
|
|
format-muted = <label-muted>
|
|
|
|
#format-muted-prefix =
|
|
|
|
#format-muted-prefix-font = 2
|
|
|
|
#format-muted-prefix-foreground = ${color.BACKGROUNDA}
|
|
|
|
format-muted-background = ${color.ALTBACKGROUND}
|
|
|
|
format-muted-padding = 0
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %percentage% (default)
|
|
|
|
;label-volume = %percentage%%
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %percentage% (default)
|
|
|
|
label-muted = ""
|
|
|
|
label-muted-font = 8
|
|
|
|
label-muted-foreground = ${color.ALTFOREGROUND}
|
|
|
|
|
|
|
|
; Only applies if <bar-volume> is used
|
|
|
|
bar-volume-width = 10
|
|
|
|
bar-volume-gradient = false
|
|
|
|
|
|
|
|
bar-volume-indicator = 雷
|
|
|
|
bar-volume-indicator-font = 2
|
|
|
|
bar-volume-indicator-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
bar-volume-fill = 絛
|
|
|
|
bar-volume-fill-font = 3
|
|
|
|
bar-volume-foreground-0 = ${color.BLUE}
|
|
|
|
bar-volume-foreground-1 = ${color.BLUE}
|
|
|
|
bar-volume-foreground-2 = ${color.BLUE}
|
|
|
|
bar-volume-foreground-3 = ${color.BLUE}
|
|
|
|
bar-volume-foreground-4 = ${color.BLUE}
|
|
|
|
|
|
|
|
bar-volume-empty = 絛
|
|
|
|
bar-volume-empty-font = 3
|
|
|
|
bar-volume-empty-foreground = ${color.ALTBACKGROUND}
|
|
|
|
|
|
|
|
; Only applies if <ramp-volume> is used
|
|
|
|
ramp-volume-0 =
|
|
|
|
ramp-volume-1 =
|
|
|
|
ramp-volume-2 =
|
|
|
|
ramp-volume-3 =
|
|
|
|
ramp-volume-4 =
|
|
|
|
ramp-volume-5 =
|
|
|
|
ramp-volume-6 =
|
|
|
|
ramp-volume-7 =
|
|
|
|
ramp-volume-8 =
|
|
|
|
ramp-volume-9 =
|
|
|
|
ramp-volume-foreground = ${color.FOREGROUND}
|
|
|
|
ramp-volume-font = 8
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/temperature]
|
|
|
|
type = internal/temperature
|
|
|
|
|
|
|
|
; Seconds to sleep between updates
|
|
|
|
; Default: 1
|
|
|
|
interval = 0.5
|
|
|
|
|
|
|
|
; 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/hwmon2/temp1_input
|
|
|
|
|
|
|
|
; Threshold temperature to display warning label (in degrees celsius)
|
|
|
|
; Default: 80
|
|
|
|
warn-temperature = 60
|
|
|
|
|
|
|
|
; Whether or not to show units next to the temperature tokens (°C, °F)
|
|
|
|
; Default: true
|
|
|
|
units = true
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
; <ramp>
|
|
|
|
format = <ramp> <label>
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-warn> (default)
|
|
|
|
; <ramp>
|
|
|
|
format-warn = <ramp> <label-warn>
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %temperature% (deprecated)
|
|
|
|
; %temperature-c% (default, temperature in °C)
|
|
|
|
; %temperature-f% (temperature in °F)
|
|
|
|
label = %temperature-c%
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %temperature% (deprecated)
|
|
|
|
; %temperature-c% (default, temperature in °C)
|
|
|
|
; %temperature-f% (temperature in °F)
|
|
|
|
label-warn = "%temperature-c%"
|
|
|
|
label-warn-foreground = ${color.RED}
|
|
|
|
|
|
|
|
; Requires the <ramp> tag
|
|
|
|
; The icon selection will range from 0 to `warn-temperature`
|
|
|
|
; with the current temperature as index.
|
|
|
|
ramp-0 =
|
|
|
|
ramp-1 =
|
|
|
|
ramp-2 =
|
|
|
|
ramp-3 =
|
|
|
|
ramp-4 =
|
|
|
|
ramp-5 =
|
|
|
|
ramp-6 =
|
|
|
|
ramp-7 =
|
|
|
|
ramp-8 =
|
|
|
|
ramp-9 =
|
|
|
|
ramp-font = 2
|
|
|
|
ramp-foreground = ${color.FOREGROUND}
|
|
|
|
;;ramp-foreground = #55
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/keyboard]
|
|
|
|
type = internal/xkeyboard
|
|
|
|
|
|
|
|
; List of indicators to ignore
|
|
|
|
;blacklist-0 = num lock
|
|
|
|
blacklist-1 = scroll lock
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-layout> (default)
|
|
|
|
; <label-indicator> (default)
|
|
|
|
format = <label-layout> <label-indicator>
|
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-font = 2
|
|
|
|
format-prefix-foreground = ${color.FOREGROUND}
|
|
|
|
;;format-spacing = 0
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %layout%
|
|
|
|
; %name%
|
|
|
|
; %number%
|
|
|
|
; Default: %layout%
|
|
|
|
label-layout = %name%
|
|
|
|
;;label-layout-padding = 2
|
|
|
|
;;label-layout-background = #bc99ed
|
|
|
|
;;label-layout-foreground = #000
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %name%
|
|
|
|
; Default: %name%
|
|
|
|
label-indicator-on = " %name%"
|
|
|
|
;;label-indicator-padding = 2
|
|
|
|
label-indicator-on-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/title]
|
|
|
|
type = internal/xwindow
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
format = <label>
|
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-font = 2
|
|
|
|
format-prefix-foreground = ${color.FOREGROUND}
|
|
|
|
format-background = ${color.BACKGROUND}
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %title%
|
|
|
|
; Default: %title%
|
|
|
|
label = %title%
|
|
|
|
label-maxlen = 25
|
|
|
|
|
|
|
|
; Used instead of label when there is no window title
|
|
|
|
; Available tokens:
|
|
|
|
; None
|
|
|
|
label-empty = Desktop
|
|
|
|
;label-empty-foreground = ${color.BACKGROUNDA}
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/openbox]
|
|
|
|
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 = false
|
|
|
|
|
|
|
|
; 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 = 1;1
|
|
|
|
icon-1 = 2;2
|
|
|
|
icon-2 = 3;3
|
|
|
|
icon-3 = 4;4
|
|
|
|
icon-4 = 5;5
|
|
|
|
icon-default =
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label-monitor>
|
|
|
|
; <label-state> - gets replaced with <label-(active|urgent|occupied|empty)>
|
|
|
|
; Default: <label-state>
|
|
|
|
format = <label-state>
|
|
|
|
format-background = ${color.ALTBACKGROUND}
|
|
|
|
format-font = 3
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %name%
|
|
|
|
; Default: %name%
|
|
|
|
label-monitor = %name%
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %name%
|
|
|
|
; %icon%
|
|
|
|
; %index%
|
|
|
|
; Default: %icon% %name%
|
|
|
|
label-active = %icon%
|
|
|
|
label-active-foreground = ${color.GREEN}
|
|
|
|
label-active-underline = ${color.GREEN}
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %name%
|
|
|
|
; %icon%
|
|
|
|
; %index%
|
|
|
|
; Default: %icon% %name%
|
|
|
|
label-occupied = %icon%
|
|
|
|
label-occupied-foreground = ${color.ACCENT}
|
|
|
|
;;label-occupied-underline = ${color.BACKGROUNDA}
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %name%
|
|
|
|
; %icon%
|
|
|
|
; %index%
|
|
|
|
; Default: %icon% %name%
|
|
|
|
label-urgent = %icon%
|
|
|
|
label-urgent-foreground = ${color.RED}
|
|
|
|
;;label-urgent-underline = ${color.BACKGROUNDA}
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %name%
|
|
|
|
; %icon%
|
|
|
|
; %index%
|
|
|
|
; Default: %icon% %name%
|
|
|
|
label-empty = %icon%
|
|
|
|
label-empty-foreground = ${color.FOREGROUND}
|
|
|
|
|
|
|
|
label-active-padding = 1
|
|
|
|
label-urgent-padding = 1
|
|
|
|
label-occupied-padding = 1
|
|
|
|
label-empty-padding = 1
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/menu]
|
|
|
|
type = custom/text
|
|
|
|
|
|
|
|
content =
|
|
|
|
content-font = 5
|
|
|
|
content-background = ${color.BACKGROUND}
|
|
|
|
content-foreground = ${color.ACCENT}
|
|
|
|
content-padding = 0
|
|
|
|
|
|
|
|
click-left = rofi-launcher
|
|
|
|
click-right = rofi-runner
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/sysmenu]
|
|
|
|
type = custom/text
|
|
|
|
|
|
|
|
content =
|
|
|
|
content-font = 4
|
|
|
|
content-background = ${color.BACKGROUND}
|
|
|
|
content-foreground = ${color.RED}
|
|
|
|
content-padding = 0
|
|
|
|
|
|
|
|
click-left = rofi-powermenu
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
2024-01-01 08:54:32 -01:00
|
|
|
[module/tray]
|
|
|
|
type = internal/tray
|
|
|
|
|
|
|
|
format = <tray>
|
|
|
|
format-background = ${color.ALTBACKGROUND}
|
|
|
|
tray-background = ${color.ALTBACKGROUND}
|
|
|
|
tray-foreground = ${color.FOREGROUND}
|
|
|
|
tray-spacing = 8px
|
|
|
|
tray-padding = 0px
|
|
|
|
tray-size = 60%
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
2023-10-05 10:09:04 +00:00
|
|
|
[module/polywins]
|
|
|
|
type = custom/script
|
|
|
|
|
|
|
|
exec = ~/.config/openbox/themes/easy/polybar/scripts/polywins.sh 2>/dev/null
|
|
|
|
|
|
|
|
format = <label>
|
|
|
|
format-background = ${color.BACKGROUND}
|
|
|
|
|
|
|
|
label = %output%
|
|
|
|
label-padding = 1
|
|
|
|
label-font = 2
|
|
|
|
|
|
|
|
tail = true
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
;; __________ ______
|
|
|
|
;; / ____/ __ \/ ____/
|
|
|
|
;; / __/ / / / / /_
|
|
|
|
;; / /___/ /_/ / __/
|
|
|
|
;; /_____/\____/_/
|
|
|
|
;;
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|