This commit is contained in:
2026-03-01 01:39:46 +03:00
parent 36743352c5
commit 14fb600eea
137 changed files with 11521 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[bar/cyberpunk]
width = 100%
height = 30
background = ${colors.background}
foreground = ${colors.foreground}
border-size = 1
border-color = ${colors.accent}
padding-left = 2
padding-right = 2
font-0 = "Noto Sans:style=Regular:size=10;2"
font-1 = "Font Awesome 6 Free:style=Solid:pixelsize=12"
modules-left = workspaces
modules-center = title
modules-right = cpu memory network date tray

View File

@@ -0,0 +1,6 @@
[colors]
background = #0d0d0d
foreground = #c8c8c8
accent = #ff003c
dim = #444444

View File

@@ -0,0 +1,22 @@
[module/cpu]
type = internal/cpu
interval = 1.5
format = <label> <ramp-coreload>
label = %{F#ff003c}%{F-} CPU %percentage%%
label-foreground = ${colors.foreground}
label-warn = %{F#ff003c}🔥 CPU %percentage%%%{F-}
ramp-coreload-spacing = 1
ramp-coreload-0 = %{F#330009}▁%{F-}
ramp-coreload-1 = %{F#660011}▂%{F-}
ramp-coreload-2 = %{F#800015}▃%{F-}
ramp-coreload-3 = %{F#aa001d}▄%{F-}
ramp-coreload-4 = %{F#cc0025}▅%{F-}
ramp-coreload-5 = %{F#e6002c}▆%{F-}
ramp-coreload-6 = %{F#ff0033}▇%{F-}
ramp-coreload-7 = %{F#ff335c}█%{F-}

View File

@@ -0,0 +1,8 @@
[module/date]
type = internal/date
interval = 1
date = %Y-%m-%d
time = %H:%M:%S
format = <label>
label = %{F#ff003c}TIME%{F-} %date% %time%

View File

@@ -0,0 +1,6 @@
[module/memory]
type = internal/memory
interval = 5
format = <label> %percentage_used%%%
label = %{F#ff003c}RAM%{F-}

View File

@@ -0,0 +1,6 @@
[module/network]
type = internal/network
interface = wlan0
interval = 3
format-connected = %{F#ff003c}NET%{F-} %downspeed% ↓ %upspeed% ↑
format-disconnected = %{F#444444}Offline%{F-}

View File

@@ -0,0 +1,8 @@
[module/tray]
type = internal/tray
tray-spacing = 6
tray-size = 18
tray-background = ${colors.background}
tray-foreground = ${colors.accent}
tray-padding = 2

View File

@@ -0,0 +1,16 @@
[module/workspaces]
type = internal/xworkspaces
label-active = %name%
label-active-background = ${colors.accent}
label-active-foreground = ${colors.background}
label-active-padding = 2
label-occupied = %name%
label-occupied-foreground = ${colors.accent}
label-occupied-padding = 2
label-empty = %name%
label-empty-foreground = ${colors.dim}
label-empty-padding = 2