(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

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

feat(waybar): add color-picker

74k1 7b6188e8 998e19ae

+7
+7
modules/home-manager/wayland/waybar/default.nix
··· 130 130 modules = [ 131 131 "custom/tray-btn" 132 132 "tray" 133 + "custom/color-picker" 133 134 ]; 134 135 }; 135 136 ··· 145 146 "tray" = { 146 147 icon-size = 16; 147 148 spacing = 16; 149 + }; 150 + 151 + "custom/color-picker" = { 152 + format = " ⛶"; 153 + tooltip = false; 154 + on-click = "${lib.getExe pkgs.hyprpicker} -abl"; 148 155 }; 149 156 150 157 "custom/net" = {