mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 12:54:38 -05:00
feat: init
This commit is contained in:
commit
96c6f790fc
804 changed files with 33411 additions and 0 deletions
19
profiles/user1/files/get_weather.sh
Executable file
19
profiles/user1/files/get_weather.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
for i in {1..5}
|
||||
do
|
||||
text=$(curl -s "https://wttr.in/$1?format=1")
|
||||
if [[ $? == 0 ]]
|
||||
then
|
||||
text=$(echo "$text" | sed -E "s/\s+/ /g")
|
||||
tooltip=$(curl -s "https://wttr.in/$1?format=4")
|
||||
if [[ $? == 0 ]]
|
||||
then
|
||||
tooltip=$(echo "$tooltip" | sed -E "s/\s+/ /g")
|
||||
echo "{\"text\":\"$text\", \"tooltip\":\"$tooltip\"}"
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
sleep 2
|
||||
done
|
||||
echo "{\"text\":\"error\", \"tooltip\":\"error\"}"
|
14
profiles/user1/files/justfile
Executable file
14
profiles/user1/files/justfile
Executable file
|
@ -0,0 +1,14 @@
|
|||
ewwEdit:
|
||||
eww --config /home/nick/dotfiles/home-manager/modules/eww/config/ open centerPanel
|
||||
|
||||
ewwLaunch:
|
||||
./home/nick/dotfiles/home-manager/modules/eww/config/scripts/master.sh
|
||||
|
||||
gobrrr:
|
||||
home-manager switch --flake ~/dotfiles#desktop
|
||||
|
||||
gobrrrl:
|
||||
nixos-rebuild switch --use-remote-sudo --flake /home/nick/dotfiles#desktop
|
||||
|
||||
fuckoff:
|
||||
shutdown now
|
BIN
profiles/user1/files/wallpaper/0v1YQLSg6MTHNJwDdky4Igcc6nTTbMctPS8DhT_iGww.webp
Executable file
BIN
profiles/user1/files/wallpaper/0v1YQLSg6MTHNJwDdky4Igcc6nTTbMctPS8DhT_iGww.webp
Executable file
Binary file not shown.
After Width: | Height: | Size: 416 KiB |
BIN
profiles/user1/files/wallpaper/9402963.jpg
Executable file
BIN
profiles/user1/files/wallpaper/9402963.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
BIN
profiles/user1/files/wallpaper/f.jpg
Executable file
BIN
profiles/user1/files/wallpaper/f.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 200 KiB |
BIN
profiles/user1/files/wallpaper/murder-drones-action-scene-2hplnpxoeolfor3a.jpg
Executable file
BIN
profiles/user1/files/wallpaper/murder-drones-action-scene-2hplnpxoeolfor3a.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
BIN
profiles/user1/files/wallpaper/murder-drones-wallpapers-8.jpg
Executable file
BIN
profiles/user1/files/wallpaper/murder-drones-wallpapers-8.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 314 KiB |
Loading…
Add table
Add a link
Reference in a new issue