This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Average: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle Average: all 4.55 0.00 3.31 22.85 0.18 0.06 0.00 0.00 0.00 69.07 Average: 0 5.41 0.00 5.41 88.29 0.00 0.90 0.00 0.00 0.00 0.00 Average: 1 1.98 0.00 1.98 0.00 0.00 0.00 0.00 0.00 0.00 96.04 Average: 2 12.10 0.00 9.68 0.00 0.00 0.00 0.00 0.00 0.00 78.23 Average: 3 0.00 0.00 1.00 0.00 0.00 0.00 0.00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ⟩ fastfetch | |
| -` Gnana@LinuxNoob | |
| .o+` --------------- | |
| `ooo/ OS: Arch Linux x86_64 | |
| `+oooo: Host: 82L5 (IdeaPad 5 Pro 16ACH6) | |
| `+oooooo: Kernel: Linux 6.19.10-arch1-1 | |
| -+oooooo+: Uptime: 1 hour, 15 mins | |
| `/:-:++oooo+: Packages: 661 (pacman) | |
| `/++++/+++++++: Shell: zsh 5.9 | |
| `/++++++++++++++: Display (CSO1601): 2560x1600 in 16", 120 Hz [Built-in] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| export __NV_PRIME_RENDER_OFFLOAD=1 | |
| export __GLX_VENDOR_LIBRARY_NAME=nvidia | |
| export __VK_LAYER_NV_optimus=NVIDIA_only | |
| export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json | |
| exec "$@" |