changed module order
This commit is contained in:
parent
c44c1b6659
commit
ec9915921c
1 changed files with 4 additions and 2 deletions
|
@ -11,6 +11,7 @@ include-file = ~/.config/polybar/modules/updates.ini
|
|||
include-file = ~/.config/polybar/modules/volume.ini
|
||||
include-file = ~/.config/polybar/modules/workspaces.ini
|
||||
|
||||
|
||||
[color]
|
||||
background = #272727
|
||||
background-alt = #383838
|
||||
|
@ -20,12 +21,14 @@ primary = #E53935
|
|||
red = #EF5350
|
||||
yellow = #FFEE58
|
||||
|
||||
|
||||
[bar]
|
||||
fill =
|
||||
empty =
|
||||
indicator = ⏽
|
||||
; Nerd font : , ⏽, 樂 籠 錄 , 雷 絛
|
||||
|
||||
|
||||
[bar/main]
|
||||
width = 100%
|
||||
height = 25
|
||||
|
@ -36,9 +39,8 @@ foreground = ${color.foreground}
|
|||
font-0 = "Iosevka Nerd Font:size=10;4"
|
||||
font-1 = "feather:size=10;3"
|
||||
|
||||
|
||||
modules-left = workspaces
|
||||
modules-center = date
|
||||
modules-right = updates alsa
|
||||
modules-right = alsa updates
|
||||
|
||||
tray-position = right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue