From 237feecbf49aaa2e36874cf814e226b11165516c Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 13 Nov 2023 19:22:33 +0100 Subject: [PATCH] change waybar config --- modules/home/waybar/settings.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 6da889c..de4d937 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -85,8 +85,8 @@ on-scroll-down = "playerctl volume .05-"; }; memory= { - format= " {}%"; - format-alt= " {used} GiB"; + format= "󰟜 {}%"; + format-alt= "󰟜 {used} GiB"; #  interval= 2; }; cpu= { @@ -95,7 +95,7 @@ interval= 2; }; disk = { - path = "/"; + # path = "/"; format = "󰋊 {percentage_used}%"; interval= 60; };