feat/nix #3

Merged
Jaaj-San merged 59 commits from feat/nix into main 2024-09-20 22:35:47 +02:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 1eb99380ea - Show all commits

View file

@ -1,4 +1,4 @@
#!/bin/dash #!/usr/bin/env dash
# Monitor duplication daemon # Monitor duplication daemon
WIDGET_NAME=bar WIDGET_NAME=bar

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
jaajs = [ jaajs = [
""" """

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
xmodmap -e "keycode 10 = 1" xmodmap -e "keycode 10 = 1"
xmodmap -e "keycode 11 = 2" xmodmap -e "keycode 11 = 2"

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
alacritty --class "uwu-uwu" -e /usr/bin/bash -c "uwu | dotacat && read" & alacritty --class "uwu-uwu" -e /usr/bin/bash -c "uwu | dotacat && read" &
alacritty --class "uwu-neofetch" -e /usr/bin/bash -c "echo '' && neofetch && read" & alacritty --class "uwu-neofetch" -e /usr/bin/bash -c "echo '' && neofetch && read" &