2025
This commit is contained in:
		
							
								
								
									
										181
									
								
								polybar/config.ini
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										181
									
								
								polybar/config.ini
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,181 @@
 | 
			
		||||
;==========================================================
 | 
			
		||||
;
 | 
			
		||||
;
 | 
			
		||||
;   ██████╗  ██████╗ ██╗  ██╗   ██╗██████╗  █████╗ ██████╗
 | 
			
		||||
;   ██╔══██╗██╔═══██╗██║  ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
 | 
			
		||||
;   ██████╔╝██║   ██║██║   ╚████╔╝ ██████╔╝███████║██████╔╝
 | 
			
		||||
;   ██╔═══╝ ██║   ██║██║    ╚██╔╝  ██╔══██╗██╔══██║██╔══██╗
 | 
			
		||||
;   ██║     ╚██████╔╝███████╗██║   ██████╔╝██║  ██║██║  ██║
 | 
			
		||||
;   ╚═╝      ╚═════╝ ╚══════╝╚═╝   ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
 | 
			
		||||
;
 | 
			
		||||
;
 | 
			
		||||
;   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 = A3D1C6
 | 
			
		||||
primary = #B3D8A8
 | 
			
		||||
altprime = #B3D8A8
 | 
			
		||||
secondary = #FBFFE4
 | 
			
		||||
altsecondary = #BEABA7EF
 | 
			
		||||
alert = #A54242
 | 
			
		||||
disabled = FBFFE4
 | 
			
		||||
 | 
			
		||||
[bar/example]
 | 
			
		||||
bottom = false
 | 
			
		||||
width = 100%
 | 
			
		||||
height = 20pt
 | 
			
		||||
radius = 8
 | 
			
		||||
 | 
			
		||||
; dpi = 96
 | 
			
		||||
 | 
			
		||||
background = #1B4D3E
 | 
			
		||||
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 = 0xProto Nerd Font:pixelsize=14;3
 | 
			
		||||
 | 
			
		||||
modules-left = xworkspaces xwindow 
 | 
			
		||||
modules-right = polytiramisu memory cpu date battery
 | 
			
		||||
 | 
			
		||||
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}
 | 
			
		||||
[module/battery]
 | 
			
		||||
type = internal/battery
 | 
			
		||||
full-at = 99
 | 
			
		||||
low-at = 5
 | 
			
		||||
; Use the following command to list batteries and adapters:
 | 
			
		||||
; $ ls -1 /sys/class/power_supply/
 | 
			
		||||
battery = BAT0
 | 
			
		||||
adapter = AC
 | 
			
		||||
time-format = %H:%M
 | 
			
		||||
label-charging = Charging %percentage%%
 | 
			
		||||
label-discharging = Discharging %percentage%%
 | 
			
		||||
format-charging = <animation-charging> <lavel-charging>
 | 
			
		||||
format-discharging = <ramp-capacity> <label-discharging>
 | 
			
		||||
 | 
			
		||||
label-full = Fully charged
 | 
			
		||||
label-low = BATTERY LOW
 | 
			
		||||
 | 
			
		||||
; Only applies if <ramp-capacity> is used
 | 
			
		||||
ramp-capacity-0 = 
 | 
			
		||||
ramp-capacity-1 = 
 | 
			
		||||
ramp-capacity-2 = 
 | 
			
		||||
ramp-capacity-3 = 
 | 
			
		||||
ramp-capacity-4 = 
 | 
			
		||||
 | 
			
		||||
; Only applies if <bar-capacity> is used
 | 
			
		||||
bar-capacity-width = 10
 | 
			
		||||
 | 
			
		||||
; Only applies if <animation-charging> is used
 | 
			
		||||
animation-charging-0 = 
 | 
			
		||||
animation-charging-1 = 
 | 
			
		||||
animation-charging-2 = 
 | 
			
		||||
animation-charging-3 = 
 | 
			
		||||
animation-charging-4 = 
 | 
			
		||||
; Framerate in milliseconds
 | 
			
		||||
animation-charging-framerate = 750
 | 
			
		||||
 | 
			
		||||
; Only applies if <animation-discharging> is used
 | 
			
		||||
animation-discharging-0 = 
 | 
			
		||||
animation-discharging-1 = 
 | 
			
		||||
animation-discharging-2 = 
 | 
			
		||||
animation-discharging-3 = 
 | 
			
		||||
animation-discharging-4 = 
 | 
			
		||||
; Framerate in milliseconds
 | 
			
		||||
animation-discharging-framerate = 500
 | 
			
		||||
 | 
			
		||||
animation-low-0 = !
 | 
			
		||||
animation-low-1 = 
 | 
			
		||||
animation-low-framerate = 200
 | 
			
		||||
 | 
			
		||||
poll-interval = 5
 | 
			
		||||
 | 
			
		||||
[module/polytiramisu]
 | 
			
		||||
type = custom/script
 | 
			
		||||
# Path to where you put polytiramisu.sh:
 | 
			
		||||
exec = ~/.config/polybar/scripts/polytiramisu.sh
 | 
			
		||||
format = <label>
 | 
			
		||||
tail = true
 | 
			
		||||
 | 
			
		||||
[settings]
 | 
			
		||||
screenchange-reload = true
 | 
			
		||||
pseudo-transparency = true
 | 
			
		||||
 | 
			
		||||
; vim:ft=dosini
 | 
			
		||||
		Reference in New Issue
	
	Block a user