worked on waybar config

This commit is contained in:
Tomas Rivera
2026-02-28 11:51:23 +01:00
parent 25e3032ff6
commit 8fea37feef
4 changed files with 77 additions and 20 deletions
+11 -2
View File
@@ -1,11 +1,20 @@
{ writeShellApplication, hyprpicker, libnotify, toybox, ... }:
# useless
# used to come from my old dotfiles which were copied from fedora-hyprdots
# just use hyprpicker | tee >(wl-copy) | cliphist store
# because hyprpicker and cliphist are inside my configuration.nix
# no need to verify their existence
{ writeShellApplication, hyprpicker, libnotify, toybox, wl-clipboard, ... }:
writeShellApplication {
name = "custom-colorpicker";
name = "custom-colorpicker-useless";
runtimeInputs = [
hyprpicker
libnotify
toybox
wl-clipboard
];
text = ''
check() {