Update .config/btop/btop.conf

Update .config/hypr/hyprland/binds/managment.conf
Update .config/fish/fish_variables
Update .config/fish/functions/open.fish
This commit is contained in:
2026-01-16 19:52:40 +01:00
parent 74a144d60a
commit 30f7772a50
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
color_theme = "/home/szymon/.config/btop/themes/catppuccin_latte.theme"
color_theme = "/home/szymon/.config/btop/themes/catppuccin_mocha.theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = true
@@ -60,7 +60,7 @@ update_ms = 1200
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "memory"
proc_sorting = "cpu direct"
#* Reverse sorting order, True or False.
proc_reversed = false

View File

@@ -74,7 +74,7 @@ bind = $mainMod, space , exec, $menu
bind = $mainMod ALT_L, c, exec, openrgb -c $openrgb_color # restore openrgb color
### messages
bind = $mainMod Control_L, s, exec,[workspace 1] kitty --title "gurk" gurk
bind = $mainMod Control_L, s, exec,[workspace 1] signal-desktop --password-store="kwallet6"
bind = $mainMod Control_L, s, focuswindow, class:^(signal)$
bind = $mainMod Control_L, s, focuswindow, title:^(signal)$

View File

@@ -1,7 +1,7 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR __fish_initialized:4300
SETUVAR __fish_webconfig_theme_notification:set\x2dtheme\x2dv1\x2d\x233
SETUVAR __fish_webconfig_theme_notification:set\x2dtheme\x2dv1\x2d\x234
SETUVAR _fisher_catppuccin_2F_fish_files:\x7e/\x2econfig/fish/themes/Catppuccin\x20Frappe\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Latte\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Macchiato\x2etheme\x1e\x7e/\x2econfig/fish/themes/Catppuccin\x20Mocha\x2etheme
SETUVAR _fisher_plugins:catppuccin/fish
SETUVAR _fisher_upgraded_to_4_4:\x1d

View File

@@ -1,3 +1,3 @@
function open --wraps='nohup xdg-open > /dev/null &' --description 'alias open=nohup xdg-open > /dev/null &'
nohup xdg-open > /dev/null & $argv
nohup xdg-open $argv > /dev/null &
end