dotfiles/.config/polybar/config.ini

211 lines
4.0 KiB
INI
Raw Normal View History

2022-06-09 18:22:03 +02:00
[colors]
background = #21201E
foreground = #EAD17F
primary = #F0C674
secondary = #8ABEB7
yellow = #d79921
blue = #458588
purple = #b16286
eggplant = #3E2441
red = #E01D4D
white = #ebdbb2
aqua = #689d6a
alert = #A54242
disabled = #76573A
2022-06-10 12:32:16 +02:00
color-1 = #C5A55C
color-2 = #B43F1C
color-3 = #D0C0AD
color-4 = #88748F
crystal-1 = #BA3320
crystal-2 = #CDB648
crystal-3 = #568125
crystal-4 = #4048A4
[fonts]
font-0 = Font Awesome 5 Free:style=solid:size=13;3
font-1 = FiraCode Nerd Font Mono:style=bold:size=13;3
font-2 = JetBrainsMono Nerd Font Mono:style=bold:size=11;3
font-3 = JetBrainsMono Nerd Font Mono:style=bold:size=10;3
2022-06-09 18:22:03 +02:00
[bar/primary]
monitor = DP-0
width = 100%
height = 30
enable-ipc = true
fixed-center = true
wm-restack = bspwm
override-redirect = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
2022-06-10 12:32:16 +02:00
font-0 = ${fonts.font-0}
font-1 = ${fonts.font-1}
font-2 = ${fonts.font-2}
font-3 = ${fonts.font-3}
2022-06-09 18:22:03 +02:00
modules-left = bspwm xwindow
modules-center = date
2022-06-11 09:47:07 +02:00
modules-right = pulseaudio cpu memory eth
2022-06-09 18:22:03 +02:00
[bar/secondary]
monitor = DP-4
width = 100%
height = 30
fixed-center = true
wm-restack = bspwm
tray-position = right
override-redirect = false
background = ${colors.background}
foreground = ${colors.foreground}
2022-06-10 12:32:16 +02:00
font-0 = ${fonts.font-0}
font-1 = ${fonts.font-1}
font-2 = ${fonts.font-2}
font-3 = ${fonts.font-3}
2022-06-09 18:22:03 +02:00
modules-left = bspwm
2022-06-09 18:22:03 +02:00
modules-center = date
# modules-right =
[module/bspwm]
type = internal/bspwm
pin-workspaces = true
enable-click = true
2022-06-10 12:32:16 +02:00
ws-icon-0 = term;
2022-06-09 18:22:03 +02:00
ws-icon-1 = browser;
ws-icon-2 = game;
2022-06-10 12:32:16 +02:00
ws-icon-3 = code;
ws-icon-4 = mail;
2022-06-09 18:22:03 +02:00
ws-icon-5 = browser2;
2022-06-10 12:32:16 +02:00
ws-icon-6 = comm;
2022-06-09 18:22:03 +02:00
ws-icon-7 = music;
ws-icon-8 = server;
2022-06-10 12:36:10 +02:00
ws-icon-9 = misc;
ws-icon-10 = tmp;
2022-06-09 18:22:03 +02:00
format = <label-state>
2022-06-10 12:32:16 +02:00
format-font = 1
2022-06-09 18:22:03 +02:00
label-focused = %icon%
label-focused-background = ${colors.eggplant}
label-focused-padding = 2
label-occupied = %icon%
label-occupied-padding = 2
label-urgent = %icon%
label-urgent-padding = 2
label-urgent-background = ${colors.alert}
label-empty = %icon%
label-empty-padding = 2
label-empty-foreground = ${colors.disabled}
label-separator = |
label-separator-foreground = ${colors.disabled}
[module/xwindow]
type = internal/xwindow
format = <label>
format-padding = 2
format-font = 4
label = %title%
label-maxlen = 50
2022-06-09 18:22:03 +02:00
[module/pulseaudio]
type = internal/pulseaudio
use-ui-max = false
format-volume = <ramp-volume> <label-volume>
2022-06-10 12:32:16 +02:00
format-volume-foreground = ${colors.crystal-1}
2022-06-09 18:22:03 +02:00
format-volume-padding = 2
2022-06-10 12:32:16 +02:00
ramp-volume-0 = " "
ramp-volume-1 = " "
ramp-volume-2 = " "
ramp-volume-font = 1
label-volume = %percentage%%
label-volume-font = 3
2022-06-09 18:22:03 +02:00
format-muted-padding = 2
2022-06-10 12:32:16 +02:00
label-muted = ""
label-muted-foreground = ${colors.disabled}
2022-06-09 18:22:03 +02:00
click-middle = pavucontrol
[module/cpu]
type = internal/cpu
interval = 2
2022-06-10 12:32:16 +02:00
format-foreground = ${colors.crystal-2}
format-padding = 2
2022-06-09 18:22:03 +02:00
format-prefix = " "
2022-06-10 12:32:16 +02:00
format-prefix-font = 1
2022-06-09 18:22:03 +02:00
label = %percentage:2%%
2022-06-10 12:32:16 +02:00
label-font = 3
2022-06-09 18:22:03 +02:00
[module/memory]
type = internal/memory
interval = 2
2022-06-10 12:32:16 +02:00
format-foreground = ${colors.crystal-3}
2022-06-09 18:22:03 +02:00
format-padding = 2
2022-06-10 12:32:16 +02:00
format-prefix = " "
format-prefix-font = 1
label = %percentage_used:2%%
label-font = 3
2022-06-09 18:22:03 +02:00
[network-base]
type = internal/network
interval = 5
2022-06-10 12:32:16 +02:00
2022-06-09 18:22:03 +02:00
format-connected = <label-connected>
2022-06-10 12:32:16 +02:00
format-connected-foreground = ${colors.crystal-4}
format-connected-padding = 2
format-connected-prefix-font = 1
label-connected-font = 3
2022-06-09 18:22:03 +02:00
format-disconnected = <label-disconnected>
format-disconnected-foreground = ${colors.disabled}
format-disconnected-padding = 2
2022-06-10 12:32:16 +02:00
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
label-disconnected-font = 3
2022-06-09 18:22:03 +02:00
[module/wlan]
inherit = network-base
interface-type = wireless
label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
[module/eth]
inherit = network-base
interface-type = wired
2022-06-10 12:32:16 +02:00
format-connected-prefix = " "
label-connected = "%local_ip%"
2022-06-09 18:22:03 +02:00
[module/date]
type = internal/date
interval = 1
2022-06-10 12:32:16 +02:00
date-alt = %H:%M
date = %Y-%m-%d %H:%M:%S
2022-06-09 18:22:03 +02:00
label = %date%
label-foreground = ${colors.primary}
2022-06-10 12:32:16 +02:00
label-font = 3
2022-06-09 18:22:03 +02:00
[settings]
screenchange-reload = true
pseudo-transparency = true
; vim:ft=dosini