From 08f163ab085bfc48e00815aff9038da1176b8919 Mon Sep 17 00:00:00 2001 From: Darius Drake Date: Fri, 29 Dec 2023 18:34:37 -0400 Subject: [PATCH] updated: fixed some stuff --- user/.config/awesome/theme/theme.lua | 2 +- user/.config/btop/btop.conf | 8 ++++---- user/.config/picom/picom.conf | 11 +++++++++++ 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/user/.config/awesome/theme/theme.lua b/user/.config/awesome/theme/theme.lua index 5c25073ff..bdbcdf15b 100644 --- a/user/.config/awesome/theme/theme.lua +++ b/user/.config/awesome/theme/theme.lua @@ -35,7 +35,7 @@ theme.bg_urgent = "#a89984" -- {{{ Borders beautiful.gap_single_client = false theme.useless_gap = dpi(4) -theme.border_width = dpi(1.5) +theme.border_width = dpi(2) theme.border_normal = "#504945" theme.border_focus = "#cc241d" theme.border_marked = "#cc241d" diff --git a/user/.config/btop/btop.conf b/user/.config/btop/btop.conf index 42753d077..e7f9b1b30 100644 --- a/user/.config/btop/btop.conf +++ b/user/.config/btop/btop.conf @@ -54,13 +54,13 @@ update_ms = 200 #* 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 = "pid" +proc_sorting = "threads" #* Reverse sorting order, True or False. proc_reversed = False #* Show processes as a tree. -proc_tree = False +proc_tree = True #* Use the cpu graph colors in the process list. proc_colors = True @@ -81,10 +81,10 @@ proc_cpu_graphs = True proc_info_smaps = False #* Show proc box on left side of screen instead of right. -proc_left = False +proc_left = True #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). -proc_filter_kernel = False +proc_filter_kernel = True #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. #* Select from a list of detected attributes from the options menu. diff --git a/user/.config/picom/picom.conf b/user/.config/picom/picom.conf index 3df578438..a1ca387b1 100644 --- a/user/.config/picom/picom.conf +++ b/user/.config/picom/picom.conf @@ -72,6 +72,17 @@ blur-background = true blur-method = "dual_kawase" blur-strength = 2 blur-kern = "3x3box"; +blur-background-exclude = [ + "window_type = 'dock'", + "class_g ~= 'maim'", + "class_i ~= 'maim'", + "class_g ~= 'slop'", + "class_i ~= 'slop'", + "name ~= 'maim'", + "name ~= 'slop'", + "window_type = 'desktop'", + "_GTK_FRAME_EXTENTS@:c" +]; ################################# # General Settings #