327 lines
8.0 KiB
INI
327 lines
8.0 KiB
INI
;==========================================================
|
|
;
|
|
;
|
|
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
|
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
|
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
|
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
|
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
|
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
|
;
|
|
;
|
|
; To learn more about how to configure Polybar
|
|
; go to https://github.com/polybar/polybar
|
|
;
|
|
; The README contains a lot of information
|
|
;
|
|
;==========================================================
|
|
|
|
[colors]
|
|
;background = ${xrdb:color0:#222}
|
|
background = #CC222222
|
|
background-alt = #7744444
|
|
;foreground = ${xrdb:color7:#222}
|
|
foreground = #dfdfdf
|
|
foreground-alt = #dfdfdf
|
|
primary = #ffb52a
|
|
secondary = #e60053
|
|
alert = #bd2c40
|
|
|
|
[bar/main]
|
|
enable-ipc = true
|
|
;monitor = ${env:MONITOR:HDMI-1}
|
|
width = 100%
|
|
height = 32
|
|
;offset-x = 1%
|
|
;offset-y = 1%
|
|
radius = 6.0
|
|
fixed-center = true
|
|
|
|
background = ${colors.background}
|
|
foreground = ${colors.foreground}
|
|
|
|
line-size = 3
|
|
line-color = #f00
|
|
|
|
border-size = 0
|
|
border-color = #00000000
|
|
|
|
padding-left = 0
|
|
padding-right = 2
|
|
|
|
module-margin-left = 1
|
|
module-margin-right = 2
|
|
|
|
font-0 = fixed:pixelsize=10;1
|
|
font-1 = siji:pixelsize=10;1
|
|
font-2 = FantasqueSansMono Nerd Font:style=Regular:scale=8;size=1;1
|
|
font-3 = Noto Color Emoji:style=Regular:scale=8;size=1;1
|
|
|
|
modules-left = i3 heart spotify xwindow
|
|
modules-center = date dunst info-wifionice
|
|
modules-right = bluetooth filesystem pulseaudio network-networkmanager battery cpu temperature
|
|
|
|
tray-position = right
|
|
tray-padding = 2
|
|
tray-foreground = ${colors.foreground}
|
|
tray-background = ${colors.background}
|
|
|
|
;wm-restack = bspwm
|
|
wm-restack = i3
|
|
|
|
;override-redirect = true
|
|
|
|
;scroll-up = bspwm-desknext
|
|
;scroll-down = bspwm-deskprev
|
|
|
|
scroll-up = i3wm-wsnext
|
|
scroll-down = i3wm-wsprev
|
|
|
|
cursor-click = pointer
|
|
cursor-scroll = pointer
|
|
|
|
[module/heart]
|
|
type = custom/text
|
|
content = ♥
|
|
content-foreground=#D24D57
|
|
content-padding=2
|
|
click-left=dunstctl history-pop
|
|
|
|
[module/xwindow]
|
|
type = internal/xwindow
|
|
label = %title:0:30:...%
|
|
|
|
[module/filesystem]
|
|
type = internal/fs
|
|
interval = 25
|
|
|
|
mount-0 = /
|
|
|
|
label-mounted = root: %percentage_used%%
|
|
label-unmounted = %mountpoint% not mounted
|
|
label-unmounted-foreground = ${colors.foreground-alt}
|
|
click-left = thunar &
|
|
|
|
[module/i3]
|
|
type = internal/i3
|
|
format = <label-state> <label-mode>
|
|
index-sort = true
|
|
wrapping-scroll = false
|
|
|
|
; Only show workspaces on the same output as the bar
|
|
;pin-workspaces = true
|
|
|
|
label-mode-padding = 2
|
|
label-mode-foreground = #000
|
|
label-mode-background = ${colors.primary}
|
|
|
|
; focused = Active workspace on focused monitor
|
|
label-focused = %icon% %name%
|
|
label-focused-background = ${colors.background-alt}
|
|
label-focused-underline = #FFFFFF
|
|
label-focused-padding = 2
|
|
|
|
; unfocused = Inactive workspace on any monitor
|
|
label-unfocused = %icon% %name%
|
|
label-unfocused-padding = 2
|
|
|
|
; visible = Active workspace on unfocused monitor
|
|
label-visible = %icon% %name%
|
|
label-visible-background = ${self.label-focused-background}
|
|
label-visible-underline = ${colors.primary}
|
|
label-visible-padding = ${self.label-focused-padding}
|
|
|
|
; urgent = Workspace with urgency hint set
|
|
label-urgent = %icon% %name%
|
|
label-urgent-background = ${colors.alert}
|
|
label-urgent-padding = 2
|
|
|
|
; Separator in between workspaces
|
|
; label-separator = |
|
|
|
|
|
|
[module/spotify]
|
|
type = custom/script
|
|
interval = 1
|
|
format-prefix = ""
|
|
format = <label>
|
|
exec = python3 /home/rad4day/Documents/src/polybar-spotify/spotify_status.py -f '{play_pause} {song} -- {artist}' -p ,
|
|
format-underline = #1db954
|
|
|
|
|
|
[module/xbacklight]
|
|
type = internal/xbacklight
|
|
|
|
format = <label> <bar>
|
|
label = BL
|
|
|
|
bar-width = 10
|
|
bar-indicator = |
|
|
bar-indicator-foreground = #fff
|
|
bar-indicator-font = 2
|
|
bar-fill = ─
|
|
bar-fill-font = 2
|
|
bar-fill-foreground = #9f78e1
|
|
bar-empty = ─
|
|
bar-empty-font = 2
|
|
bar-empty-foreground = ${colors.foreground-alt}
|
|
|
|
[module/backlight-acpi]
|
|
inherit = module/xbacklight
|
|
type = internal/backlight
|
|
card = intel_backlight
|
|
|
|
[module/cpu]
|
|
type = internal/cpu
|
|
interval = 2
|
|
format-prefix = " "
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
format-underline = #f90000
|
|
label = %percentage:2%%
|
|
|
|
[module/memory]
|
|
type = internal/memory
|
|
interval = 2
|
|
format-prefix = " "
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
format-underline = #4bffdc
|
|
label = %percentage_used%%
|
|
|
|
[module/date]
|
|
type = internal/date
|
|
interval = 5
|
|
|
|
date = " %A %d %B"
|
|
date-alt = " %Y-%m-%d"
|
|
|
|
time = %H:%M
|
|
time-alt = %H:%M:%S
|
|
|
|
format-prefix =
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
;format-underline = #0a6cf5
|
|
|
|
label = %date% %time%
|
|
|
|
[module/pulseaudio]
|
|
type = internal/pulseaudio
|
|
|
|
format-volume = <ramp-volume> <label-volume>
|
|
label-volume = %percentage%%
|
|
label-volume-foreground = ${root.foreground}
|
|
|
|
label-muted = 🔇 muted
|
|
label-muted-foreground = #666
|
|
|
|
; Only applies if <ramp-volume> is used
|
|
ramp-volume-0 = 🔈
|
|
ramp-volume-1 = 🔉
|
|
ramp-volume-2 = 🔊
|
|
|
|
click-right = pavucontrol
|
|
|
|
use-ui-max = false
|
|
interval = 5
|
|
|
|
|
|
[module/battery]
|
|
type = internal/battery
|
|
battery = BAT1
|
|
adapter = ACAD
|
|
full-at = 95
|
|
|
|
format-charging = <label-charging>
|
|
format-charging-underline = #ffb52a
|
|
|
|
format-discharging = <animation-discharging> <label-discharging>
|
|
format-discharging-underline = ${self.format-charging-underline}
|
|
|
|
format-full-prefix = " "
|
|
format-full-prefix-foreground = ${colors.foreground-alt}
|
|
format-full-underline = ${self.format-charging-underline}
|
|
|
|
ramp-capacity-0 =
|
|
ramp-capacity-1 =
|
|
ramp-capacity-2 =
|
|
ramp-capacity-foreground = ${colors.foreground-alt}
|
|
|
|
animation-charging-0 =
|
|
animation-charging-1 =
|
|
animation-charging-2 =
|
|
animation-charging-foreground = ${colors.foreground-alt}
|
|
animation-charging-framerate = 750
|
|
|
|
animation-discharging-0 =
|
|
animation-discharging-1 =
|
|
animation-discharging-2 =
|
|
animation-discharging-foreground = ${colors.foreground-alt}
|
|
animation-discharging-framerate = 750
|
|
|
|
time-format = %H:%m
|
|
label-discharging = %percentage%%
|
|
|
|
[module/temperature]
|
|
type = internal/temperature
|
|
thermal-zone = 4
|
|
warn-temperature = 80
|
|
|
|
format = <ramp> <label>
|
|
format-underline = #f50a4d
|
|
format-warn = <ramp> <label-warn>
|
|
format-warn-underline = ${self.format-underline}
|
|
|
|
label = %temperature-c%
|
|
label-warn = %temperature-c%
|
|
label-warn-foreground = ${colors.secondary}
|
|
|
|
ramp-0 =
|
|
ramp-1 =
|
|
ramp-2 =
|
|
ramp-foreground = ${colors.foreground-alt}
|
|
|
|
[module/bluetooth]
|
|
type = custom/script
|
|
exec = rofi-bluetooth --status
|
|
interval = 3
|
|
format-underline = #0082fc
|
|
click-left = rofi-bluetooth &
|
|
|
|
[settings]
|
|
screenchange-reload = true
|
|
;compositing-background = xor
|
|
compositing-background = source
|
|
compositing-foreground = over
|
|
compositing-underline = over
|
|
;compositing-border = over
|
|
;pseudo-transparency = false
|
|
|
|
[global/wm]
|
|
margin-top = 5
|
|
margin-bottom = 5
|
|
|
|
[module/info-wifionice]
|
|
type = custom/script
|
|
exec = ~/Documents/src/polybar-scripts/polybar-scripts/info-wifionice/info-wifionice.sh
|
|
tail = true
|
|
|
|
[module/dunst]
|
|
type = custom/ipc
|
|
initial = 1
|
|
hook-0 = echo "%{A1:dunstctl set-paused true && polybar-msg action '#dunst.hook.1':}%{A}" &
|
|
hook-1 = echo "%{A1:dunstctl set-paused false && polybar-msg action '#dunst.hook.0':}%{A}" &
|
|
|
|
[module/network-networkmanager]
|
|
type = custom/script
|
|
format-underline = #55aa55
|
|
click-left = networkmanager_dmenu -i &
|
|
exec = ~/Documents/src/polybar-scripts/polybar-scripts/network-networkmanager/network-networkmanager.sh
|
|
tail = true
|
|
|
|
[module/timeleft]
|
|
type = custom/script
|
|
label = %output% hours till CTF concludes
|
|
exec = echo "scale=2; ($(date -u -d "2023-06-10 21:59:59" "+%s") - $(date -u "+%s")) / 3600" | bc
|
|
format-underline = #FF0000
|
|
|
|
; vim:ft=dosini
|