Add dracula themes
This commit is contained in:
parent
e2aff226d6
commit
c7cbf35e15
15 changed files with 865 additions and 99 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
modules-left = bspwm
|
||||
modules-center = mpd
|
||||
modules-right = memory cpu temperature eth check-arch-updates date powermenu
|
||||
modules-right = memory cpu temperature eth check-arch-updates date
|
||||
|
||||
eth-interface = enp0s31f6
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[colors]
|
||||
background = #222
|
||||
background-alt = #444
|
||||
foreground = #dfdfdf
|
||||
foreground-alt = #777
|
||||
primary = #ffb52a
|
||||
secondary = #e60053
|
||||
alert = #bd2c40
|
||||
background = #282a36
|
||||
background-alt = #44475a
|
||||
foreground = #f8f8f2
|
||||
foreground-alt = #6272a4
|
||||
primary = #bd93f9
|
||||
secondary = #8be9fd
|
||||
alert = #ff5555
|
||||
|
||||
; vim: ft=dosini
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
interval = 1
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = #8bf
|
||||
format = <label>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
interval = 30
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = #1794D1
|
||||
format = <label>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
blacklist-0 = num lock
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-prefix-underline = ${colors.secondary}
|
||||
|
||||
label-layout = %layout%
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
|
||||
label-unmounted = %mountpoint% not mounted
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
label-unmounted-foreground = ${colors.foreground}
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
|
@ -132,7 +132,7 @@
|
|||
type = internal/xbacklight
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = #fff
|
||||
format = <label>
|
||||
label = %percentage%%
|
||||
|
@ -146,7 +146,7 @@
|
|||
bar-fill-foreground = #9f78e1
|
||||
bar-empty = -
|
||||
bar-empty-font = 2
|
||||
bar-empty-foreground = ${colors.foreground-alt}
|
||||
bar-empty-foreground = ${colors.foreground}
|
||||
|
||||
[module/backlight-acpi]
|
||||
inherit = module/xbacklight
|
||||
|
@ -157,7 +157,7 @@
|
|||
type = internal/cpu
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = #f90000
|
||||
label = %percentage:3%%
|
||||
|
||||
|
@ -165,7 +165,7 @@
|
|||
type = internal/memory
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = #4bffdc
|
||||
label = %percentage_used%%
|
||||
|
||||
|
@ -182,14 +182,14 @@
|
|||
; format-disconnected = <label-disconnected>
|
||||
; format-disconnected-underline = ${self.format-connected-underline}
|
||||
; label-disconnected = %ifname% disconnected
|
||||
; label-disconnected-foreground = ${colors.foreground-alt}
|
||||
; label-disconnected-foreground = ${colors.foreground}
|
||||
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
ramp-signal-foreground = ${colors.foreground-alt}
|
||||
ramp-signal-foreground = ${colors.foreground}
|
||||
|
||||
[module/eth]
|
||||
type = internal/network
|
||||
|
@ -198,14 +198,14 @@
|
|||
|
||||
format-connected-underline = #55aa55
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||
format-connected-prefix-foreground = ${colors.foreground}
|
||||
label-connected = %local_ip%
|
||||
|
||||
format-disconnected =
|
||||
; format-disconnected = <label-disconnected>
|
||||
; format-disconnected-underline = ${self.format-connected-underline}
|
||||
; label-disconnected = %ifname% disconnected
|
||||
; label-disconnected-foreground = ${colors.foreground-alt}
|
||||
; label-disconnected-foreground = ${colors.foreground}
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
|
@ -216,7 +216,7 @@
|
|||
time = %H:%M:%S
|
||||
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-underline = #0a6cf5
|
||||
|
||||
label = %date% %time%
|
||||
|
@ -225,7 +225,7 @@
|
|||
type = internal/pulseaudio
|
||||
|
||||
format-volume-prefix = " "
|
||||
format-volume-prefix-foreground = ${colors.foreground-alt}
|
||||
format-volume-prefix-foreground = ${colors.foreground}
|
||||
; format-volume = <label-volume> <bar-volume>
|
||||
format-volume = <label-volume>
|
||||
format-volume-underline = #d8d804
|
||||
|
@ -251,7 +251,7 @@
|
|||
bar-volume-fill-font = 2
|
||||
bar-volume-empty = -
|
||||
bar-volume-empty-font = 2
|
||||
bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||
bar-volume-empty-foreground = ${colors.foreground}
|
||||
|
||||
[module/alsa]
|
||||
type = internal/alsa
|
||||
|
@ -261,7 +261,7 @@
|
|||
label-volume-foreground = ${root.foreground}
|
||||
|
||||
format-muted-prefix = " "
|
||||
format-muted-foreground = ${colors.foreground-alt}
|
||||
format-muted-foreground = ${colors.foreground}
|
||||
label-muted = sound muted
|
||||
|
||||
bar-volume-width = 10
|
||||
|
@ -279,7 +279,7 @@
|
|||
bar-volume-fill-font = 2
|
||||
bar-volume-empty = ─
|
||||
bar-volume-empty-font = 2
|
||||
bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||
bar-volume-empty-foreground = ${colors.foreground}
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
|
@ -296,7 +296,7 @@
|
|||
label-discharging = %percentage_raw%% (%time%)
|
||||
|
||||
format-full-prefix = " "
|
||||
format-full-prefix-foreground = ${colors.foreground-alt}
|
||||
format-full-prefix-foreground = ${colors.foreground}
|
||||
format-full = <label-full>
|
||||
format-full-underline = ${self.format-charging-underline}
|
||||
label-full = %percentage_raw%%
|
||||
|
@ -306,14 +306,14 @@
|
|||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
ramp-capacity-foreground = ${colors.foreground-alt}
|
||||
ramp-capacity-foreground = ${colors.foreground}
|
||||
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-3 =
|
||||
animation-charging-4 =
|
||||
animation-charging-foreground = ${colors.foreground-alt}
|
||||
animation-charging-foreground = ${colors.foreground}
|
||||
animation-charging-framerate = 500
|
||||
|
||||
animation-discharging-0 =
|
||||
|
@ -321,7 +321,7 @@
|
|||
animation-discharging-2 =
|
||||
animation-discharging-3 =
|
||||
animation-discharging-4 =
|
||||
animation-discharging-foreground = ${colors.foreground-alt}
|
||||
animation-discharging-foreground = ${colors.foreground}
|
||||
animation-discharging-framerate = 500
|
||||
|
||||
[module/temperature]
|
||||
|
@ -344,7 +344,7 @@
|
|||
ramp-2 =
|
||||
ramp-3 =
|
||||
ramp-4 =
|
||||
ramp-foreground = ${colors.foreground-alt}
|
||||
ramp-foreground = ${colors.foreground}
|
||||
|
||||
[module/powermenu]
|
||||
type = custom/menu
|
||||
|
@ -358,7 +358,7 @@
|
|||
label-close = cancel
|
||||
label-close-foreground = ${colors.secondary}
|
||||
label-separator = |
|
||||
label-separator-foreground = ${colors.foreground-alt}
|
||||
label-separator-foreground = ${colors.foreground}
|
||||
|
||||
menu-0-0 = reboot
|
||||
menu-0-0-exec = menu-open-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue