mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
added config for my polybar fork
This commit is contained in:
@@ -229,7 +229,6 @@ opacity-rule = [
|
||||
"100:class_g = 'Alacritty'",
|
||||
"100:class_g = 'code-oss'",
|
||||
"100:class_g = 'Meld'",
|
||||
"70:class_g = 'TelegramDesktop'",
|
||||
"90:class_g = 'Joplin'",
|
||||
"100:class_g = 'firefox'",
|
||||
"100:class_g = 'Thunderbird'"
|
||||
|
||||
@@ -18,6 +18,8 @@ background = ${xrdb:background}
|
||||
foreground = ${xrdb:foreground}
|
||||
foreground-alt = ${xrdb:highlight}
|
||||
|
||||
border = ${xrdb:i3_focused}
|
||||
|
||||
urgent = ${xrdb:i3_urgent}
|
||||
focused = ${xrdb:i3_focused}
|
||||
unfocused = ${xrdb:foreground}
|
||||
@@ -43,11 +45,14 @@ separator =|
|
||||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
padding= 2
|
||||
border-size=2
|
||||
border-color=${colors.border}
|
||||
radius = 15.0
|
||||
font-0 = Hack Nerd Font:fontformat=truetype:pixelsize=10;1
|
||||
font-1 = Material Design Icons:fontformat=truetype:pixelsize=10:antialias=true;1
|
||||
enable-ipc = false
|
||||
bottom = true
|
||||
radius = 15.0
|
||||
|
||||
override-redirect = true
|
||||
tray-position = left
|
||||
tray-padding = 3
|
||||
@@ -63,7 +68,7 @@ monitor = ${env:MONITOR:DP-4}
|
||||
width = 22%
|
||||
height = 40px
|
||||
offset-x = 20%
|
||||
offset-y = 54px
|
||||
offset-y = 58px
|
||||
fixed-center = true
|
||||
background = ${colors.background}
|
||||
forFeground = ${colors.foreground}
|
||||
@@ -77,6 +82,8 @@ font-0 = Hack Nerd Font:fontformat=truetype:pixelsize=10;1
|
||||
font-1 = Material Design Icons:fontformat=truetype:pixelsize=10:antialias=true;1
|
||||
enable-ipc = true
|
||||
bottom = true
|
||||
border-size=2
|
||||
border-color=${colors.border}
|
||||
radius = 15.0
|
||||
override-redirect = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user