Configuration for polybar and dunst
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
*foreground:#abb2bf
|
||||
*foreground:#c6d0f5
|
||||
*foreground-light:#d4d8df
|
||||
*foreground-lighter:#f6f7f9
|
||||
*background:#c6d0f5
|
||||
*background:#303446
|
||||
*background-light:#323842
|
||||
*background-dark:#21252b
|
||||
*background-darker:#1e2227
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DISK="/dev/vda"
|
||||
DISK="/dev/sdc"
|
||||
MOUNTOPTS="defaults,ssd,compress=zstd,autodefrag,noatime"
|
||||
PASSWORD="root"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user