Harton
Harton
Hi, Sorry, I have not expressed myself correctly. I'm trying to write guides for every OS from the beginning to the first unpack and pack. I have not experience with...
You're right about excluding instructions for dependencies because these are subject to change. I understand what I've missing and now I can finish now Windows Guide Natively workaround. When I...
Same issue here, I've tried last version, same thing happens. Small icons in all applets and menus.
```bash nano menu_powermenu ``` Replace sh to bash ```bash cpu=$(bash ~/.config/rofi/bin/usedcpu) memory=$(bash ~/.config/rofi/bin/usedram) ```
Same happening to me. **CPU**: Intel i5-7500 (4) @ 3.800GHz **GPU**: NVIDIA GeForce GTX 1060 6GB **MEM**: 16GB DDR4 **OS**: Arch Linux x86_64 **Kernel**: 6.6.8-arch1-1 **Resolution**: 1920x1080, 1440x900 **WM**: awesome...
> After tinkering around a bit, I found that after launching, I can connect to the server with the attach configuration: > > ```lua > { > name = "Debug...
> I've forked and built alternatrr for arm64, and it's working! > > `ghcr.io/soredake/alternatrr:latest` Thanks. If you remember change de README also.
I've managed to get it working with: ```cs #browser { z-index: 0 !important; } #sidebar-box { --uc-sidebar-width: 44px; --uc-sidebar-hover-width: 450px; --uc-autohide-sidebar-delay: 1ms; /* Waiting time before hiding sidebar */ position:...
``` cargo clean git pull cargo build --release ``` Now is working. Thank you.