LFdev

Results 18 comments of LFdev

@h0adp0re @tuv7041 You may wanna take a look at https://github.com/samoshkin/tmux-plugin-sysstat/issues/8#issuecomment-1783944304. Cheers

This should fix the problem (more or less like #17, but applied manually after the installation): ``` SYSSTAT_SCRIPTS_DIR="$HOME"/.tmux/plugins/tmux-plugin-sysstat/scripts cd "$SYSSTAT_SCRIPTS_DIR" sed -i 's/%.[01]f%%/%2.0f%%/g' {cpu,mem,swap}.sh ``` _SYSSTAT_SCRIPTS_DIR_ is where the files...

@tuv7041 Actually the padding is intentional (as requested in this issue): the CPU usage percentage value varies from X to XX, it causes the status widget to change the width...

> I have been porting the extension to gnome-shell 45 https://github.com/gicmo/gamemode-extension/issues/70#issuecomment-1693012851 I just wanted to add that it also works with GNOME 46, one just needs to add the new...

Same here, with either bash or zsh. I do not know exactly why, but after opening a subshell it starts to work. As a workaround, changing the default keybinding to...

I do not know if this was a problem with the displayed help text, but here it seems to work if I use square brackets instead of parenthesis (I did...

> thread 'background-executor-29' panicked at app/src/user_config/native.rs:60:18: > Should be able to create watcher: Error { kind: Io(Os { code: 24, kind: Uncategorized, message: "Too many open files" }), paths: []...

> 16:16:35 [INFO] Cpu: llvmpipe (LLVM 15.0.7, 128 bits) > 16:16:35 [INFO] Driver: llvmpipe (Mesa 23.2.1-1ubuntu3.1~22.04.2 (LLVM 15.0.7)) > 16:16:35 [INFO] Cpu: llvmpipe (LLVM 15.0.7, 128 bits) > 16:16:35 [INFO]...

@g4nd4lf I think this model works with the `radeon` driver, which does not support Vulkan, but them Warp should work with its OpenGL driver as far as I know. There...

It seems to be related to [DNS resolution](https://unix.stackexchange.com/questions/399027/gpg-keyserver-receive-failed-server-indicated-a-failure) for some package versions. Here I use a custom DNS via `dnscrypt-proxy`, and the command seen in the screenshots above also fails,...