Configuration for polybar and dunst

This commit is contained in:
2024-07-12 23:39:43 +02:00
parent 616255d2c4
commit 9ae4fdb609
4 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ alert = #e78284
disabled = #737994
[bar/HDMI-0]
monitor = HDMI-0
monitor = Virtual-1
width = 100%
height = 30px
@@ -132,7 +132,7 @@ interval = 25
mount-0 = /
label-mounted = %{F#61afef}%{F-} %percentage_used%%
label-mounted = %{F#8caaee} %{F-} %percentage_used%%
label-mounted-font = 1
label-unmounted = %mountpoint% not mounted
@@ -143,13 +143,13 @@ type = internal/pulseaudio
format-volume = <label-volume>
format-volume-prefix-font = 1
format-volume-prefix = " "
format-volume-prefix = " "
format-volume-prefix-foreground = ${colors.primary}
label-volume = "%percentage%%"
label-volume-font = 1
label-muted = %{F#61afef}%{F-} mute
label-muted = %{F#8caaee}󰝟%{F-} mute
[module/xkeyboard]
type = internal/xkeyboard
@@ -164,14 +164,14 @@ label-indicator-background = ${colors.primary}
[module/memory]
type = internal/memory
interval = 2
format-prefix = " "
format-prefix = " "
format-prefix-foreground = ${colors.primary}
label = %percentage_used:2%%
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = " "
format-prefix = " "
format-prefix-foreground = ${colors.primary}
label = %percentage%%
@@ -180,7 +180,7 @@ type = internal/network
interface-type = wired
interval = 5
format-connected = <label-connected>
format-connected-prefix = " "
format-connected-prefix = " "
format-connected-prefix-foreground = ${colors.primary}
label-connected = %ifname% %local_ip%
@@ -190,7 +190,7 @@ type = internal/network
interface-type = wired
interval = 5
format-connected = <label-connected>
format-connected-prefix = " "
format-connected-prefix = "󰾆 "
format-connected-prefix-foreground = ${colors.primary}
label-connected = %upspeed% %downspeed%
@@ -200,7 +200,7 @@ exec = pacman -Syup | head -n -4 | wc -l
interval = 600
format = <label>
format-prefix = " "
format-prefix = " "
format-prefix-foreground=${colors.primary}
@@ -212,10 +212,10 @@ exec = date +"%a %Y-%m-%d %H:%M:%S"
format = <label>
format-foreground=${colors.primary}
label = " "
label = " "
label-padding-right = 5px
click-left = calendar.sh
click-left = /etc/polybar/calendar.sh
[module/date]
type = internal/date
@@ -233,4 +233,3 @@ label-padding-right = 10px
screenchange-reload = true
pseudo-transparency = false
; vim:ft=dosini