mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-05 07:05:40 +01:00
Compare commits
No commits in common. "e75fb2ed56399d0b320b2ab5bcbfce90d02a8159" and "bca833bffd0eff505fde29cf5fb7b595fa3fe2c1" have entirely different histories.
e75fb2ed56
...
bca833bffd
3 changed files with 0 additions and 11 deletions
|
|
@ -7,7 +7,6 @@
|
||||||
pkgs.twemoji-color-font
|
pkgs.twemoji-color-font
|
||||||
pkgs.noto-fonts-emoji
|
pkgs.noto-fonts-emoji
|
||||||
pkgs.swww
|
pkgs.swww
|
||||||
pkgs.swaylock
|
|
||||||
];
|
];
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ let
|
||||||
notes = pkgs.writeShellScriptBin "notes" (builtins.readFile ./scripts/notes.sh);
|
notes = pkgs.writeShellScriptBin "notes" (builtins.readFile ./scripts/notes.sh);
|
||||||
grabtext = pkgs.writeShellScriptBin "grabtext" (builtins.readFile ./scripts/grabtext.sh);
|
grabtext = pkgs.writeShellScriptBin "grabtext" (builtins.readFile ./scripts/grabtext.sh);
|
||||||
unfuck = pkgs.writeShellScriptBin "unfuck" (builtins.readFile ./scripts/unfuck.sh);
|
unfuck = pkgs.writeShellScriptBin "unfuck" (builtins.readFile ./scripts/unfuck.sh);
|
||||||
hidname = pkgs.writeShellScriptBin "hidname" (builtins.readFile ./scripts/hidname.sh);
|
|
||||||
toggle_blur = pkgs.writeScriptBin "toggle_blur" (builtins.readFile ./scripts/toggle_blur.sh);
|
toggle_blur = pkgs.writeScriptBin "toggle_blur" (builtins.readFile ./scripts/toggle_blur.sh);
|
||||||
toggle_oppacity = pkgs.writeScriptBin "toggle_oppacity" (
|
toggle_oppacity = pkgs.writeScriptBin "toggle_oppacity" (
|
||||||
builtins.readFile ./scripts/toggle_oppacity.sh
|
builtins.readFile ./scripts/toggle_oppacity.sh
|
||||||
|
|
@ -21,7 +20,6 @@ in
|
||||||
notes
|
notes
|
||||||
grabtext
|
grabtext
|
||||||
unfuck
|
unfuck
|
||||||
hidname
|
|
||||||
toggle_blur
|
toggle_blur
|
||||||
toggle_oppacity
|
toggle_oppacity
|
||||||
ascii
|
ascii
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
FILES=/dev/hidraw*
|
|
||||||
for f in $FILES; do
|
|
||||||
FILE=${f##*/}
|
|
||||||
DEVICE="$(cat /sys/class/hidraw/${FILE}/device/uevent | grep HID_NAME | cut -d '=' -f2)"
|
|
||||||
printf "%s \t %s\n" $FILE "$DEVICE"
|
|
||||||
done
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue