Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Aug 22, 2024
1 parent c2ba549 commit c7f40f8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symlinks/config/btop/btop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions symlinks/config/sway/conf.d/16_floating_assignment
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 11 additions & 0 deletions symlinks/config/waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"cpu",
"temperature",
"custom/keyboard-layout",
"bluetooth",
"battery",
"tray",
"idle_inhibitor",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit c7f40f8

Please sign in to comment.