mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
135 lines
3.2 KiB
INI
135 lines
3.2 KiB
INI
|
[global/wm]
|
||
|
include-file = ~/.config/polybar/colors.ini
|
||
|
include-file = ~/.config/polybar/modules.ini
|
||
|
include-file = ~/.config/polybar/custom_modules.ini
|
||
|
|
||
|
margin-bottom = 0
|
||
|
margin-top = 0
|
||
|
|
||
|
[bar/one]
|
||
|
monitor = eDP-1
|
||
|
monitor-fallback =
|
||
|
monitor-strict = false
|
||
|
enable-ipc = true
|
||
|
override-redirect = true
|
||
|
bottom = false
|
||
|
fixed-center = true
|
||
|
width = 100%
|
||
|
height = 72
|
||
|
offset-x = 0%
|
||
|
offset-y = 0%
|
||
|
dpi-x = 216
|
||
|
dpi-y = 216
|
||
|
background = ${color.background}
|
||
|
foreground = ${color.foreground}
|
||
|
radius-top = 0.0
|
||
|
radius-bottom = 0.0
|
||
|
line-size = 0
|
||
|
line-color = ${color.background}
|
||
|
border-bottom-size = 0
|
||
|
border-bottom-color = ${color.foreground}
|
||
|
padding = 1
|
||
|
module-margin-left = 1
|
||
|
module-margin-right = 0
|
||
|
seperator =
|
||
|
dim-value = 1.0
|
||
|
locale = en_US.UTF-8
|
||
|
|
||
|
font-0 = Hack:size=10;3
|
||
|
font-1 = Font Awesome 5 Free:style=Solid:size=12;3
|
||
|
font-2 = Font Awesome 5 Free:style=Regular:size=12;3
|
||
|
font-3 = Font Awesome 5 Brands:style=Regular:size=12;3
|
||
|
|
||
|
modules-left = workspaces sep title
|
||
|
modules-center = spotify
|
||
|
modules-right = keyboard sep pulseaudio-control sep battery0 sep date sep powermenu
|
||
|
|
||
|
tray-position = right
|
||
|
tray-detached = false
|
||
|
tray-maxsize = 40
|
||
|
tray-background = ${color.background}
|
||
|
tray-offset-x = 0
|
||
|
tray-offset-y = 0
|
||
|
tray-padding = 0
|
||
|
tray-scale = 1.0
|
||
|
|
||
|
wm-name = bspwm
|
||
|
wm-restack = bspwm
|
||
|
scroll-up = bspwm-desknext
|
||
|
scroll-down = bspwm-deskprev
|
||
|
click-left =
|
||
|
click-middle =
|
||
|
click-right =
|
||
|
;scroll-up = bspc desktop -f prev.local
|
||
|
;scroll-down = bspc desktop -f next.local
|
||
|
double-click-left =
|
||
|
double-click-middle =
|
||
|
double-click-right =
|
||
|
cursor-click =
|
||
|
cursor-scroll =
|
||
|
|
||
|
[bar/two]
|
||
|
monitor = eDP-1
|
||
|
monitor-fallback =
|
||
|
monitor-strict = false
|
||
|
enable-ipc = true
|
||
|
override-redirect = true
|
||
|
bottom = true
|
||
|
fixed-center = true
|
||
|
width = 100%
|
||
|
height = 32
|
||
|
offset-x = 0%
|
||
|
offset-y = 0%
|
||
|
background = ${color.background}
|
||
|
foreground = ${color.foreground}
|
||
|
radius-top = 0.0
|
||
|
radius-bottom = 0.0
|
||
|
line-size = 0
|
||
|
line-color = ${color.background}
|
||
|
border-bottom-size = 0
|
||
|
border-bottom-color = ${color.foreground}
|
||
|
padding = 1
|
||
|
module-margin-left = 1
|
||
|
module-margin-right = 1
|
||
|
seperator =
|
||
|
dim-value = 1.0
|
||
|
locale = en_US.UTF-8
|
||
|
|
||
|
font-0 = Hack:size=10;3
|
||
|
font-1 = Font Awesome 5 Free:style=Solid:size=12;3
|
||
|
font-2 = Font Awesome 5 Free:style=Regular:size=12;3
|
||
|
font-3 = Font Awesome 5 Brands:style=Regular:size=12;3
|
||
|
|
||
|
modules-left = workspaces sep title
|
||
|
modules-center = spotify
|
||
|
modules-right = cpu sep memory sep filesystem
|
||
|
|
||
|
tray-position = none
|
||
|
tray-detached = false
|
||
|
tray-maxsize = 16
|
||
|
tray-background = ${color.background}
|
||
|
tray-offset-x = 0
|
||
|
tray-offset-y = 0
|
||
|
tray-padding = 0
|
||
|
tray-scale = 1.0
|
||
|
|
||
|
wm-name = bspwm
|
||
|
wm-restack = bspwm
|
||
|
scroll-up = bspwm-desknext
|
||
|
scroll-down = bspwm-deskprev
|
||
|
click-left =
|
||
|
click-middle =
|
||
|
click-right =
|
||
|
;scroll-up = bspc desktop -f prev.local
|
||
|
;scroll-down = bspc desktop -f next.local
|
||
|
double-click-left =
|
||
|
double-click-middle =
|
||
|
double-click-right =
|
||
|
cursor-click =
|
||
|
cursor-scroll =
|
||
|
|
||
|
[settings]
|
||
|
throttle-output = 5
|
||
|
throttle-output-for = 10
|
||
|
screenchange-reload = false
|