diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-05-26 20:06:47 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-05-26 20:06:47 +0300 |
commit | ceae010375308744bfe381ee2c8126dbcfefdf88 (patch) | |
tree | 588ce5581d627dbc7ffa5e0c5aa46f464a1bd878 /btop | |
parent | 6ed9c8a9285b4b4f2b944a4bee16bd84ca65ec52 (diff) |
Lots of visual changes and quality of life.
Dunst configured correctly.
NeoVim colorscheme configured better.
Updates to many config files.
Changes to be committed:
modified: Vencord/settings/settings.json
modified: X11/Xresources
modified: X11/xinit
new file: appimageupdate
modified: btop/btop.conf
modified: clockpower
modified: dunst/dunstrc
new file: dunst/launch.sh
modified: keybinds
modified: lock
modified: nvim/colors/hybrid.vim
new file: nvim/colors/hybrid.vim.bkup
modified: nvim/init.vim
new file: qBittorrent/ICEBERG.qbtheme
new file: qBittorrent/ayuDark.qbtheme
modified: zsh/aliases
modified: zsh/env
modified: zsh/zshrc
Diffstat (limited to 'btop')
-rw-r--r-- | btop/btop.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btop/btop.conf b/btop/btop.conf index 0ab08a9..296b5fa 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -47,7 +47,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "cpu proc mem net" +shown_boxes = "cpu net proc mem" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 100 |