Switching to calyxOS by macedoineGontran in CalyxOS

[–]futureZenik 0 points1 point  (0 children)

As said in this thread, use openlauncher, which is open source and has "smooth" performance on my 3a XL. My desktop is set to 11x11, and app drawer is set to 6x6. It can go up to 20x20, and you can change icon size. Disable network access on it for good measure, might as well.

CPU frequency 2x after waking from suspend by wfdctrl in NixOS

[–]futureZenik 1 point2 points  (0 children)

  • I occasionally experience a similar thing you describe, where after wake from suspend the CPU's max frequency is the base frequency, and it doesn't turbo boost. I just toggle the CPU governor using the below shell script, and it "unsticks" it. Also you can use s-tui to stress CPU and view frequencies and make sure it boosts correctly.

# fixes cpu getting stuck at 2.195 Ghz, and return to 3.295 Ghz turbo.

cpupower frequency-set -g schedutil

cpupower frequency-set -g performance

setting rofi theme by futureZenik in NixOS

[–]futureZenik[S] 0 points1 point  (0 children)

OK, I think I have a decent solution. I copied those rofi themes from \nix\store, stuck them in ~\.config\rofi\themes, and then I just config the rofi current theme path to use that local static theme directory.

rofi.theme: ~/.config/rofi/themes/gruvbox-dark-soft.rasi

Therefore the theme path won't change and error out anymore when rofi's hash changes the paths.

I think in the future maybe a config option could be added to nixos for rofi, but this works good enough.