|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 |
- [module/obspace]
- type = custom/text
- content-foreground = ${colors.primary}
- content-padding = 0
- content = %{T2} %{T-}
-
- [module/obspace-inv]
- type = custom/text
- content-background = ${colors.primary}
- content-padding = 0
- content = %{T2} %{T-}
-
- [module/obswedge-l]
- type = custom/text
- content-foreground = ${colors.primary}
- content-padding = 0
- content = %{T2}%{T-}
-
- [module/obswedge-r]
- type = custom/text
- content-foreground = ${colors.primary}
- content-padding = 0
- content = %{T2}%{T-}
-
- [module/obswoosh]
- type = custom/text
- content-foreground = ${colors.primary}
- content-padding = 0
- content = %{T2}%{T-}
-
- [module/obsdigi-l]
- type = custom/text
- content-foreground = ${colors.primary}
- content-padding = 0
- content = %{T4}%{T-}
-
- [module/obsdigi-r]
- type = custom/text
- content-foreground = ${colors.primary}
- content-padding = 0
- content = %{T4}%{T-}
-
- [module/xwindow]
- type = internal/xwindow
- label = %title:0:30:...%
-
- [module/xkeyboard]
- ; Not sure, but I think this may be broken
- ; Cutting off half of the icon in the prefix
- ; and adding an extra space at the end where there shouldn't be any.
- type = internal/xkeyboard
- blacklist-0 = num lock
-
- format-prefix = " "
- format-prefix-foreground = ${colors.background}
- format-prefix-background = ${colors.primary}
-
- label-layout = "%layout% "
- label-layout-foreground = ${colors.background}
- label-layout-background = ${colors.primary}
-
- ;label-indicator-padding = 0
- ;label-indicator-margin = 0
- label-indicator-foreground = ${colors.background}
- label-indicator-background = ${colors.primary}
-
- [module/filesystem]
- type = internal/fs
- interval = 25
- spacing = 1
-
- mount-0 = /
- mount-1 = /home
-
- ;label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
- label-mounted = "[%mountpoint%]: %percentage_used%%"
- label-foreground = ${colors.background}
- label-background = ${colors.primary}
- label-unmounted = %mountpoint% not mounted
- label-unmounted-foreground = ${colors.background}
- label-unmounted-background = ${colors.primary}
-
- [module/bspwm]
- type = internal/bspwm
-
- label-focused = %index%
- label-focused-background = ${colors.background-alt}
- label-focused-underline= ${colors.primary}
- label-focused-padding = 2
-
- label-occupied = %index%
- label-occupied-padding = 2
-
- label-urgent = %index%!
- label-urgent-background = ${colors.alert}
- label-urgent-padding = 2
-
- label-empty = %index%
- label-empty-foreground = ${colors.foreground-alt}
- label-empty-padding = 2
-
- ; Separator in between workspaces
- ; label-separator = |
-
- [module/i3]
- type = internal/i3
- format = <label-state> <label-mode>
- index-sort = true
- wrapping-scroll = false
-
- ; Only show workspaces on the same output as the bar
- pin-workspaces = true
-
- label-mode-padding = 0
- label-mode-foreground = #000
- label-mode-background = ${colors.primary}
-
- ; focused = Active workspace on focused monitor
- label-focused = %{T2}%{T-}%index%%{T2}%{T-}
- label-focused-foreground = ${colors.primary}
- label-focused-background = ${colors.background}
- ;label-focused-underline= ${colors.background-alt}
- label-focused-padding = 0
-
- ; unfocused = Inactive workspace on any monitor
- label-unfocused = %{T2}%{T-}%index%%{T2}%{T-}
- label-unfocused-foreground = ${colors.background}
- label-unfocused-background = ${colors.primary}
- label-unfocused-padding = 0
-
- ; visible = Active workspace on unfocused monitor
- label-visible = %{T2}%{T-}%index%%{T2}%{T-}
- label-visible-background = ${self.label-focused-background}
- label-visible-foreground = ${self.label-focused-foreground}
- label-visible-padding = 0 ;${self.label-focused-padding}
-
- ; urgent = Workspace with urgency hint set
- label-urgent = %index%
- label-urgent-background = ${colors.alert}
- label-urgent-padding = 0
-
- ; Separator in between workspaces
- ; label-separator = |
-
-
- [module/mpd]
- type = internal/mpd
- format-online = <label-song> <icon-prev> <icon-stop> <toggle> <icon-next>
-
- icon-prev =
- icon-stop =
- icon-play =
- icon-pause =
- icon-next =
-
- label-song-maxlen = 25
- label-song-ellipsis = true
-
- [module/xbacklight]
- type = internal/xbacklight
-
- format = <label> <bar>
- label = BL
-
- 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 = ${colors.foreground-alt}
-
- [module/backlight-acpi]
- inherit = module/xbacklight
- type = internal/backlight
- card = intel_backlight
-
- [module/cpu]
- type = internal/cpu
- interval = 2
- format-prefix = " cpu:"
- format-prefix-background = ${colors.background}
- format-prefix-foreground = ${colors.primary}
- format-background = ${colors.background}
- format-foreground = ${colors.primary}
- ;format-underline = #f90000
- label = "%percentage:2%% "
-
- [module/memory]
- type = internal/memory
- interval = 2
- format-prefix = " %{T2}|%{T-} mem: "
- format-prefix-background = ${colors.background}
- format-prefix-foreground = ${colors.primary}
- format-background = ${colors.background}
- format-foreground = ${colors.primary}
- ;format-underline = #4bffdc
- label = "%percentage_used%% "
-
- [module/wlan]
- type = internal/network
- interface = net1
- interval = 3.0
-
- format-connected = <ramp-signal> <label-connected>
- format-connected-underline = #9f78e1
- label-connected = %essid%
-
- format-disconnected =
- ;format-disconnected = <label-disconnected>
- ;format-disconnected-underline = ${self.format-connected-underline}
- ;label-disconnected = %ifname% disconnected
- ;label-disconnected-foreground = ${colors.foreground-alt}
-
- ramp-signal-0 =
- ramp-signal-1 =
- ramp-signal-2 =
- ramp-signal-3 =
- ramp-signal-4 =
- ramp-signal-foreground = ${colors.foreground-alt}
-
- [module/eth]
- type = internal/network
- interface = eno1
- interval = 3.0
-
- format-connected-underline = #55aa55
- format-connected-prefix = " "
- format-connected-prefix-foreground = ${colors.foreground-alt}
- label-connected = %local_ip%
-
- format-disconnected =
- ;format-disconnected = <label-disconnected>
- ;format-disconnected-underline = ${self.format-connected-underline}
- ;label-disconnected = %ifname% disconnected
- ;label-disconnected-foreground = ${colors.foreground-alt}
-
- [module/date]
- type = internal/date
- interval = 5
-
- date =
- date-alt = " %Y-%m-%d"
-
- time = %H:%M:%S
- time-alt = "%H:%M:%S "
-
- format-prefix =
- format-prefix-background = ${colors.primary}
- format-prefix-foreground = ${colors.background}
-
- label = %date% %time%
- label-background = ${colors.primary}
- label-foreground = ${colors.background}
-
- [module/pulseaudio]
- type = internal/pulseaudio
-
- format-volume = <label-volume><bar-volume>
- format-volume-foreground = ${colors.background}
- format-volume-background = ${colors.primary}
-
- label-volume = " VOL %percentage%% "
- label-volume-foreground = ${colors.background}
- label-volume-background = ${colors.primary}
-
- label-muted = " muted"
- label-muted-foreground = ${colors.background-alt}
- label-muted-background = ${colors.primary}
-
- bar-volume-width = 5
- bar-volume-foreground-0 = ${colors.foreground}
- bar-volume-background-0 = ${colors.primary}
- bar-volume-foreground-1 = ${colors.foreground}
- bar-volume-background-1 = ${colors.primary}
- bar-volume-foreground-2 = ${colors.foreground-alt}
- bar-volume-background-2 = ${colors.primary}
- bar-volume-gradient = false
- bar-volume-indicator =
- bar-volume-indicator-font = 2
- bar-volume-indicator-background = ${colors.primary}
- bar-volume-fill = —
- bar-volume-fill-font = 2
- bar-volume-fill-foreground = ${colors.foreground}
- bar-volume-fill-background = ${colors.primary}
- bar-volume-empty = —
- bar-volume-empty-font = 2
- bar-volume-empty-foreground = ${colors.background-alt}
- bar-volume-empty-background = ${colors.primary}
-
- [module/alsa]
- type = internal/alsa
-
- format-volume = <label-volume> <bar-volume>
- label-volume = VOL
- label-volume-foreground = ${root.foreground}
-
- format-muted-prefix = " "
- format-muted-foreground = ${colors.foreground-alt}
- label-muted = sound muted
-
- bar-volume-width = 10
- bar-volume-foreground-0 = ${colors.primary}
- bar-volume-foreground-1 = ${colors.foreground}
- bar-volume-foreground-2 = ${colors.foreground-alt}
- bar-volume-gradient = false
- bar-volume-indicator = |
- bar-volume-indicator-font = 2
- bar-volume-fill = ─
- bar-volume-fill-font = 2
- bar-volume-empty = ─
- bar-volume-empty-font = 2
- bar-volume-empty-foreground = ${colors.foreground-alt}
-
- [module/battery]
- type = internal/battery
- battery = BAT0
- adapter = ADP1
- full-at = 98
-
- format-charging = <animation-charging> <label-charging>
- format-charging-underline = #ffb52a
-
- format-discharging = <animation-discharging> <label-discharging>
- format-discharging-underline = ${self.format-charging-underline}
-
- format-full-prefix = " "
- format-full-prefix-foreground = ${colors.foreground-alt}
- format-full-underline = ${self.format-charging-underline}
-
- ramp-capacity-0 =
- ramp-capacity-1 =
- ramp-capacity-2 =
- ramp-capacity-foreground = ${colors.foreground-alt}
-
- animation-charging-0 =
- animation-charging-1 =
- animation-charging-2 =
- animation-charging-foreground = ${colors.foreground-alt}
- animation-charging-framerate = 750
-
- animation-discharging-0 =
- animation-discharging-1 =
- animation-discharging-2 =
- animation-discharging-foreground = ${colors.foreground-alt}
- animation-discharging-framerate = 750
-
- [module/temperature]
- type = internal/temperature
- thermal-zone = 0
- warn-temperature = 60
-
- format = <ramp> <label>
- format-underline = #f50a4d
- format-warn = <ramp> <label-warn>
- format-warn-underline = ${self.format-underline}
-
- label = %temperature-c%
- label-warn = %temperature-c%
- label-warn-foreground = ${colors.secondary}
-
- ramp-0 =
- ramp-1 =
- ramp-2 =
- ramp-foreground = ${colors.foreground-alt}
-
- [module/powermenu]
- type = custom/menu
-
- expand-right = true
-
- format-spacing = 1
-
- label-open =
- label-open-foreground = ${colors.secondary}
- label-close = cancel
- label-close-foreground = ${colors.secondary}
- label-separator = |
- label-separator-foreground = ${colors.foreground-alt}
-
- menu-0-0 = reboot
- menu-0-0-exec = menu-open-1
- menu-0-1 = power off
- menu-0-1-exec = menu-open-2
-
- menu-1-0 = cancel
- menu-1-0-exec = menu-open-0
- menu-1-1 = reboot
- menu-1-1-exec = sudo reboot
-
- menu-2-0 = power off
- menu-2-0-exec = sudo poweroff
- menu-2-1 = cancel
- menu-2-1-exec = menu-open-0
-
-
|