mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
117 lines
2.6 KiB
INI
117 lines
2.6 KiB
INI
# vim: ft=dosini
|
|
|
|
[settings]
|
|
enable-ipc = true
|
|
screenchange-reload = true
|
|
pseudo-transparency = true
|
|
|
|
[colors]
|
|
background = #262A2B
|
|
foreground = #DFDFDF
|
|
secondary = #008DCD
|
|
alert = #FF6C6B
|
|
|
|
[bar/bar]
|
|
monitor = ${env:MONITOR_MIDDLE}
|
|
width = 100%
|
|
height = 24
|
|
fixed-center = true
|
|
wm-restack = i3
|
|
background = ${colors.background}
|
|
foreground = ${colors.foreground}
|
|
module-margin-left = 1
|
|
module-margin-right = 1
|
|
font-0 = Iosevka Nerd Font:style=Medium:size=8;3
|
|
font-1 = FontAwesome5Free:style=Solid:size=7.5;2.5
|
|
modules-left = i3 pacman-up window-name
|
|
modules-right = pulseaudio weather wifi-signal keyboard time date
|
|
tray-position = right
|
|
|
|
[module/i3]
|
|
type = internal/i3
|
|
format = <label-state><label-mode>
|
|
card = intel_backlight
|
|
index-sort = false
|
|
wrapping-scroll = false
|
|
label-mode-padding = 1
|
|
label-mode-background = ${colors.alert}
|
|
|
|
label-focused = %icon%
|
|
label-focused-background = ${colors.secondary}
|
|
label-focused-foreground = ${colors.foreground}
|
|
label-focused-padding = 1
|
|
label-focused-underline = ${colors.alert}
|
|
|
|
label-unfocused = %icon%
|
|
label-unfocused-foreground = ${colors.foreground}
|
|
label-unfocused-padding = 1
|
|
|
|
label-urgent = %icon%
|
|
label-urgent-background = ${colors.alert}
|
|
label-urgent-foreground = ${colors.foreground}
|
|
label-urgent-padding = 1
|
|
label-urgent-underline = ${colors.alert}
|
|
|
|
label-visible = %icon%
|
|
label-visible-background = ${colors.background}
|
|
label-visible-foreground = ${colors.foreground}
|
|
label-visible-padding = 1
|
|
label-visible-underline = ${colors.background}
|
|
|
|
ws-icon-0 = "1;1 "
|
|
ws-icon-1 = "2;2 "
|
|
ws-icon-2 = "3;3 "
|
|
ws-icon-3 = "4;4 "
|
|
ws-icon-4 = "5;5 "
|
|
ws-icon-5 = "6;6 "
|
|
ws-icon-6 = "7;7 "
|
|
ws-icon-7 = "8;8 "
|
|
ws-icon-8 = "9;9 "
|
|
|
|
[module/wifi-signal]
|
|
type = custom/script
|
|
label = %output:%%
|
|
exec = ~/.config/polybar/scripts/wifi-signal.sh
|
|
interval = 3
|
|
|
|
[module/pulseaudio]
|
|
type = internal/pulseaudio
|
|
interval = 2
|
|
format-volume = <ramp-volume> <label-volume>
|
|
label-volume = %percentage%%
|
|
label-volume-foreground = ${root.foreground}
|
|
label-muted =
|
|
ramp-volume-0 =
|
|
|
|
[module/weather]
|
|
type = custom/script
|
|
exec = python3 ~/.config/polybar/scripts/weather.py
|
|
interval = 60
|
|
|
|
[module/pacman-up]
|
|
type = custom/script
|
|
exec = ~/.config/polybar/scripts/updates-pacman-aur.sh
|
|
interval = 15
|
|
|
|
[module/window-name]
|
|
type = internal/xwindow
|
|
label-maxlen = 100
|
|
|
|
[module/keyboard]
|
|
type = internal/xkeyboard
|
|
format-prefix = ""
|
|
label-layout = %layout%
|
|
blacklist-0 = num lock
|
|
blacklist-1 = scroll lock
|
|
blacklist-2= caps lock
|
|
|
|
[module/date]
|
|
type = internal/date
|
|
interval = 600
|
|
date = %d.%m.%Y
|
|
label = %date%
|
|
|
|
[module/time]
|
|
type = internal/date
|
|
time = %H:%M
|
|
label = %time%
|