From e41164cc452089c01f6764458ceb0127ab40c928 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:02:03 +0200 Subject: Overall better functionality + new scripts. Changes to be committed: new file: vpn modified: X11/xinit modified: zsh/aliases modified: zsh/zshrc modified: zsh/env modified: color-picker modified: keybinds modified: nvpower modified: pmenu modified: Vencord/settings/settings.json modified: zathura/zathurarc modified: ranger/rifle.conf modified: ranger/rc.conf modified: btop/btop.conf --- color-picker | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'color-picker') diff --git a/color-picker b/color-picker index a132a44..065a57e 100755 --- a/color-picker +++ b/color-picker @@ -2,7 +2,11 @@ set -e -SELECTED_COLOR=$(grabc) +# if you want to view colors use gcolor3 from the repos + +SELECTED_COLOR=$(xcolor) # use xcolor or xoris ; xcolor has zoom feature + +# Copy to clipboard echo $SELECTED_COLOR | xsel -b echo $SELECTED_COLOR -- cgit v1.2.3