131 lines
2.8 KiB
Plaintext

;
; | '__/ _ \ / _` / __| Roger González
; | | | (_) | (_| \__ \ https://rogs.me
; |_| \___/ \__, |___/ https://git.rogs.me
; |___/
[colors]
accent = #fba922
[bar/top]
enable-ipc = true
width = 100%
height = 40
;background = #222
background = #000
foreground = #fff
overline-size = 10
overline-color = ${self.background}
underline-size = 10
underline-color = ${self.background}
padding-left = 1
padding-right = 1
module-margin-left = 1
module-margin-right = 1
font-0 = NotoSans-Regular:size=20;0
font-1 = MaterialIcons:size=20;2
font-2 = Termsynu:size=20;0
font-3 = Siji:pixelsize=20;1
font-4 = FontAwesome:size=20;0
modules-left = i3
modules-center = xwindow
modules-right = pulseaudio xkeyboard xbacklight cpu memory wireless-network battery clock
; tray-position = right
[module/xbacklight]
type = internal/xbacklight
format-prefix = "BL: "
label = %percentage:2%%
[module/i3]
type = internal/i3
format = <label-state> <label-mode>
pin-workspaces = true
label-dimmed-underline = ${root.background}
label-focused = %name%
label-focused-foreground = #f3f3f3
label-focused-background = ${root.background}
label-focused-underline = #75d85a
label-focused-font = 4
label-focused-padding = 3
label-unfocused = %name%
label-unfocused-underline = #000
label-unfocused-font = 4
label-unfocused-padding = 3
label-urgent = %name%
label-urgent-foreground = #000000
label-urgent-background = #bd2c40
label-urgent-underline = #9b0a20
label-urgent-font = 4
label-urgent-padding = 4
label-visible = %name%
label-visible-foreground = #55ffffff
label-visible-font = 4
label-visible-padding = 4
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = " "
format-underline = #f90000
label = %percentage:2%%
[module/memory]
type = internal/memory
interval = 2
format-prefix = "  "
format-underline = #4bffdc
label = %percentage_used%%
[module/wireless-network]
type = internal/network
interface = wlp2s0
interval = 2.0
ping-interval = 10
label-connected =  %essid%
label-disconnected =  not connected
label-disconnected-foreground = #66
[module/clock]
type = internal/date
interval = 5
format-padding = 5
format-foreground = #fff
date = %%{F#bb} %d-%m-%Y%%{F-} %%{F#ee} %H:%M%%{F-}
[module/battery]
type = internal/battery
full-at = 100
format-charging = %{T3}  <label-charging> %{T-}
format-discharging = %{T3} <label-discharging> %{T-}
format-full = %{T3} <label-full> %{T-}
label-charging-font = 3
label-discharging-font = 3
label-full = '100%'
[module/xwindow]
type = internal/xwindow
label-maxlen = 75
label-foreground = #FFF
[module/xkeyboard]
type = internal/xkeyboard
format-prefix = "layout: "
label-layout = %layout%
[module/pulseaudio]
type = internal/pulseaudio
label-volume =  %percentage%%
label-muted = 
label-muted-foreground = #666