mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-24 03:59:30 +00:00
Update
This commit is contained in:
parent
2d1bd8ac64
commit
5ec3bdebdd
20 changed files with 663 additions and 47 deletions
|
|
@ -1,10 +1,10 @@
|
|||
[colors]
|
||||
background = ##282a36
|
||||
background-alt = #44475a
|
||||
foreground = #f8f8f2
|
||||
primary = #bd93f9
|
||||
secondary = #d6acff
|
||||
alert = #ff6e6e
|
||||
background = #181818
|
||||
background-alt = #505050
|
||||
foreground = #f8f8f8
|
||||
primary = #878787
|
||||
secondary = #878787
|
||||
alert = #ab4642
|
||||
disabled = #00000
|
||||
|
||||
[bar/mybar]
|
||||
|
|
@ -14,12 +14,9 @@ radius = 0.0
|
|||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
line-size = 3pt
|
||||
border-size = 1pt
|
||||
border-color = #d6acff
|
||||
padding-left = 0
|
||||
padding-right = 1
|
||||
module-margin = 1
|
||||
;separator = |
|
||||
fixed-center = true
|
||||
separator-foreground = ${colors.disabled}
|
||||
font-0 = fixed:pixelsize=10;1
|
||||
|
|
@ -75,14 +72,6 @@ label-empty-padding = 1
|
|||
type = internal/xwindow
|
||||
label = %title:0:30:...%
|
||||
|
||||
[module/filesystem]
|
||||
type = internal/fs
|
||||
interval = 25
|
||||
mount-0 = /home
|
||||
label-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%
|
||||
label-unmounted = %mountpoint% not mounted
|
||||
label-unmounted-foreground = ${colors.disabled}
|
||||
|
||||
[module/pulseaudio]
|
||||
type = internal/pulseaudio
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue