diff --git a/hyprland/.config/hypr/conf/autostart.conf b/hyprland/.config/hypr/conf/autostart.conf index a7dfd46..08ab8d0 100644 --- a/hyprland/.config/hypr/conf/autostart.conf +++ b/hyprland/.config/hypr/conf/autostart.conf @@ -6,8 +6,8 @@ # exec-once = $scr_path/keyring-launch.sh exec-once = dbus-update-activation-environment --all & exec-once = /usr/libexec/polkit-kde-authentication-agent-1 & -exec-once = pipewire & -exec-once = pipewire-pulse & +exec-once = sleep 1 && pipewire & +exec-once = sleep 1 && pipewire-pulse & # wallpaper : exec-once = swaybg -i ~/Wallpapers/macos.png & diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 2449545..04cedd2 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -23,6 +23,7 @@ "wireplumber", "backlight", "battery", + "memory", "network", "network#network-2" // "pulseaudio" @@ -31,7 +32,6 @@ // "custom/wallpaper", // "pulseaudio/slider", // "cpu", - // "memory", // "keyboard-state", ], "wlr/taskbar": { @@ -154,7 +154,8 @@ "tooltip": true }, "memory": { - "format": "{}% " + "format": "{used:0.1f} / {total:0.1f} GB", + "interval": 5 }, "backlight": { // "device": "acpi_video1", diff --git a/hyprland/.config/waybar/river/style.css b/hyprland/.config/waybar/river/style.css index cdd4630..fd27094 100644 --- a/hyprland/.config/waybar/river/style.css +++ b/hyprland/.config/waybar/river/style.css @@ -227,6 +227,11 @@ window#waybar.hidden { color: red; } +#memory { + min-width: 85px; + +} + #wireplumber { min-width: 60px; }