Hyprland-dotfiles/polybar/config.ini

193 lines
4.7 KiB
INI
Raw Normal View History

2023-03-30 07:43:39 -04:00
; ____ _ _
; | _ \ ___ | |_ _| |__ __ _ _ __
; | |_) / _ \| | | | | '_ \ / _` | '__|
; | __/ (_) | | |_| | |_) | (_| | |
; |_| \___/|_|\__, |_.__/ \__,_|_|
; |___/
;
; by Stephan Raabe (2023)
; -----------------------------------------------------
2023-03-30 05:15:37 -04:00
[colors]
background = #aa000000
foreground = ${xrdb:color7:#222}
2023-03-30 07:43:39 -04:00
foreground-alt = ${xrdb:color7:#000}
2023-03-30 09:48:12 -04:00
primary = ${xrdb:color3:#222}
2023-03-30 07:43:39 -04:00
secondary = ${xrdb:color7:#222}
2023-03-30 05:15:37 -04:00
alert = ${xrdb:color3:#222}
[bar/mybar]
width = 100%
height = 20pt
radius = 0
background = ${colors.background}
foreground = ${colors.foreground}
border-size = 0pt
border-color = #00000000
padding-left = 0
padding-right = 1
module-margin = 2
2023-03-30 07:43:39 -04:00
separator = ""
2023-03-30 05:15:37 -04:00
separator-foreground = ${colors.disabled}
2023-04-06 08:30:10 -04:00
font-0 = "Fira Sans SemiBold:size=11;2"
2023-04-04 07:45:48 -04:00
font-1 = "Font Awesome 6 Free Solid:pixelsize=11;2"
2023-04-06 08:30:10 -04:00
modules-left = xworkspaces mymenu
2023-03-30 05:15:37 -04:00
modules-center = xwindow
2023-04-15 13:26:17 -04:00
modules-right = battery xkeyboard mycalculator mysystem filesystem pulseaudio memory cpu date myexit
2023-03-30 05:15:37 -04:00
cursor-click = pointer
cursor-scroll = ns-resize
enable-ipc = true
; tray-position = right
2023-04-11 14:08:13 -04:00
;[module/mynews]
;type = custom/text
;content-foreground = ${colors.primary}
;content = ""
;click-left="alacritty"
2023-04-04 07:45:48 -04:00
[module/mymenu]
2023-03-30 07:43:39 -04:00
type = custom/text
content-foreground = ${colors.primary}
2023-04-06 08:30:10 -04:00
content = ""
click-left = "~/dotfiles/scripts/applauncher.sh"
2023-04-04 07:45:48 -04:00
2023-04-15 13:26:17 -04:00
[module/mycalculator]
type = custom/text
content-foreground = ${colors.primary}
content = ""
click-left = "~/dotfiles/scripts/calculator.sh"
2023-04-04 07:45:48 -04:00
[module/myexit]
type = custom/text
content-foreground = ${colors.primary}
2023-04-06 08:30:10 -04:00
content = " "
2023-04-04 07:45:48 -04:00
click-left = "~/dotfiles/scripts/powermenu.sh"
2023-03-30 05:15:37 -04:00
[module/xworkspaces]
type = internal/xworkspaces
label-active = %name%
2023-03-30 07:43:39 -04:00
label-active-background = ${colors.primary}
2023-03-30 05:15:37 -04:00
label-active-padding = 2
label-active-foreground = #FF000000
label-occupied = %name%
label-occupied-padding = 2
label-occupied-foreground = #FFFFFF
label-occupied-background=#66000000
label-urgent = %name%
label-urgent-background = ${colors.alert}
label-urgent-padding = 2
label-empty = %name%
label-empty-foreground =#FFFFFF
label-empty-background=#99000000
label-empty-padding = 2
2023-04-04 07:45:48 -04:00
; format-prefix = "  "
; format-prefix-foreground = ${colors.primary}
2023-03-30 05:15:37 -04:00
[module/xwindow]
type = internal/xwindow
label = %title:0:60:...%
2023-03-30 07:43:39 -04:00
format-prefix = " "
format-prefix-foreground = ${colors.primary}
2023-03-30 09:48:12 -04:00
format-foreground = #FFFFFF
2023-03-30 05:15:37 -04:00
2023-04-06 08:30:10 -04:00
[module/mysystem]
type = custom/text
content-foreground = ${colors.primary}
content = " "
click-left = "alacritty -e htop"
2023-03-30 05:15:37 -04:00
[module/filesystem]
type = internal/fs
interval = 25
mount-0 = /
2023-03-30 09:48:12 -04:00
format-foreground = #FFFFFF
2023-03-30 07:43:39 -04:00
label-mounted = %mountpoint% %percentage_used%%
2023-03-30 09:48:12 -04:00
label-mounted-foreground = #FFFFFF
2023-03-30 05:15:37 -04:00
label-unmounted = %mountpoint% not mounted
2023-03-30 09:48:12 -04:00
label-unmounted-foreground = #FFFFFF
2023-03-30 05:15:37 -04:00
[module/pulseaudio]
type = internal/pulseaudio
2023-04-06 08:30:10 -04:00
format-volume-prefix = " "
2023-03-30 05:15:37 -04:00
format-volume-prefix-foreground = ${colors.primary}
format-volume = <label-volume>
2023-03-30 09:48:12 -04:00
format-volume-foreground = #FFFFFF
2023-03-30 05:15:37 -04:00
label-volume = %percentage%%
label-muted = muted
label-muted-foreground = ${colors.disabled}
[module/xkeyboard]
type = internal/xkeyboard
blacklist-0 = num lock
label-layout = %layout%
label-layout-foreground = ${colors.primary}
label-indicator-padding = 2
label-indicator-margin = 1
label-indicator-foreground = ${colors.background}
label-indicator-background = ${colors.secondary}
[module/memory]
type = internal/memory
interval = 2
2023-04-06 08:30:10 -04:00
format-prefix = " "
2023-03-30 05:15:37 -04:00
format-prefix-foreground = ${colors.primary}
2023-03-30 09:48:12 -04:00
format-foreground = #FFFFFF
2023-03-30 05:15:37 -04:00
label = %percentage_used:2%%
[module/cpu]
type = internal/cpu
interval = 2
2023-04-06 08:30:10 -04:00
format-prefix = " "
2023-03-30 05:15:37 -04:00
format-prefix-foreground = ${colors.primary}
2023-03-30 09:48:12 -04:00
format-foreground = #FFFFFF
2023-03-30 05:15:37 -04:00
label = %percentage:2%%
2023-04-06 08:30:10 -04:00
click = "htop"
2023-03-30 05:15:37 -04:00
[network-base]
type = internal/network
interval = 5
format-connected = <label-connected>
format-disconnected = <label-disconnected>
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
[module/wlan]
inherit = network-base
interface-type = wireless
label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
[module/eth]
inherit = network-base
interface-type = wired
label-connected = %{F#F0C674}%ifname%%{F-} %local_ip%
[module/date]
type = internal/date
interval = 1
2023-03-30 07:43:39 -04:00
format-prefix = " "
format-prefix-foreground = ${colors.primary}
2023-03-30 05:15:37 -04:00
date = %H:%M
date-alt = %Y-%m-%d %H:%M:%S
label = %date%
2023-03-30 07:43:39 -04:00
label-foreground = #FFFFFF
2023-03-30 05:15:37 -04:00
[settings]
screenchange-reload = true
pseudo-transparency = true
2023-04-13 15:21:35 -04:00
[module/battery]
type = internal/battery
label-discharging = " %percentage%%"
label-full = " 100%"
label-charging = " %percentage%%
label-low = " BATTERY LOW"
full-at = 99
low-at = 5
; Use the following command to list batteries and adapters:
; $ ls -1 /sys/class/power_supply/
battery = BAT1
; adapter = AC
poll-interval = 5
2023-03-30 05:15:37 -04:00
; vim:ft=dosini