From 0f437b87ac15ccd8bbf35ec75c8385d634aee4ac Mon Sep 17 00:00:00 2001 From: t0xa Date: Mon, 3 Aug 2026 08:48:05 +0300 Subject: [PATCH] Polybar: Add pustota theme --- polybar/config.ini | 16 ++++++++-------- polybar/pustota.ini | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 8 deletions(-) create mode 100644 polybar/pustota.ini diff --git a/polybar/config.ini b/polybar/config.ini index 9e7d76a..6a8dfcb 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -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 = %{F#a6e3a1}%{F-} %{T6}%essid% %signal% +label-connected = %{F#91B362}%{F-} %{T6}%essid% %signal% diff --git a/polybar/pustota.ini b/polybar/pustota.ini new file mode 100644 index 0000000..526f6c0 --- /dev/null +++ b/polybar/pustota.ini @@ -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