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