2020-09-04 22:10:45 +00:00
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
;;
|
|
|
|
;; __ ___ __ __
|
|
|
|
;; / |/ /___ ____/ /_ __/ /__ _____
|
|
|
|
;; / /|_/ / __ \/ __ / / / / / _ \/ ___/
|
|
|
|
;; / / / / /_/ / /_/ / /_/ / / __(__ )
|
|
|
|
;; /_/ /_/\____/\__,_/\__,_/_/\___/____/
|
|
|
|
;;
|
|
|
|
;; Created By Aditya Shakya @adi1090x
|
|
|
|
;;
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[module/alsa]
|
|
|
|
type = internal/alsa
|
|
|
|
|
|
|
|
format-volume = <label-volume>
|
|
|
|
format-volume-background = ${color.mf}
|
|
|
|
format-volume-foreground = ${color.fg}
|
|
|
|
format-volume-padding = 1
|
|
|
|
|
|
|
|
label-volume = %percentage%%
|
|
|
|
|
|
|
|
format-muted-background = ${color.mf}
|
|
|
|
format-muted-foreground = ${color.red}
|
|
|
|
format-muted-padding = 1
|
|
|
|
|
|
|
|
label-muted = "Muted"
|
|
|
|
label-muted-foreground = ${color.red}
|
|
|
|
|
|
|
|
[module/alsa_i]
|
|
|
|
type = internal/alsa
|
|
|
|
|
|
|
|
format-volume = <ramp-volume>
|
|
|
|
format-volume-background = ${color.blue}
|
|
|
|
format-volume-foreground = ${color.fg}
|
|
|
|
format-volume-padding = 1
|
|
|
|
|
|
|
|
format-muted-background = ${color.blue}
|
|
|
|
format-muted-foreground = ${color.red}
|
|
|
|
format-muted-padding = 1
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
label-muted = ""
|
2020-09-04 22:10:45 +00:00
|
|
|
label-muted-foreground = ${color.fg}
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
ramp-volume-0 =
|
|
|
|
ramp-volume-1 =
|
|
|
|
ramp-volume-2 =
|
|
|
|
ramp-volume-3 =
|
|
|
|
ramp-volume-4 =
|
|
|
|
ramp-headphones-0 =
|
|
|
|
ramp-headphones-1 =
|
2020-09-04 22:10:45 +00:00
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/backlight]
|
|
|
|
type = internal/xbacklight
|
|
|
|
|
|
|
|
card = intel_backlight
|
|
|
|
|
|
|
|
format = <ramp>
|
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
label = %percentage%%
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
; <ramp>
|
|
|
|
; <bar>
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %percentage% (default)
|
|
|
|
|
|
|
|
; 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-fill = ─
|
|
|
|
bar-empty = ─
|
|
|
|
|
|
|
|
[module/backlight_i]
|
|
|
|
type = internal/xbacklight
|
|
|
|
|
|
|
|
card = intel_backlight
|
|
|
|
|
|
|
|
format = <ramp>
|
|
|
|
format-background = ${color.lime}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
ramp-0 =
|
|
|
|
ramp-1 =
|
|
|
|
ramp-2 =
|
|
|
|
ramp-3 =
|
|
|
|
ramp-4 =
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/battery]
|
|
|
|
type = internal/battery
|
|
|
|
|
|
|
|
full-at = 99
|
|
|
|
|
|
|
|
battery = BAT1
|
|
|
|
adapter = ACAD
|
|
|
|
|
|
|
|
poll-interval = 2
|
|
|
|
time-format = %H:%M
|
|
|
|
|
|
|
|
format-charging = <label-charging>
|
|
|
|
format-charging-background = ${color.mf}
|
|
|
|
format-charging-foreground = ${color.fg}
|
|
|
|
format-charging-padding = 1
|
|
|
|
|
|
|
|
format-discharging = <label-discharging>
|
|
|
|
format-discharging-background = ${color.mf}
|
|
|
|
format-discharging-foreground = ${color.fg}
|
|
|
|
format-discharging-padding = 1
|
|
|
|
|
|
|
|
label-charging = %percentage%%
|
|
|
|
label-discharging = %percentage%%
|
|
|
|
|
|
|
|
label-full = Full!
|
2020-09-05 11:43:37 +00:00
|
|
|
label-full-foreground = ${color.fgo}
|
2020-09-04 22:10:45 +00:00
|
|
|
label-full-background = ${color.mf}
|
|
|
|
label-full-padding = 1
|
|
|
|
|
|
|
|
[module/battery_i]
|
|
|
|
type = internal/battery
|
|
|
|
|
|
|
|
full-at = 99
|
|
|
|
battery = BAT1
|
|
|
|
adapter = ACAD
|
|
|
|
|
|
|
|
poll-interval = 2
|
|
|
|
time-format = %H:%M
|
|
|
|
|
|
|
|
format-charging = <animation-charging>
|
2020-09-05 11:43:37 +00:00
|
|
|
format-charging-background = ${color.mf}
|
|
|
|
format-charging-foreground = ${color.fgs}
|
2020-09-04 22:10:45 +00:00
|
|
|
format-charging-padding = 1
|
|
|
|
|
|
|
|
format-discharging = <ramp-capacity>
|
2020-09-05 11:43:37 +00:00
|
|
|
format-discharging-background = ${color.mf}
|
|
|
|
format-discharging-foreground = ${color.fgo}
|
2020-09-04 22:10:45 +00:00
|
|
|
format-discharging-padding = 1
|
|
|
|
|
|
|
|
label-charging = %percentage%%
|
|
|
|
label-discharging = %percentage%%
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
label-full =
|
|
|
|
label-full-background = ${color.mf}
|
|
|
|
label-full-foreground = ${color.fgl}
|
2020-09-04 22:10:45 +00:00
|
|
|
label-full-padding = 1
|
|
|
|
|
|
|
|
ramp-capacity-0 =
|
|
|
|
ramp-capacity-1 =
|
|
|
|
ramp-capacity-2 =
|
|
|
|
ramp-capacity-3 =
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
animation-charging-0 =
|
|
|
|
animation-charging-1 =
|
|
|
|
animation-charging-2 =
|
|
|
|
animation-charging-3 =
|
|
|
|
animation-charging-4 =
|
|
|
|
|
2020-09-04 22:10:45 +00:00
|
|
|
|
|
|
|
animation-charging-framerate = 750
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/bspwm]
|
|
|
|
type = internal/bspwm
|
|
|
|
pin-workspaces = true
|
|
|
|
inline-mode = true
|
|
|
|
enable-click = true
|
|
|
|
enable-scroll = true
|
|
|
|
reverse-scroll = true
|
|
|
|
fuzzy-match = true
|
|
|
|
|
|
|
|
;①②③④⑤⑥⑦⑧⑨⑩
|
|
|
|
;
|
|
|
|
ws-icon-0 = "1;"
|
|
|
|
ws-icon-1 = "2;"
|
|
|
|
ws-icon-2 = "3;"
|
|
|
|
ws-icon-3 = "4;"
|
|
|
|
ws-icon-4 = "5;"
|
|
|
|
ws-icon-5 = "6;"
|
|
|
|
ws-icon-6 = "7;"
|
|
|
|
ws-icon-7 = "8;"
|
|
|
|
ws-icon-8 = "9;"
|
|
|
|
ws-icon-9 = "0;"
|
|
|
|
ws-icon-default = " "
|
|
|
|
|
|
|
|
format = "<label-state> <label-mode>"
|
|
|
|
label-focused = " %icon% "
|
2020-09-05 11:43:37 +00:00
|
|
|
label-focused-foreground = ${color.fgo}
|
|
|
|
label-focused-background = ${color.bg}
|
|
|
|
label-focused-underline = ${color.bg}
|
2020-09-04 22:10:45 +00:00
|
|
|
label-focused-padding = 1
|
|
|
|
|
|
|
|
label-unfocused = " %icon% %name% "
|
|
|
|
label-unfocused-foreground = ${color.fg}
|
|
|
|
label-unfocused-background = ${color.mf}
|
|
|
|
label-unfocused-underline = ${color.mf}
|
|
|
|
label-unfocused-padding = 1
|
|
|
|
|
|
|
|
label-visible = " %icon% %name% "
|
|
|
|
label-visible-underline = ${color.ac}
|
|
|
|
label-visible-padding = 1
|
|
|
|
|
|
|
|
label-mode = %mode%
|
|
|
|
label-mode-padding = 1
|
|
|
|
label-mode-background = ${color.ac}
|
|
|
|
|
|
|
|
|
|
|
|
label-urgent = " %icon% %name% "
|
|
|
|
label-urgent-foreground = ${color.fg}
|
|
|
|
label-urgent-background = ${color.red}
|
|
|
|
label-urgent-padding = 1
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
label-occupied = " %icon% %name% "
|
|
|
|
label-occupied-foreground = ${color.fgs}
|
|
|
|
label-occupied-background = ${color.bg}
|
2020-09-04 22:10:45 +00:00
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
label-empty = " %name% "
|
2020-09-04 22:10:45 +00:00
|
|
|
label-empty-foreground = #6272a4
|
|
|
|
|
|
|
|
label-separator =
|
|
|
|
label-separator-padding = 1
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/cpu]
|
|
|
|
type = internal/cpu
|
|
|
|
|
|
|
|
interval = 0.5
|
|
|
|
|
|
|
|
format = <label>
|
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
label = "%percentage%%"
|
|
|
|
|
|
|
|
[module/cpu_i]
|
|
|
|
type = internal/cpu
|
|
|
|
|
|
|
|
interval = 0.5
|
|
|
|
|
|
|
|
format =
|
|
|
|
format-background = ${color.teal}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
|
|
|
|
|
|
|
interval = 1.0
|
|
|
|
|
|
|
|
time = %I:%M %p
|
|
|
|
time-alt = %Y-%m-%d%
|
|
|
|
|
|
|
|
format = <label>
|
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
label = %time%
|
|
|
|
|
|
|
|
[module/date_i]
|
|
|
|
type = internal/date
|
|
|
|
|
|
|
|
interval = 1.0
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
time = " "
|
|
|
|
time-alt =" "
|
2020-09-04 22:10:45 +00:00
|
|
|
|
|
|
|
format = <label>
|
2020-09-05 11:43:37 +00:00
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fgl}
|
2020-09-04 22:10:45 +00:00
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
label = %time%
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/filesystem]
|
|
|
|
type = internal/fs
|
|
|
|
|
|
|
|
mount-0 = /
|
|
|
|
interval = 10
|
|
|
|
fixed-values = true
|
|
|
|
|
|
|
|
format-mounted = <label-mounted>
|
|
|
|
format-mounted-background = ${color.mf}
|
|
|
|
format-mounted-foreground = ${color.fg}
|
|
|
|
format-mounted-padding = 1
|
|
|
|
|
|
|
|
format-unmounted = <label-unmounted>
|
|
|
|
format-unmounted-background = ${color.mf}
|
|
|
|
format-unmounted-foreground = ${color.fg}
|
|
|
|
format-unmounted-padding = 1
|
|
|
|
|
|
|
|
label-mounted = "%free%"
|
|
|
|
label-unmounted = %mountpoint%: not mounted
|
|
|
|
|
|
|
|
[module/filesystem_i]
|
|
|
|
type = internal/fs
|
|
|
|
|
|
|
|
mount-0 = /
|
|
|
|
interval = 10
|
|
|
|
fixed-values = true
|
|
|
|
|
|
|
|
format-mounted =
|
|
|
|
format-mounted-background = ${color.green}
|
|
|
|
format-mounted-foreground = ${color.fg}
|
|
|
|
format-mounted-padding = 1
|
|
|
|
|
|
|
|
format-unmounted =
|
|
|
|
format-unmounted-background = ${color.red}
|
|
|
|
format-unmounted-foreground = ${color.fg}
|
|
|
|
format-unmounted-padding = 1
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
;;[module/github]
|
|
|
|
;;type = internal/github
|
|
|
|
|
|
|
|
; Accessing an access token stored in file
|
|
|
|
;;token = ${file:/path/to/file/containing/github/access.token}
|
|
|
|
|
|
|
|
; Accessing an access token stored in an environment variable
|
|
|
|
;;token = ${env:GITHUB_ACCESS_TOKEN}
|
|
|
|
|
|
|
|
; Whether empty notifications should be displayed or not
|
|
|
|
;;empty-notifications = false
|
|
|
|
|
|
|
|
; Number of seconds in between requests
|
|
|
|
;;interval = 10
|
|
|
|
|
|
|
|
; Available tags:
|
|
|
|
; <label> (default)
|
|
|
|
;;format = <label>
|
|
|
|
|
|
|
|
; Available tokens:
|
|
|
|
; %notifications% (default)
|
|
|
|
; Default: Notifications: %notifications%
|
|
|
|
;;label = %notifications%
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/i3]
|
|
|
|
type = internal/i3
|
|
|
|
|
|
|
|
pin-workspaces = true
|
|
|
|
strip-wsnumbers = false
|
|
|
|
index-sort = true
|
|
|
|
|
|
|
|
enable-click = true
|
|
|
|
enable-scroll = true
|
|
|
|
|
|
|
|
wrapping-scroll = false
|
|
|
|
reverse-scroll = false
|
|
|
|
|
|
|
|
;①②③④⑤⑥⑦⑧⑨⑩
|
|
|
|
;
|
|
|
|
ws-icon-0 = "2;"
|
|
|
|
ws-icon-1 = "3;"
|
|
|
|
ws-icon-2 = "4;"
|
|
|
|
ws-icon-3 = "5;"
|
|
|
|
ws-icon-4 = "6;"
|
|
|
|
ws-icon-5 = "7;"
|
|
|
|
ws-icon-6 = "8;"
|
|
|
|
ws-icon-7 = "9;"
|
|
|
|
ws-icon-8 = "10;"
|
|
|
|
ws-icon-9 = "1;"
|
|
|
|
ws-icon-default = "null"
|
|
|
|
|
|
|
|
format = <label-state> <label-mode>
|
|
|
|
label-focused = %icon% %name%
|
|
|
|
label-focused-foreground = ${color.fg}
|
|
|
|
label-focused-background = ${color.ac}
|
|
|
|
label-focused-underline = ${color.ac}
|
|
|
|
label-focused-padding = 1
|
|
|
|
|
|
|
|
label-unfocused = %icon% %name%
|
|
|
|
label-unfocused-foreground = ${color.fg}
|
|
|
|
label-unfocused-background = ${color.mf}
|
|
|
|
label-unfocused-underline = ${color.mf}
|
|
|
|
label-unfocused-padding = 1
|
|
|
|
|
|
|
|
label-visible = %icon% %name%
|
|
|
|
label-visible-underline = ${color.ac}
|
|
|
|
label-visible-padding = 1
|
|
|
|
|
|
|
|
label-mode = %mode%
|
|
|
|
label-mode-padding = 2
|
|
|
|
label-mode-background = ${color.ac}
|
|
|
|
|
|
|
|
label-urgent = %icon% %name%
|
|
|
|
label-urgent-foreground = ${color.fg}
|
|
|
|
label-urgent-background = ${color.red}
|
|
|
|
label-urgent-padding = 1
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/memory]
|
|
|
|
type = internal/memory
|
|
|
|
|
|
|
|
interval = 3
|
|
|
|
|
|
|
|
format = <label>
|
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
label = "%mb_used%"
|
|
|
|
|
|
|
|
[module/memory_i]
|
|
|
|
type = internal/memory
|
|
|
|
|
|
|
|
interval = 3
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
format =
|
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fgs}
|
2020-09-04 22:10:45 +00:00
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/mpd]
|
|
|
|
type = internal/mpd
|
|
|
|
|
|
|
|
interval = 2
|
|
|
|
|
|
|
|
format-online = <label-song> <icon-next>
|
|
|
|
format-online-background = ${color.mf}
|
|
|
|
format-online-padding = 1
|
|
|
|
|
|
|
|
label-song = "%artist% - %title%"
|
|
|
|
label-song-maxlen = 20
|
|
|
|
label-song-ellipsis = true
|
|
|
|
|
|
|
|
label-offline = "MPD is offline"
|
|
|
|
|
|
|
|
icon-play =
|
|
|
|
icon-pause =
|
|
|
|
icon-stop =
|
|
|
|
icon-prev =
|
|
|
|
icon-next =
|
|
|
|
|
|
|
|
[module/mpd_i]
|
|
|
|
type = internal/mpd
|
|
|
|
interval = 2
|
|
|
|
|
|
|
|
format-online = <toggle>
|
|
|
|
format-online-background = ${color.red}
|
|
|
|
format-online-padding = 1
|
|
|
|
icon-play =
|
|
|
|
icon-pause =
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/network]
|
|
|
|
type = internal/network
|
|
|
|
|
|
|
|
interface = wlp3s0
|
|
|
|
interval = 1.0
|
|
|
|
|
|
|
|
accumulate-stats = true
|
|
|
|
unknown-as-up = true
|
|
|
|
|
|
|
|
format-connected = <label-connected>
|
|
|
|
format-connected-background = ${color.mf}
|
|
|
|
format-connected-foreground = ${color.fg}
|
|
|
|
format-connected-padding = 1
|
|
|
|
|
|
|
|
format-disconnected = <label-disconnected>
|
|
|
|
format-disconnected-background = ${color.mf}
|
|
|
|
format-disconnected-foreground = ${color.fg}
|
|
|
|
format-disconnected-padding = 1
|
|
|
|
|
|
|
|
label-connected = "%essid%"
|
|
|
|
label-disconnected = "Disconnected"
|
|
|
|
|
|
|
|
[module/network_i]
|
|
|
|
type = internal/network
|
|
|
|
interface = wlp3s0
|
|
|
|
|
|
|
|
interval = 1.0
|
|
|
|
accumulate-stats = true
|
|
|
|
unknown-as-up = true
|
|
|
|
|
|
|
|
format-connected = <ramp-signal>
|
|
|
|
format-connected-background = ${color.purple}
|
|
|
|
format-connected-foreground = ${color.fg}
|
|
|
|
format-connected-padding = 1
|
|
|
|
|
|
|
|
format-disconnected = <label-disconnected>
|
|
|
|
format-disconnected-background = ${color.purple}
|
|
|
|
format-disconnected-foreground = ${color.fg}
|
|
|
|
format-disconnected-padding = 1
|
|
|
|
|
|
|
|
label-disconnected =
|
|
|
|
|
|
|
|
ramp-signal-0 =
|
|
|
|
ramp-signal-1 =
|
|
|
|
ramp-signal-2 =
|
|
|
|
ramp-signal-3 =
|
|
|
|
ramp-signal-4 =
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/pulseaudio]
|
|
|
|
type = internal/pulseaudio
|
|
|
|
|
|
|
|
sink = alsa_output.pci-0000_12_00.3.analog-stereo
|
|
|
|
use-ui-max = true
|
|
|
|
|
|
|
|
interval = 5
|
|
|
|
|
|
|
|
format-volume = <label-volume>
|
|
|
|
format-volume-background = ${color.mf}
|
|
|
|
format-volume-foreground = ${color.fg}
|
|
|
|
format-volume-padding = 1
|
|
|
|
|
|
|
|
label-muted = Muted
|
|
|
|
format-muted-background = ${color.mf}
|
|
|
|
format-muted-foreground = ${color.red}
|
|
|
|
format-muted-padding = 1
|
|
|
|
|
|
|
|
[module/pulseaudio_i]
|
|
|
|
type = internal/alsa
|
|
|
|
|
|
|
|
format-volume = <ramp-volume>
|
2020-09-05 11:43:37 +00:00
|
|
|
format-volume-background = ${color.mf}
|
2020-09-04 22:10:45 +00:00
|
|
|
format-volume-foreground = ${color.fg}
|
|
|
|
format-volume-padding = 1
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
format-muted-background = ${color.mf}
|
|
|
|
format-muted-foreground = ${color.fgl}
|
2020-09-04 22:10:45 +00:00
|
|
|
format-muted-padding = 1
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
label-muted = ""
|
2020-09-04 22:10:45 +00:00
|
|
|
label-muted-foreground = ${color.fg}
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
ramp-volume-0 =
|
|
|
|
ramp-volume-1 =
|
|
|
|
ramp-volume-2 =
|
|
|
|
ramp-volume-3 =
|
|
|
|
ramp-volume-4 =
|
|
|
|
ramp-headphones-0 =
|
|
|
|
ramp-headphones-1 =
|
2020-09-04 22:10:45 +00:00
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/temperature]
|
|
|
|
type = internal/temperature
|
|
|
|
|
|
|
|
interval = 0.5
|
|
|
|
thermal-zone = 0
|
|
|
|
|
|
|
|
warn-temperature = 60
|
|
|
|
units = true
|
|
|
|
|
|
|
|
format = <label>
|
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
format-warn = <label-warn>
|
|
|
|
format-warn-background = ${color.mf}
|
|
|
|
format-warn-foreground = ${color.red}
|
|
|
|
format-warn-padding = 1
|
|
|
|
|
|
|
|
label = %temperature-c%
|
|
|
|
label-warn = "%temperature-c%"
|
|
|
|
|
|
|
|
[module/temperature_i]
|
|
|
|
type = internal/temperature
|
|
|
|
|
|
|
|
interval = 0.5
|
|
|
|
thermal-zone = 0
|
|
|
|
|
|
|
|
warn-temperature = 60
|
|
|
|
units = true
|
|
|
|
|
|
|
|
format = <ramp>
|
|
|
|
format-background = ${color.cyan}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
format-warn = <ramp>
|
|
|
|
format-warn-background = ${color.cyan}
|
|
|
|
format-warn-foreground = ${color.fg}
|
|
|
|
format-warn-padding = 1
|
|
|
|
|
|
|
|
ramp-0 =
|
|
|
|
ramp-1 =
|
|
|
|
ramp-2 =
|
|
|
|
ramp-3 =
|
|
|
|
ramp-4 =
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/keyboard]
|
|
|
|
type = internal/xkeyboard
|
|
|
|
|
|
|
|
blacklist-0 = num lock
|
|
|
|
blacklist-1 = scroll lock
|
|
|
|
|
|
|
|
format = "<label-layout><label-indicator>"
|
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fg}
|
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
label-layout = "%layout%"
|
|
|
|
label-indicator = %name%
|
|
|
|
label-indicator-foreground = ${color.fg}
|
|
|
|
|
|
|
|
[module/keyboard_i]
|
|
|
|
type = internal/xkeyboard
|
|
|
|
|
|
|
|
blacklist-0 = num lock
|
|
|
|
blacklist-1 = scroll lock
|
|
|
|
|
2020-09-05 11:43:37 +00:00
|
|
|
format =
|
|
|
|
format-background = ${color.mf}
|
|
|
|
format-foreground = ${color.fgo}
|
2020-09-04 22:10:45 +00:00
|
|
|
format-padding = 1
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/title]
|
|
|
|
type = internal/xwindow
|
|
|
|
|
|
|
|
format = <label>
|
|
|
|
format-foreground = ${color.fg-alt}
|
|
|
|
|
|
|
|
label = %title%
|
|
|
|
label-maxlen = 40
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
[module/workspaces]
|
|
|
|
type = internal/xworkspaces
|
|
|
|
|
|
|
|
|
|
|
|
pin-workspaces = true
|
|
|
|
strip-wsnumbers = false
|
|
|
|
index-sort = true
|
|
|
|
|
|
|
|
enable-click = true
|
|
|
|
enable-scroll = true
|
|
|
|
;
|
|
|
|
;icon-0 = 1;1
|
|
|
|
;icon-1 = 2;2
|
|
|
|
;icon-2 = 3;3
|
|
|
|
;icon-3 = 4;4
|
|
|
|
;icon-4 = 5;5
|
|
|
|
;icon-5 = 6;6
|
|
|
|
;icon-6 = 7;7
|
|
|
|
;icon-7 = 8;8
|
|
|
|
;icon-8 = 9;9
|
|
|
|
;icon-9 = 10;0
|
|
|
|
;icon-default =
|
|
|
|
;
|
|
|
|
icon-0 = 1;www
|
|
|
|
icon-1 = 2;prog
|
|
|
|
icon-2 = 3;debug
|
|
|
|
icon-3 = 4;chat
|
|
|
|
icon-4 = 5;λ
|
|
|
|
icon-6 = 6;</>
|
|
|
|
icon-7 = 7;study
|
|
|
|
icon-8 = 8;music
|
|
|
|
icon-9 = 9;youtube
|
|
|
|
icon-default = null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
format = <label-state>
|
|
|
|
format-padding = 0
|
|
|
|
|
|
|
|
label-monitor = %name%
|
|
|
|
|
|
|
|
label-active = %icon%
|
|
|
|
label-active-foreground = ${color.fg}
|
|
|
|
label-active-background = ${color.ac}
|
|
|
|
|
|
|
|
label-occupied = %icon%
|
|
|
|
label-occupied-foreground = ${color.fg}
|
|
|
|
label-occupied-background = ${color.bg}
|
|
|
|
|
|
|
|
label-urgent = %icon%
|
|
|
|
label-urgent-foreground = ${color.fg}
|
|
|
|
label-urgent-background = ${color.red}
|
|
|
|
|
|
|
|
label-empty = %icon%
|
|
|
|
label-empty-foreground = ${color.fg}
|
|
|
|
label-empty-background = ${color.mf}
|
|
|
|
|
|
|
|
label-active-padding = 1
|
|
|
|
label-urgent-padding = 1
|
|
|
|
label-occupied-padding = 1
|
|
|
|
label-empty-padding = 1
|
|
|
|
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
;; __________ ______
|
|
|
|
;; / ____/ __ \/ ____/
|
|
|
|
;; / __/ / / / / /_
|
|
|
|
;; / /___/ /_/ / __/
|
|
|
|
;; /_____/\____/_/
|
|
|
|
;;
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|