Compare commits

..

2 commits

Author SHA1 Message Date
73177a79f1 i3|Pustota: Update border color of tabs 2026-08-03 08:49:57 +03:00
0f437b87ac Polybar: Add pustota theme 2026-08-03 08:48:05 +03:00
3 changed files with 44 additions and 10 deletions

View file

@ -15,8 +15,8 @@ set $c_5f676a #4D5566
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused $c_accent $c_bg $c_accent $c_bg $c_accent 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.focused_inactive $c_bg $c_mid2 $c_accent $c_bg $c_bg
client.unfocused $c_mid1 $c_bg $c_dimtext $c_dim1 $c_dim2 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.urgent $c_2f343a $c_urgent $c_white $c_urgent $c_urgent
client.placeholder $c_black $c_gray0 $c_white $c_black $c_gray0 client.placeholder $c_black $c_gray0 $c_white $c_black $c_gray0

View file

@ -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
View 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