From c7f40f82ef5c9ac03ac23a10fabd3d25e478dd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 22 Aug 2024 11:06:59 +0200 Subject: [PATCH] Update config --- symlinks/config/btop/btop.conf | 6 +++--- symlinks/config/sway/conf.d/16_floating_assignment | 1 + symlinks/config/waybar/config.jsonc | 11 +++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/symlinks/config/btop/btop.conf b/symlinks/config/btop/btop.conf index 24d7c4f..4fb050c 100644 --- a/symlinks/config/btop/btop.conf +++ b/symlinks/config/btop/btop.conf @@ -53,14 +53,14 @@ graph_symbol_proc = "default" shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 2000 +update_ms = 1400 #* 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" #* Reverse sorting order, True or False. -proc_reversed = False +proc_reversed = True #* Show processes as a tree. proc_tree = False @@ -72,7 +72,7 @@ proc_colors = True proc_gradient = True #* If process cpu usage should be of the core it's running on or usage of the total available cpu power. -proc_per_core = False +proc_per_core = True #* Show process memory as bytes instead of percent. proc_mem_bytes = True diff --git a/symlinks/config/sway/conf.d/16_floating_assignment b/symlinks/config/sway/conf.d/16_floating_assignment index e2262b9..02a556a 100644 --- a/symlinks/config/sway/conf.d/16_floating_assignment +++ b/symlinks/config/sway/conf.d/16_floating_assignment @@ -9,3 +9,4 @@ for_window [window_role="About"] floating enable for_window [app_id="ulauncher"] border none for_window [app_id="wofi"] border none for_window [title="Firefox — Sharing Indicator"] floating enable +for_window [app_id="tridactyl_editor"] floating enable diff --git a/symlinks/config/waybar/config.jsonc b/symlinks/config/waybar/config.jsonc index 1099a70..a2eae3b 100644 --- a/symlinks/config/waybar/config.jsonc +++ b/symlinks/config/waybar/config.jsonc @@ -35,6 +35,7 @@ "cpu", "temperature", "custom/keyboard-layout", + "bluetooth", "battery", "tray", "idle_inhibitor", @@ -155,6 +156,16 @@ }, "on-click": "pavucontrol" }, + "bluetooth": { + "format": "", + "format-connected": "", + "format-connected-battery": "{device_battery_percentage}%", + "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", + "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}", + "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}", + "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%", + "on-click": "blueman-manager" + }, "temperature": { "critical-threshold": 80, "interval": 5,