mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Config changes and added imwheel
This commit is contained in:
parent
dbb0552a3e
commit
fc887a5b0b
@ -19,6 +19,7 @@ fixed-center = false
|
|||||||
height = 20
|
height = 20
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
width = 100%
|
width = 100%
|
||||||
|
radius= 0.0
|
||||||
|
|
||||||
; allow scrolling workspaces
|
; allow scrolling workspaces
|
||||||
scroll-up = i3wm-wsnext
|
scroll-up = i3wm-wsnext
|
||||||
@ -27,31 +28,32 @@ scroll-down = i3wm-wsprev
|
|||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
|
||||||
line-size = 2
|
line-size = 3
|
||||||
line-color = ${colors.red}
|
line-color = ${colors.red}
|
||||||
|
|
||||||
border-size = 0
|
border-size = 0
|
||||||
border-color = ${colors.white}
|
border-color = ${colors.white}
|
||||||
|
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 0
|
padding-right = 1
|
||||||
|
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 1
|
module-margin-right = 1
|
||||||
|
|
||||||
font-0 = "fixed:pixelsize=9;1"
|
font-0 = "Source Code Pro:pixelsize=8;1"
|
||||||
font-1 = "Font Awesome 5 Free:style=Regular:pixelsize=8;1"
|
font-1 = "Source Code Pro:style=Regular:pixelsize=8;1"
|
||||||
font-2 = "Font Awesome 5 Free:style=Solid:pixelsize=8;2"
|
; Enable emojis
|
||||||
font-3 = "Font Awesome 5 Brands:pixelsize=8;1"
|
font-2 = NotoColorEmoji:pixelsize=8;1:fontformat=truetype:scale=10:antialias=true;
|
||||||
|
|
||||||
wm-restack = i3
|
wm-restack = i3
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center = xwindow
|
|
||||||
modules-right = sys_updates bluetooth sys_temp cpu memory volume wifi ethernet battery date
|
modules-right = sys_updates bluetooth sys_temp cpu memory volume wifi ethernet battery date
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
|
tray-scale = 1.0
|
||||||
|
|
||||||
|
|
||||||
[module/sys_updates]
|
[module/sys_updates]
|
||||||
exec = ~/.local/bin/polybar_scripts/aur_updates
|
exec = ~/.local/bin/polybar_scripts/aur_updates
|
||||||
@ -77,18 +79,12 @@ full-at = 98
|
|||||||
|
|
||||||
; orange denotes charging
|
; orange denotes charging
|
||||||
format-charging =<label-charging>
|
format-charging =<label-charging>
|
||||||
label-charging = Batt: %percentage%%
|
label-charging = %percentage%%
|
||||||
label-charging-overline=${colors.orange}
|
format-charging-prefix = "Batt: "
|
||||||
label-charging-underline=${colors.orange}
|
|
||||||
|
|
||||||
format-discharging = <ramp-capacity><label-discharging>
|
format-discharging-prefix = "Batt: "
|
||||||
label-discharging = Batt: %percentage%%
|
format-discharging = <label-discharging>
|
||||||
|
label-discharging = %percentage%%
|
||||||
; changes color for which third battery is in
|
|
||||||
; red=0-33, yellow=34-66, green=67-100
|
|
||||||
ramp-capacity-0 = %{u#ff0000}%{+u}
|
|
||||||
ramp-capacity-1 = %{u#ffea00}%{+u}
|
|
||||||
ramp-capacity-2 = %{u#20c723}%{+u}
|
|
||||||
|
|
||||||
[module/bluetooth]
|
[module/bluetooth]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
@ -215,9 +211,9 @@ label-disconnected-foreground = ${colors.gray}
|
|||||||
margin-bottom = 5
|
margin-bottom = 5
|
||||||
margin-top = 5
|
margin-top = 5
|
||||||
|
|
||||||
#[module/xwindow]
|
[module/xwindow]
|
||||||
#format-foreground = ${colors.blue}
|
format-foreground = ${colors.blue}
|
||||||
#label = %title:0:100:...%
|
label = %title%
|
||||||
#type = internal/xwindow
|
type = internal/xwindow
|
||||||
#label-maxlen = 20
|
label-maxlen = 20
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
"^st-256color$"
|
|
||||||
Alt_L, Up, Alt_L|Button4, 3
|
|
||||||
Alt_L, Down, Alt_L|Button5, 3
|
|
||||||
Loading…
x
Reference in New Issue
Block a user