Fix Polybar on nazarick
This commit is contained in:
@@ -11,6 +11,7 @@ monitor = ${env:MONITOR}
|
||||
font-0 = "FiraCode Nerd Font Mono:pixelsize=9;2"
|
||||
font-1 = "IPAGothic:fontformat=truetype:antialias=false:pixelsize=9;2"
|
||||
font-2 = "Siji:size=7;1"
|
||||
font-3 = "Wuncon Siji:size=7;1"
|
||||
|
||||
height = 27px
|
||||
width = 100%
|
||||
@@ -24,7 +25,7 @@ padding-right = 1
|
||||
separator = /
|
||||
|
||||
modules-left = i3 xwindow
|
||||
modules-right = spotify network volume backlight battery date
|
||||
modules-right = network volume backlight battery date
|
||||
|
||||
foreground = ${colors.foreground}
|
||||
background = ${colors.background}
|
||||
@@ -35,7 +36,7 @@ wm-restack = i3
|
||||
[bar/desktop]
|
||||
inherit = bar/laptop
|
||||
|
||||
modules-right = spotify volume date
|
||||
modules-right = networkupdown volume date
|
||||
|
||||
[module/i3]
|
||||
type = internal/i3
|
||||
@@ -147,7 +148,7 @@ label-disconnected = no wifi
|
||||
|
||||
[module/networkupdown]
|
||||
type = internal/network
|
||||
interface = wlo1
|
||||
interface = enp24s0
|
||||
interval = 3.0
|
||||
accumulate-stats = true
|
||||
unknown-as-up = true
|
||||
|
||||
Reference in New Issue
Block a user