aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar/config.ini
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar/config.ini')
-rw-r--r--.config/polybar/config.ini24
1 files changed, 7 insertions, 17 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index 2b89449..7191b4c 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -127,7 +127,7 @@ font-3 = fixed:pixelsize=10;1
;font-4 = unifont:fontformat=truetype:size=8:antialias=false;0
;font-5 = siji:pixelsize=10;1
-modules-left = date uptime wlan eth filesystem-root filesystem-home filesystem-hdd cpu temperature memory xwindow
+modules-left = date uptime wlan eth storage-ssd storage-hdd cpu temperature memory xwindow
modules-right = battery pulseaudio ewmh
override-redirect = false
@@ -172,7 +172,7 @@ font-3 = fixed:pixelsize=10;1
;font-4 = unifont:fontformat=truetype:size=8:antialias=false;0
;font-5 = siji:pixelsize=10;1
-modules-left = date uptime wlan eth filesystem-root filesystem-home filesystem-hdd cpu temperature memory xwindow
+modules-left = date uptime wlan eth storage-ssd storage-hdd cpu temperature memory xwindow
modules-right = battery pulseaudio ewmh
override-redirect = true
@@ -185,33 +185,23 @@ type = internal/xwindow
label = " %title:0:50:...%"
label-foreground = ${colors.xwindow-fg}
-[module/filesystem-root]
+[module/storage-ssd]
type = internal/fs
interval = 25
mount-0 = /
-label-mounted = " %{A1:pcmanfm /:}%mountpoint% %percentage_used%%%{A1} "
+label-mounted = " SSD: %percentage_used%% "
label-mounted-background = ${colors.fs-root-bg}
label-mounted-foreground = ${colors.fs-root-fg}
-[module/filesystem-home]
-type = internal/fs
-interval = 25
-
-mount-0 = /home
-
-label-mounted = " %{A1:pcmanfm /home:}%mountpoint% %percentage_used%%%{A1} "
-label-mounted-background = ${colors.fs-home-bg}
-label-mounted-foreground = ${colors.fs-home-fg}
-
-[module/filesystem-hdd]
+[module/storage-hdd]
type = internal/fs
interval = 25
mount-0 = /hdd
-label-mounted = " %{A1:pcmanfm /hdd:}%mountpoint% %percentage_used%%%{A1} "
+label-mounted = " HDD: %percentage_used%% "
label-mounted-background = ${colors.fs-hdd-bg}
label-mounted-foreground = ${colors.fs-hdd-fg}
@@ -239,7 +229,7 @@ interval = 3.0
format-connected = <ramp-signal> <label-connected>
format-connected-background = ${colors.wifi-bg}
format-connected-foreground = ${colors.wifi-fg}
-label-connected = "%{A1:alacritty -t 'nmtui' -e 'nmtui':}WIFI: %essid% (%local_ip%)%{A1}"
+label-connected = "WIFI: %essid% (%local_ip%)"
;label-connected = "%local_ip%"
label-disconnected = ""