earthian
earthian
after running `botflix config "mpv"` i end up with a blank terminal screen with nothing on it. After ctrl-c i get following logs - http://0x0.st/HVbx.txt I can connect to https://www.torrentgalaxy.to/...
### Hyprland Version System/Version info ```sh Hyprland, built from branch main at commit 1512b81126dd115f089fd21244692d92034c78f8 dirty (master: guard PNODE in roll*). Date: Wed Jan 3 00:18:38 2024 Tag: v0.34.0-19-g1512b811 flags: (if...
arch, hyprland git, hyprland running on intel gpu, plugged via usb-c-hdmi to external monitor, lid closed running `wal -n -q -i "$wp" --saturate 0.3` enables (turns on) laptop monitor (while...
sync command i'm using: ```bash scdl -l "https://soundcloud.com/sad_martian/sets/whistling" \ --addtimestamp --addtofile --original-art \ -c --sync archive.txt ``` error looks like this ``` Updating https://soundcloud.com/sad_martian/sets/whistling Soundcloud Downloader Found a playlist Comparing...
currently if using not discord, but webcord, elcord just can't find connection
i have a css file in themes folder, that is changed whenever i run pywal theming script, but armcord theme doesn't update, maybe there is already some kind of command...
This pops up every time i open emacs. If it is not fixable is there a way i can prevent this warning from appearing? Warning started appearing since i updated...
Code: ```js function Backlight() { let brightness = Variable("0", { listen: [ ['bash', '-c', '/home/earthian/dotfiles/.config/eww/scripts/backlight'], out => Number(out).toFixed(0) ], }) return Widget.Overlay({ className: "backlight", child: Widget.CircularProgress({ css: 'min-height: 10px;' +...
```js Utils.watch( "EN", hyprland, "keyboard-layout", (kbdName, layoutName) => { print(kbdName, layoutName) // prints 'undefined, undefined' return "something" }) ```