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

@@ -1,7 +1,7 @@
*foreground:#abb2bf *foreground:#c6d0f5
*foreground-light:#d4d8df *foreground-light:#d4d8df
*foreground-lighter:#f6f7f9 *foreground-lighter:#f6f7f9
*background:#c6d0f5 *background:#303446
*background-light:#323842 *background-light:#323842
*background-dark:#21252b *background-dark:#21252b
*background-darker:#1e2227 *background-darker:#1e2227

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
DISK="/dev/vda" DISK="/dev/sdc"
MOUNTOPTS="defaults,ssd,compress=zstd,autodefrag,noatime" MOUNTOPTS="defaults,ssd,compress=zstd,autodefrag,noatime"
PASSWORD="root" PASSWORD="root"

View File

@@ -7,6 +7,7 @@ dunst
feh feh
flameshot flameshot
firefox firefox
htop
i3lock i3lock
i3-wm i3-wm
lxappearance lxappearance

View File

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