mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Trying to get polybar just right
This commit is contained in:
parent
f596aaa31a
commit
ba167ff504
@ -34,9 +34,6 @@ foreground = ${xrdb:color257:#ebdbb2}
|
|||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 24
|
height = 24
|
||||||
;offset-x = 1%
|
|
||||||
;offset-y = 1%
|
|
||||||
;radius = 6.0
|
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
@ -61,19 +58,15 @@ font-3 = Symbola:pixelsize=9;1
|
|||||||
|
|
||||||
|
|
||||||
; Other modules: xkeyboard filesystem xbacklight backlight-acpi cpu memory temperature powermenu weather
|
; Other modules: xkeyboard filesystem xbacklight backlight-acpi cpu memory temperature powermenu weather
|
||||||
modules-left = i3 xwindow
|
modules-left = i3
|
||||||
;modules-center =
|
;modules-center =
|
||||||
modules-right = mpd volume mutt-wizard wlan eth battery date
|
modules-right = mpd volume mutt-wizard wlan eth battery date
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
|
|
||||||
wm-restack = bspwm
|
wm-restack = i3
|
||||||
|
override-redirect = true
|
||||||
;override-redirect = true
|
|
||||||
|
|
||||||
scroll-up = bspwm-desknext
|
|
||||||
scroll-down = bspwm-deskprev
|
|
||||||
|
|
||||||
[module/mutt-wizard]
|
[module/mutt-wizard]
|
||||||
|
|
||||||
@ -221,14 +214,11 @@ format-connected = 直 <label-connected>
|
|||||||
format-connected-underline = ${colors.darkmagenta}
|
format-connected-underline = ${colors.darkmagenta}
|
||||||
label-connected = %essid%
|
label-connected = %essid%
|
||||||
|
|
||||||
;format-disconnected =
|
|
||||||
format-disconnected = <label-disconnected>
|
format-disconnected = <label-disconnected>
|
||||||
format-disconnected-underline = ${self.format-connected-underline}
|
format-disconnected-underline = ${self.format-connected-underline}
|
||||||
;label-disconnected = %ifname% disconnected
|
|
||||||
label-disconnected = 睊no wifi
|
label-disconnected = 睊no wifi
|
||||||
label-disconnected-foreground = ${colors.gray}
|
label-disconnected-foreground = ${colors.gray}
|
||||||
|
|
||||||
; <ramp-signal>
|
|
||||||
ramp-signal-0 =
|
ramp-signal-0 =
|
||||||
ramp-signal-1 =
|
ramp-signal-1 =
|
||||||
ramp-signal-2 =
|
ramp-signal-2 =
|
||||||
@ -242,12 +232,10 @@ interface = enp0s25
|
|||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected-underline = ${colors.darkgreen}
|
format-connected-underline = ${colors.darkgreen}
|
||||||
;format-connected-underline = ${colors.green}
|
|
||||||
format-connected-prefix = " "
|
format-connected-prefix = " "
|
||||||
format-connected-prefix-foreground = ${colors.gray}
|
format-connected-prefix-foreground = ${colors.gray}
|
||||||
label-connected = %local_ip%
|
label-connected = %local_ip%
|
||||||
|
|
||||||
;format-disconnected =
|
|
||||||
format-disconnected = <label-disconnected>
|
format-disconnected = <label-disconnected>
|
||||||
format-disconnected-underline = ${self.format-connected-underline}
|
format-disconnected-underline = ${self.format-connected-underline}
|
||||||
label-disconnected = %ifname%
|
label-disconnected = %ifname%
|
||||||
@ -260,11 +248,6 @@ interval = 60
|
|||||||
date = "%Y %b %d (%a)"
|
date = "%Y %b %d (%a)"
|
||||||
time = "%I:%M%p"
|
time = "%I:%M%p"
|
||||||
|
|
||||||
# If you're not living in a country where AM and PM is used you can add -alt to the time above this line and comment it using ;, then you can remove the -alt to the time under this line and uncomment it.
|
|
||||||
;time-alt = " at %H:%M"
|
|
||||||
;time-alt = %H:%M:%S
|
|
||||||
;time-alt = %H:%M:%S
|
|
||||||
|
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.gray}
|
format-prefix-foreground = ${colors.gray}
|
||||||
format-underline = ${colors.blue}
|
format-underline = ${colors.blue}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user