This commit is contained in:
2025-06-19 01:40:40 +02:00
parent 656573db82
commit 494afb4a88
15 changed files with 75 additions and 48 deletions

3
.scripts/fetch-weather.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
$HOME/.config/eww/Main/scripts/weather --getdata

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
export __NV_PRIME_RENDER_OFFLOAD=1
export __GLX_VENDOR_LIBRARY_NAME=nvidia

View File

@@ -1,7 +0,0 @@
#!/bin/env bash
if [ -n "$(eww active-windows | grep -i "player")" ]; then
eww close player
elif [ -n "$(pgrep -i "spotify")" ]; then
eww open player
fi

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia __VK_LAYER_NV_optimus=NVIDIA_only
unset __NV_PRIME_RENDER_OFFLOAD