mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-28 18:28:39 -05:00
785 lines
16 KiB
INI
785 lines
16 KiB
INI
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
;;
|
|
;; __ ___ __ __
|
|
;; / |/ /___ ____/ /_ __/ /__ _____
|
|
;; / /|_/ / __ \/ __ / / / / / _ \/ ___/
|
|
;; / / / / /_/ / /_/ / /_/ / / __(__ )
|
|
;; /_/ /_/\____/\__,_/\__,_/_/\___/____/
|
|
;;
|
|
;; Created By Wayne McLean @The-Repo-Club
|
|
;;
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[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.bright_cyan}
|
|
format-volume-foreground = ${color.fg}
|
|
format-volume-padding = 1
|
|
|
|
format-muted-background = ${color.bright_cyan}
|
|
format-muted-foreground = ${color.red}
|
|
format-muted-padding = 1
|
|
|
|
label-muted = " "
|
|
label-muted-foreground = ${color.fg}
|
|
|
|
ramp-volume-0 = " "
|
|
ramp-volume-1 = " "
|
|
ramp-volume-2 = " "
|
|
ramp-volume-3 = " "
|
|
ramp-volume-4 = " "
|
|
ramp-headphones-0 = " "
|
|
ramp-headphones-1 = " "
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/backlight]
|
|
type = internal/xbacklight
|
|
|
|
card = intel_backlight
|
|
|
|
format = <label>
|
|
format-background = ${color.mf}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
label = %percentage%%
|
|
|
|
[module/backlight_i]
|
|
type = internal/xbacklight
|
|
|
|
card = intel_backlight
|
|
|
|
format = <ramp>
|
|
format-background = ${color.bright_green}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
ramp-0 =
|
|
ramp-1 =
|
|
ramp-2 =
|
|
ramp-3 =
|
|
ramp-4 =
|
|
ramp-5 =
|
|
ramp-6 =
|
|
ramp-7 =
|
|
ramp-8 =
|
|
ramp-9 =
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/battery]
|
|
type = internal/battery
|
|
|
|
full-at = 99
|
|
|
|
battery = BAT0
|
|
adapter = ACAD
|
|
|
|
poll-interval = 2
|
|
time-format = %H:%M
|
|
|
|
format-charging = <label-charging>
|
|
format-charging-background = ${color.cyan}
|
|
format-charging-foreground = ${color.fg}
|
|
format-charging-padding = 1
|
|
|
|
format-discharging = <label-discharging>
|
|
format-discharging-background = ${color.cyan}
|
|
format-discharging-foreground = ${color.fg}
|
|
format-discharging-padding = 1
|
|
|
|
label-charging = %percentage%%
|
|
label-discharging = %percentage%%
|
|
|
|
label-full = Fully Charged
|
|
label-full-background = ${color.cyan}
|
|
label-full-foreground = ${color.fg}
|
|
label-full-padding = 1
|
|
|
|
[module/battery_i]
|
|
type = internal/battery
|
|
|
|
full-at = 99
|
|
battery = BAT0
|
|
adapter = ACAD
|
|
|
|
poll-interval = 2
|
|
time-format = %H:%M
|
|
|
|
format-charging = <animation-charging>
|
|
format-charging-background = ${color.red}
|
|
format-charging-foreground = ${color.fg}
|
|
format-charging-padding = 1
|
|
|
|
format-discharging = <ramp-capacity>
|
|
format-discharging-background = ${color.red}
|
|
format-discharging-foreground = ${color.fg}
|
|
format-discharging-padding = 1
|
|
|
|
label-charging = %percentage%%
|
|
label-discharging = %percentage%%
|
|
|
|
label-full =
|
|
label-full-background = ${color.red}
|
|
label-full-foreground = ${color.fg}
|
|
label-full-padding = 1
|
|
|
|
ramp-capacity-0 =
|
|
ramp-capacity-1 =
|
|
ramp-capacity-2 =
|
|
ramp-capacity-3 =
|
|
ramp-capacity-4 =
|
|
|
|
animation-charging-0 =
|
|
animation-charging-1 =
|
|
animation-charging-2 =
|
|
animation-charging-3 =
|
|
animation-charging-4 =
|
|
animation-charging-5 =
|
|
|
|
animation-charging-framerate = 750
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/cpu]
|
|
type = internal/cpu
|
|
|
|
interval = 0.5
|
|
|
|
format = <label>
|
|
format-background = ${color.cyan}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
label = "%percentage%%"
|
|
|
|
[module/cpu_i]
|
|
type = internal/cpu
|
|
|
|
interval = 0.5
|
|
|
|
format =
|
|
format-background = ${color.red}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/date]
|
|
type = internal/date
|
|
|
|
interval = 1.0
|
|
|
|
date = %d %B %Y
|
|
date-alt = %d-%m-%Y
|
|
|
|
time = %I:%M %p
|
|
time-alt = %H:%M
|
|
|
|
format = <label>
|
|
format-background = ${color.cyan}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
label = "%date% %time%"
|
|
|
|
[module/date_i]
|
|
type = internal/date
|
|
|
|
interval = 1.0
|
|
|
|
time =
|
|
time-alt =
|
|
|
|
format = <label>
|
|
format-background = ${color.red}
|
|
format-foreground = ${color.fg}
|
|
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.cyan}
|
|
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 = %mountpoint% : %used%/%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.red}
|
|
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/homesystem]
|
|
type = internal/fs
|
|
|
|
mount-0 = /home
|
|
|
|
interval = 10
|
|
fixed-values = true
|
|
|
|
format-mounted = <label-mounted>
|
|
format-mounted-background = ${color.cyan}
|
|
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 = %mountpoint% : %used%/%free%
|
|
label-unmounted = %mountpoint%: not mounted
|
|
|
|
[module/homesystem_i]
|
|
type = internal/fs
|
|
|
|
mount-0 = /home
|
|
interval = 10
|
|
fixed-values = true
|
|
|
|
format-mounted =
|
|
format-mounted-background = ${color.red}
|
|
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/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
|
|
|
|
fuzzy-match = false
|
|
|
|
ws-icon-1 = 1: Terminal;一
|
|
ws-icon-2 = 2: Editor;二
|
|
ws-icon-3 = 3: Files;三
|
|
ws-icon-4 = 4: Graphics;四
|
|
ws-icon-5 = 5: Music;五
|
|
ws-icon-6 = 6: WebBrowser;六
|
|
ws-icon-7 = 7: Mail;七
|
|
ws-icon-8 = 8: Games;八
|
|
ws-icon-9 = 9: Chat;九
|
|
ws-icon-0 = 10: Settings;零
|
|
ws-icon-default = ""
|
|
|
|
format = <label-state><label-mode>
|
|
label-mode = %mode%
|
|
label-mode-padding = 1
|
|
label-mode-foreground = ${color.fg}
|
|
label-mode-background = ${color.cyan}
|
|
|
|
label-focused = %icon% %name%
|
|
label-focused-foreground = ${color.fg}
|
|
label-focused-background = ${color.bright_cyan}
|
|
label-focused-underline = ${color.bright_cyan}
|
|
label-focused-padding = 1
|
|
|
|
label-unfocused = %icon% %name%
|
|
label-unfocused-foreground = ${color.fg}
|
|
label-unfocused-background = ${color.cyan}
|
|
label-unfocused-underline = ${color.cyan}
|
|
label-unfocused-padding = 1
|
|
|
|
label-visible = %icon% %name%
|
|
label-visible-foreground = ${color.fg}
|
|
label-visible-background = ${color.cyan}
|
|
label-visible-underline = ${color.cyan}
|
|
label-visible-padding = 1
|
|
|
|
label-urgent = %icon% %name%
|
|
label-urgent-foreground = ${color.fg}
|
|
label-urgent-background = ${color.red}
|
|
label-urgent-padding = 1
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/bspwm]
|
|
type = internal/bspwm
|
|
|
|
pin-workspaces = true
|
|
inline-mode = false
|
|
|
|
enable-click = true
|
|
enable-scroll = true
|
|
|
|
wrapping-scroll = false
|
|
reverse-scroll = false
|
|
|
|
fuzzy-match = false
|
|
|
|
ws-icon-1 = 1: Terminal;
|
|
ws-icon-2 = 2: Editor;
|
|
ws-icon-3 = 3: Files;
|
|
ws-icon-4 = 4: Graphics;
|
|
ws-icon-5 = 5: Music;
|
|
ws-icon-6 = 6: WebBrowser;
|
|
ws-icon-7 = 7: Mail;
|
|
ws-icon-8 = 8: VirtualBox;
|
|
ws-icon-9 = 9: Chat;
|
|
ws-icon-0 = 10: Settings;
|
|
ws-icon-default = ""
|
|
|
|
format = <label-state> <label-mode>
|
|
label-monitor = %name%
|
|
|
|
label-dimmed-foreground = ${color.fg}
|
|
label-dimmed-underline = ${bar/top.background}
|
|
label-dimmed-focused-background = ${color.ac}
|
|
label-dimmed-padding = 1
|
|
|
|
label-focused = %icon% %name%
|
|
label-focused-foreground = ${color.fg}
|
|
label-focused-background = ${color.ac}
|
|
label-focused-underline = ${color.ac}
|
|
label-focused-padding = 1
|
|
|
|
label-occupied = %icon% %name%
|
|
label-occupied-underline = ${color.mf}
|
|
label-occupied-padding = 1
|
|
|
|
label-urgent = %icon% %name%
|
|
label-urgent-foreground = ${color.fg}
|
|
label-urgent-background = ${color.red}
|
|
label-urgent-underline = ${color.ac}
|
|
label-urgent-padding = 1
|
|
|
|
label-empty = %icon% %name%
|
|
label-empty-foreground = ${color.fg}
|
|
|
|
label-separator = |
|
|
label-separator-padding = 2
|
|
label-separator-foreground = ${color.fg}
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/memory]
|
|
type = internal/memory
|
|
|
|
interval = 3
|
|
|
|
format = <label>
|
|
format-background = ${color.cyan}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
label = "%gb_used%/%gb_free%"
|
|
|
|
[module/memory_i]
|
|
type = internal/memory
|
|
|
|
interval = 3
|
|
|
|
format =
|
|
format-background = ${color.red}
|
|
format-foreground = ${color.fg}
|
|
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 = ${env:DEFAULT_NETWORK_INTERFACE:enp0s20f0u2}
|
|
interval = 1.0
|
|
|
|
accumulate-stats = true
|
|
unknown-as-up = true
|
|
|
|
format-connected = <label-connected>
|
|
format-connected-background = ${color.cyan}
|
|
format-connected-foreground = ${color.fg}
|
|
format-connected-padding = 1
|
|
|
|
format-disconnected = <label-disconnected>
|
|
format-disconnected-background = ${color.cyan}
|
|
format-disconnected-foreground = ${color.fg}
|
|
format-disconnected-padding = 1
|
|
|
|
label-connected = "%upspeed% | %downspeed%"
|
|
label-disconnected = "Disconnected"
|
|
|
|
[module/network_i]
|
|
type = internal/network
|
|
|
|
interface = ${env:DEFAULT_NETWORK_INTERFACE:enp0s20f0u2}
|
|
|
|
interval = 1.0
|
|
accumulate-stats = true
|
|
unknown-as-up = true
|
|
|
|
format-connected = <ramp-signal>
|
|
format-connected-background = ${color.red}
|
|
format-connected-foreground = ${color.fg}
|
|
format-connected-padding = 1
|
|
|
|
format-disconnected = <label-disconnected>
|
|
format-disconnected-background = ${color.red}
|
|
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_analog]
|
|
type = internal/pulseaudio
|
|
|
|
sink = alsa_output.pci-0000_00_1f.3.analog-stereo
|
|
use-ui-max = true
|
|
|
|
interval = 5
|
|
|
|
format-volume = <label-volume>
|
|
format-volume-background = ${color.cyan}
|
|
format-volume-foreground = ${color.fg}
|
|
format-volume-padding = 1
|
|
|
|
label-muted = Muted
|
|
format-muted-background = ${color.cyan}
|
|
format-muted-foreground = ${color.fg}
|
|
format-muted-padding = 1
|
|
|
|
[module/pulseaudio_analog_i]
|
|
type = internal/pulseaudio
|
|
|
|
sink = alsa_output.pci-0000_00_1f.3.analog-stereo
|
|
use-ui-max = true
|
|
|
|
interval = 5
|
|
|
|
format-volume = <ramp-volume>
|
|
format-volume-background = ${color.red}
|
|
format-volume-foreground = ${color.fg}
|
|
format-volume-padding = 1
|
|
|
|
format-muted-background = ${color.red}
|
|
format-muted-foreground = ${color.fg}
|
|
format-muted-padding = 1
|
|
|
|
label-muted = ""
|
|
label-muted-foreground = ${color.fg}
|
|
|
|
ramp-volume-0 = 奄
|
|
ramp-volume-1 = 墳
|
|
ramp-volume-2 = 墳
|
|
ramp-volume-3 =
|
|
ramp-volume-4 =
|
|
ramp-headphones-0 = ﳌ
|
|
ramp-headphones-1 =
|
|
|
|
[module/pulseaudio_hdmi]
|
|
type = internal/pulseaudio
|
|
|
|
sink = alsa_output.pci-0000_01_00.1.hdmi-stereo
|
|
use-ui-max = true
|
|
|
|
interval = 5
|
|
|
|
format-volume = <label-volume>
|
|
format-volume-background = ${color.cyan}
|
|
format-volume-foreground = ${color.fg}
|
|
format-volume-padding = 1
|
|
|
|
label-muted = Muted
|
|
format-muted-background = ${color.cyan}
|
|
format-muted-foreground = ${color.fg}
|
|
format-muted-padding = 1
|
|
|
|
[module/pulseaudio_hdmi_i]
|
|
type = internal/pulseaudio
|
|
|
|
sink = alsa_output.pci-0000_01_00.1.hdmi-stereo
|
|
use-ui-max = true
|
|
|
|
interval = 5
|
|
|
|
format-volume = <ramp-volume>
|
|
format-volume-background = ${color.red}
|
|
format-volume-foreground = ${color.fg}
|
|
format-volume-padding = 1
|
|
|
|
format-muted-background = ${color.red}
|
|
format-muted-foreground = ${color.fg}
|
|
format-muted-padding = 1
|
|
|
|
label-muted = "婢"
|
|
label-muted-foreground = ${color.fg}
|
|
|
|
ramp-volume-0 = 奄
|
|
ramp-volume-1 = 墳
|
|
ramp-volume-2 = 墳
|
|
ramp-volume-3 =
|
|
ramp-volume-4 =
|
|
ramp-headphones-0 = ﳌ
|
|
ramp-headphones-1 =
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[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 = %{A1:i3-cheat &:}<label-layout> <label-indicator>%{A}
|
|
format-background = ${color.cyan}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
label-layout = %layout%
|
|
label-indicator-on = %name%
|
|
label-indicator-foreground = ${color.fg}
|
|
|
|
[module/keyboard_i]
|
|
type = internal/xkeyboard
|
|
|
|
blacklist-0 = num lock
|
|
blacklist-1 = scroll lock
|
|
|
|
format = %{A1:i3-cheat &:}%{A}
|
|
format-background = ${color.red}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/title]
|
|
type = internal/xwindow
|
|
|
|
format = <label>
|
|
format-background = ${color.bg}
|
|
format-foreground = ${color.fg-alt}
|
|
format-padding = 1
|
|
|
|
label = %title%
|
|
label-maxlen = 60
|
|
|
|
[module/title_i]
|
|
type = custom/text
|
|
|
|
format =
|
|
format-background = ${color.bright_orange}
|
|
format-foreground = ${color.fg}
|
|
format-padding = 1
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/workspaces]
|
|
type = internal/xworkspaces
|
|
|
|
pin-workspaces = true
|
|
strip-wsnumbers = false
|
|
index-sort = true
|
|
|
|
enable-click = true
|
|
enable-scroll = true
|
|
|
|
wrapping-scroll = true
|
|
reverse-scroll = true
|
|
|
|
fuzzy-match = false
|
|
|
|
icon-1 = 1: Terminal;一
|
|
icon-2 = 2: Editor;二
|
|
icon-3 = 3: Files;三
|
|
icon-4 = 4: Graphics;四
|
|
icon-5 = 5: Music;五
|
|
icon-6 = 6: WebBrowser;六
|
|
icon-7 = 7: Mail;七
|
|
icon-8 = 8: Games;八
|
|
icon-9 = 9: Chat;九
|
|
icon-0 = 10: Settings;零
|
|
icon-default = ""
|
|
|
|
format = <label-state>
|
|
format-padding = 0
|
|
|
|
label-monitor = %name%
|
|
label-active = %name% %icon%
|
|
label-active-foreground = ${color.fg}
|
|
label-active-background = ${color.ac}
|
|
|
|
label-occupied = %name% %icon%
|
|
label-occupied-foreground = ${color.fg}
|
|
label-occupied-background = ${color.cyan}
|
|
|
|
label-urgent = %name% %icon%
|
|
label-urgent-foreground = ${color.fg}
|
|
label-urgent-background = ${color.red}
|
|
|
|
label-empty =
|
|
label-empty-foreground = ${color.fg}
|
|
label-empty-background = ${color.mf}
|
|
|
|
label-active-padding = 2
|
|
label-urgent-padding = 2
|
|
label-occupied-padding = 2
|
|
label-empty-padding = 2
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
[module/tray]
|
|
type = internal/tray
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
;; __________ ______
|
|
;; / ____/ __ \/ ____/
|
|
;; / __/ / / / / /_
|
|
;; / /___/ /_/ / __/
|
|
;; /_____/\____/_/
|
|
;;
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|