framework: niri tweaks

This commit is contained in:
Tristan 2025-07-23 08:56:17 +01:00
parent 622fc07b5a
commit 8905c31816
3 changed files with 45 additions and 3 deletions

View file

@ -7,9 +7,24 @@
layer = "bottom";
position = "top";
height = 36;
modules-right = ["mpris" "idle_inhibitor" "pulseaudio" "clock" "tray" "battery"];
modules-right = ["mpris" "power-profiles-daemon" "cpu" "idle_inhibitor" "pulseaudio" "clock" "tray" "battery"];
"cpu" = {
"format" = "{icon}";
"format-icons" = ["" "" "" "" "" "" "" ""];
};
"power-profiles-daemon" = {
"format" = "{icon}";
"tooltip-format" = "Power profile: {profile}\nDriver: {driver}";
"tooltip" = true;
"format-icons" = {
"default" = "";
"performance" = "";
"balanced" = "";
"power-saver" = "";
};
};
clock = {
format = "📅 {:%a %b-%d lib, %I:%M %p}";
format = "📅 {:%a %b-%d, %I:%M %p}";
};
idle_inhibitor = {
format = "{icon}";