2024-04-24 11:14:13 +00:00
|
|
|
;==========================================================
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
|
|
|
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
|
|
|
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
|
|
|
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
|
|
|
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
|
|
|
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
|
|
|
;
|
|
|
|
;
|
|
|
|
; To learn more about how to configure Polybar
|
|
|
|
; go to https://github.com/polybar/polybar
|
|
|
|
;
|
|
|
|
; The README contains a lot of information
|
|
|
|
;
|
|
|
|
;==========================================================
|
|
|
|
|
|
|
|
[colors]
|
|
|
|
background-alt = #00000000
|
|
|
|
foreground = #1f3641
|
|
|
|
primary = #0d100f
|
|
|
|
altprime = #0D100F
|
|
|
|
secondary = #0D100F
|
|
|
|
altsecondary = #BEABA7EF
|
|
|
|
alert = #A54242
|
|
|
|
disabled = #707880
|
|
|
|
|
|
|
|
[bar/example]
|
|
|
|
bottom = false
|
|
|
|
width = 100%
|
|
|
|
height = 20pt
|
|
|
|
radius = 8
|
|
|
|
|
|
|
|
; dpi = 96
|
|
|
|
|
|
|
|
background = #80c8c9c9
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
|
|
|
|
tray-position = right
|
|
|
|
line-size = 2pt
|
|
|
|
|
|
|
|
border-size = 2.5pt
|
|
|
|
border-color = #00000000
|
|
|
|
|
|
|
|
padding-left = 1
|
|
|
|
padding-right = 1
|
|
|
|
|
|
|
|
module-margin = 1
|
|
|
|
|
|
|
|
separator = |
|
|
|
|
separator-foreground = ${colors.disabled}
|
|
|
|
|
|
|
|
font-0 = CaskaydiaCove Nerd Font Mono:pixelsize=14;3
|
|
|
|
|
2024-05-03 02:57:17 +00:00
|
|
|
modules-left = xworkspaces xwindow
|
|
|
|
modules-right = polytiramisu memory cpu date
|
2024-04-24 11:14:13 +00:00
|
|
|
|
|
|
|
cursor-click = pointer
|
|
|
|
cursor-scroll = ns-resize
|
|
|
|
|
|
|
|
enable-ipc = true
|
|
|
|
|
|
|
|
; tray-position = right
|
|
|
|
|
|
|
|
; wm-restack = generic
|
|
|
|
; wm-restack = bspwm
|
|
|
|
; wm-restack = i3
|
|
|
|
|
|
|
|
; override-redirect = true
|
|
|
|
|
|
|
|
[module/xworkspaces]
|
|
|
|
type = internal/xworkspaces
|
|
|
|
|
|
|
|
label-active = %name%
|
|
|
|
label-active-background = ${colors.background-alt}
|
|
|
|
label-active-underline= ${colors.primary}
|
|
|
|
label-active-padding = 1
|
|
|
|
|
|
|
|
label-occupied = %name%
|
|
|
|
label-occupied-padding = 1
|
|
|
|
|
|
|
|
label-urgent = %name%
|
|
|
|
label-urgent-background = ${colors.alert}
|
|
|
|
label-urgent-padding = 1
|
|
|
|
|
|
|
|
label-empty = %name%
|
|
|
|
label-empty-foreground = ${colors.disabled}
|
|
|
|
label-empty-padding = 1
|
|
|
|
|
|
|
|
[module/xwindow]
|
|
|
|
type = internal/xwindow
|
|
|
|
label = %title:0:60:...%
|
|
|
|
|
|
|
|
|
|
|
|
[module/memory]
|
|
|
|
type = internal/memory
|
|
|
|
interval = 2
|
|
|
|
format-prefix = "RAM "
|
|
|
|
format-prefix-foreground = ${colors.altprime}
|
|
|
|
label = %percentage_used:2%%
|
|
|
|
|
|
|
|
[module/cpu]
|
|
|
|
type = internal/cpu
|
|
|
|
interval = 2
|
|
|
|
format-prefix = "CPU "
|
|
|
|
format-prefix-foreground = ${colors.altprime}
|
|
|
|
label = %percentage:2%%
|
|
|
|
|
|
|
|
[module/date]
|
|
|
|
type = internal/date
|
|
|
|
interval = 1
|
|
|
|
|
|
|
|
date = %H:%M
|
|
|
|
date-alt = %Y-%m-%d %H:%M:%S
|
|
|
|
|
|
|
|
label = %date%
|
|
|
|
label-foreground = ${colors.altprime}
|
|
|
|
|
2024-05-03 02:57:17 +00:00
|
|
|
[module/polytiramisu]
|
|
|
|
type = custom/script
|
|
|
|
# Path to where you put polytiramisu.sh:
|
|
|
|
exec = ~/.config/polybar/scripts/polytiramisu.sh
|
|
|
|
format = <label>
|
|
|
|
tail = true
|
|
|
|
|
2024-04-24 11:14:13 +00:00
|
|
|
[settings]
|
|
|
|
screenchange-reload = true
|
|
|
|
pseudo-transparency = true
|
|
|
|
|
|
|
|
; vim:ft=dosini
|