mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
[bar/master]
|
|
background = ${colors.background}
|
|
foreground = ${colors.foreground}
|
|
fixed-center = true
|
|
font-0 = Hack Nerd Font:fontformat=truetype:pixelsize=10;1
|
|
font-1 = Material Design Icons:fontformat=truetype:pixelsize=10:antialias=true;1
|
|
line-size = 1
|
|
module-margin-left = 1
|
|
module-margin-right = 1
|
|
monitor = ${env:MONITOR:DP-4}
|
|
padding= 2
|
|
separator =|
|
|
override-redirect = true
|
|
|
|
[bar/border]
|
|
inherit="bar/master"
|
|
border-size=2
|
|
border-color=${colors.border}
|
|
radius = 15.0
|
|
|
|
[bar/floating]
|
|
inherit="bar/border"
|
|
bottom = true
|
|
enable-ipc = false
|
|
height = 40px
|
|
width = 60%
|
|
;modules-center = cava clock playerctl_long
|
|
modules-center = cava
|
|
modules-left = floating_popup_button pavucontrol_button
|
|
modules-right = sensors_cpu_pc nvgpu memory
|
|
monitor = ${env:MONITOR:DP-4}
|
|
offset-x = 20%
|
|
offset-y = 8px
|
|
override-redirect = true
|
|
tray-detached = true
|
|
tray-maxsize = 15
|
|
tray-offset-x=86
|
|
tray-offset-y = 4px
|
|
tray-padding = 3
|
|
tray-position = left
|
|
tray-scale = 0.8
|
|
|
|
[bar/floating_popup]
|
|
inherit="bar/border"
|
|
bottom = true
|
|
enable-ipc = true
|
|
height = 40px
|
|
width = 22%
|
|
modules-left = disk_short_pc checkupdates ovpn nvpn eth_pc
|
|
offset-x = 20%
|
|
offset-y = 58px
|
|
|
|
[bar/floating_wm]
|
|
inherit="bar/master"
|
|
font-0 = dark forest:style=Bold:fontformat=truetype:pixelsize=10;4
|
|
height = 15
|
|
width = 100%
|
|
modules-center = i3
|
|
padding= 4
|
|
wm-restack = i3 |