Polybar: Add pustota theme
This commit is contained in:
parent
a2b164ac00
commit
0f437b87ac
2 changed files with 42 additions and 8 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
; The README contains a lot of information
|
; The README contains a lot of information
|
||||||
;
|
;
|
||||||
;==========================================================
|
;==========================================================
|
||||||
include-file = ~/.config/polybar/mocha.ini
|
include-file = ~/.config/polybar/pustota.ini
|
||||||
[global/wm]
|
[global/wm]
|
||||||
margin-top = 0
|
margin-top = 0
|
||||||
margin-bottom = 0
|
margin-bottom = 0
|
||||||
|
|
@ -34,12 +34,12 @@ label-unfocused-padding = 1
|
||||||
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #1e1e2e
|
background = #0A0E14
|
||||||
background-alt = #373B41
|
background-alt = #232B36
|
||||||
foreground = #C5C8C6
|
foreground = #B3B1AD
|
||||||
primary = #f68c23
|
primary = #E6B450
|
||||||
secondary = ${colors.nomai}
|
secondary = ${colors.nomai}
|
||||||
disabled = #707880
|
disabled = #4D5566
|
||||||
|
|
||||||
[bar/example]
|
[bar/example]
|
||||||
width = 100%
|
width = 100%
|
||||||
|
|
@ -312,12 +312,12 @@ adapter = ADP1
|
||||||
poll-interval = 5
|
poll-interval = 5
|
||||||
label-discharging = %{F#FF8C00}%{F-} %percentage%% %time%
|
label-discharging = %{F#FF8C00}%{F-} %percentage%% %time%
|
||||||
label-charging = %{F#09f429}%{F-} %percentage%%
|
label-charging = %{F#09f429}%{F-} %percentage%%
|
||||||
label-full = %{F#a6e3a1}%{F-} %percentage%%
|
label-full = %{F#91B362}%{F-} %percentage%%
|
||||||
label-low = %{F#f20202}%{F-} BATTERY LOW %percentage%%
|
label-low = %{F#f20202}%{F-} BATTERY LOW %percentage%%
|
||||||
|
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp2s0
|
interface = wlp2s0
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
label-connected = %{F#a6e3a1}%{F-} %{T6}%essid% %signal%
|
label-connected = %{F#91B362}%{F-} %{T6}%essid% %signal%
|
||||||
|
|
||||||
|
|
|
||||||
34
polybar/pustota.ini
Normal file
34
polybar/pustota.ini
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
;-------------------------
|
||||||
|
; Pustota Palette
|
||||||
|
; Maintainer: t0xa
|
||||||
|
;--------------------------
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
rosewater = #FAE994
|
||||||
|
flamingo = #F9AF4F
|
||||||
|
pink = #FFEE99
|
||||||
|
mauve = #C2D94C
|
||||||
|
red = #FF8F40
|
||||||
|
maroon = #EA6C73
|
||||||
|
peach = #FFB454
|
||||||
|
yellow = #E6B450
|
||||||
|
green = #91B362
|
||||||
|
teal = #90E1C6
|
||||||
|
sky = #59C2FF
|
||||||
|
sapphire = #53BDFA
|
||||||
|
blue = #53BDFA
|
||||||
|
lavender = #95E6CB
|
||||||
|
text = #B3B1AD
|
||||||
|
subtext1 = #9C9A95
|
||||||
|
subtext0 = #86847F
|
||||||
|
overlay2 = #6B6F76
|
||||||
|
overlay1 = #55595F
|
||||||
|
overlay0 = #4D5566
|
||||||
|
surface2 = #313B47
|
||||||
|
surface1 = #232B36
|
||||||
|
surface0 = #161C24
|
||||||
|
base = #0A0E14
|
||||||
|
mantle = #00010A
|
||||||
|
crust = #000000
|
||||||
|
transparent = #00000000
|
||||||
|
nomai = #E6B450
|
||||||
Loading…
Reference in a new issue