this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Waybar PPD module

Ben C 5f159581 39762dd3

+6 -5
+6 -5
homeModules/waybar.nix
··· 543 543 on-click = "activate"; 544 544 }; 545 545 power-profiles-daemon = { 546 - format = "{icon} {profile}"; 546 + format = "{icon}"; 547 + tooltip-format = "Power Profile: {profile}"; 547 548 format-icons = { 548 - default = "󰁹"; 549 - performance = "󰂄"; 550 - balanced = "󱠴"; 551 - power-saver = "󱟠"; 549 + default = "󰓅"; 550 + performance = "󰓅"; 551 + balanced = "󰾅"; 552 + power-saver = "󰾆"; 552 553 }; 553 554 }; 554 555 }