98 lines
2.8 KiB
Plaintext
98 lines
2.8 KiB
Plaintext
|
#; vim:ft=dosini
|
||
|
[colors]
|
||
|
background = #00000000
|
||
|
foreground = #dfdfdf
|
||
|
border = #00000000
|
||
|
line = #5c7db4
|
||
|
alert = #cb4b16
|
||
|
inactive = #586e75
|
||
|
yellow = #b58900
|
||
|
green = #859900
|
||
|
cyan = #2aa198
|
||
|
violet = #6c71c4
|
||
|
magenta = #d33682
|
||
|
orange = #cb4b16
|
||
|
|
||
|
[bar/bar1]
|
||
|
width = 100%
|
||
|
height = 24
|
||
|
radius = 0
|
||
|
font-0 = Open Sans:pixelsize=12;2
|
||
|
font-1 = FontAwesome5Free:pizelsize=12;0
|
||
|
background = ${colors.background}
|
||
|
foreground = ${colors.foreground}
|
||
|
border-top-size = 10
|
||
|
border-left-size = 15
|
||
|
border-right-size = 15
|
||
|
border-color = ${colors.border}
|
||
|
line-size = 3
|
||
|
padding-left = 2
|
||
|
padding-right = 2
|
||
|
module-margin = 1
|
||
|
modules-left = i3
|
||
|
modules-center =
|
||
|
modules-right = pulseaudio cpu temperature memory date
|
||
|
scroll-up = i3wm-wsnext
|
||
|
scroll-down = i3wm-wsprev
|
||
|
|
||
|
[module/i3]
|
||
|
type = internal/i3
|
||
|
pin-workspaces = true
|
||
|
index-sort = true
|
||
|
enable-click = true
|
||
|
enable-scroll = true
|
||
|
wrapping-scroll = true
|
||
|
reverse-scroll = true
|
||
|
fuzzy-match = false
|
||
|
format = <label-state> <label-mode>
|
||
|
label-mode = %mode%
|
||
|
label-focused = %name%
|
||
|
label-focused-underline = ${colors.line}
|
||
|
label-focused-padding = 1
|
||
|
label-unfocused = %name%
|
||
|
label-unfocused-padding = 1
|
||
|
label-visible = %name%
|
||
|
label-visible-underline = ${colors.inactive}
|
||
|
label-visible-padding = 1
|
||
|
label-urgent = %name%
|
||
|
label-urgent-foreground = ${colors.alert}
|
||
|
label-urgent-underline = ${colors.alert}
|
||
|
label-urgent-padding = 1
|
||
|
|
||
|
[module/date]
|
||
|
type = internal/date
|
||
|
interval = 1
|
||
|
time = %H:%M
|
||
|
label = %time%
|
||
|
label-underline = ${colors.line}
|
||
|
|
||
|
[module/pulseaudio]
|
||
|
type = internal/pulseaudio
|
||
|
label-volume-underline = ${colors.line}
|
||
|
format-volume = <label-volume>
|
||
|
label-volume = %percentage%%
|
||
|
ramp-volume-0 = |>====|
|
||
|
ramp-volume-1 = |=>===|
|
||
|
ramp-volume-2 = |==>==|
|
||
|
ramp-volume-3 = |===>=|
|
||
|
ramp-volume-4 = |====>|
|
||
|
|
||
|
[module/cpu]
|
||
|
type = internal/cpu
|
||
|
label-underline = ${colors.line}
|
||
|
label = %percentage%%
|
||
|
|
||
|
[module/memory]
|
||
|
type = internal/memory
|
||
|
label = %gb_used%
|
||
|
label-underline = ${colors.line}
|
||
|
|
||
|
[module/temperature]
|
||
|
type = internal/temperature
|
||
|
label-underline = ${colors.line}
|
||
|
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input
|
||
|
|
||
|
|
||
|
|
||
|
|