Compare commits
2 commits
a2b164ac00
...
73177a79f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 73177a79f1 | |||
| 0f437b87ac |
3 changed files with 44 additions and 10 deletions
|
|
@ -15,8 +15,8 @@ set $c_5f676a #4D5566
|
|||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $c_accent $c_bg $c_accent $c_bg $c_accent
|
||||
client.focused_inactive $c_mid1 $c_mid2 $c_accent $c_bg $c_5f676a
|
||||
client.unfocused $c_mid1 $c_bg $c_dimtext $c_dim1 $c_dim2
|
||||
client.focused_inactive $c_bg $c_mid2 $c_accent $c_bg $c_bg
|
||||
client.unfocused $c_bg $c_bg $c_dimtext $c_dim1 $c_bg
|
||||
client.urgent $c_2f343a $c_urgent $c_white $c_urgent $c_urgent
|
||||
client.placeholder $c_black $c_gray0 $c_white $c_black $c_gray0
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
; The README contains a lot of information
|
||||
;
|
||||
;==========================================================
|
||||
include-file = ~/.config/polybar/mocha.ini
|
||||
include-file = ~/.config/polybar/pustota.ini
|
||||
[global/wm]
|
||||
margin-top = 0
|
||||
margin-bottom = 0
|
||||
|
|
@ -34,12 +34,12 @@ label-unfocused-padding = 1
|
|||
|
||||
|
||||
[colors]
|
||||
background = #1e1e2e
|
||||
background-alt = #373B41
|
||||
foreground = #C5C8C6
|
||||
primary = #f68c23
|
||||
background = #0A0E14
|
||||
background-alt = #232B36
|
||||
foreground = #B3B1AD
|
||||
primary = #E6B450
|
||||
secondary = ${colors.nomai}
|
||||
disabled = #707880
|
||||
disabled = #4D5566
|
||||
|
||||
[bar/example]
|
||||
width = 100%
|
||||
|
|
@ -312,12 +312,12 @@ adapter = ADP1
|
|||
poll-interval = 5
|
||||
label-discharging = %{F#FF8C00}%{F-} %percentage%% %time%
|
||||
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%%
|
||||
|
||||
[module/wlan]
|
||||
type = internal/network
|
||||
interface = wlp2s0
|
||||
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