The most powerful shells in the core :
⌊ Windows : ⌊ Unix :
⌊ PowerShell ⌊ Fish
❤🔥1💩1
Sound-sensitive equalizer (microphone)
#!/bin/bash
mkdir -p ~/.config/cava
cat << 'EOF' > ~/.config/cava/config
[general]
bars = 20
framerate = 60
color = #0080FF
bar_width = 3
bar_spacing = 1
height = 10
sensitivity = 100
[input]
method = pulse
source = auto
EOF
MIC_SOURCE=$(pactl list short sources | grep input | awk '{print $2}' | head -n1)
if [ -n "$MIC_SOURCE" ]; then
sed -i "s/source = auto/source = $MIC_SOURCE/" ~/.config/cava/config
fi
cava
❤1
MrSaad
The projects were published : + https://github.com/MrBanana2045/Hybrid + https://github.com/MrBanana2045/FPO_OSINT support us
financial support 🦋
USDT(Trc20):
USDT(Trc20):
TB4KmsEt1NuPeUemG279NqZBMcL8fTFpQA❤1
MrSaad
بگو ک این شوخیه !
عشقم برگشت
مشکل از دیسپلی gdm گنوم بود روی محیط گنوم WSOD نشون میداد ولی روی دیسپلی sddm هایپرلند اوکی بود
در نتیجه :
rm -rf /gnome
مشکل از دیسپلی gdm گنوم بود روی محیط گنوم WSOD نشون میداد ولی روی دیسپلی sddm هایپرلند اوکی بود
در نتیجه :
rm -rf /gnome
👍1🔥1