From 84f82823a2c339b61b3f28ccd5ea64b9a00d8b8f Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Thu, 3 Oct 2024 07:19:21 -0400 Subject: refactor: smaller gaps, smaller frame width --- .config/awesome/rc-4.3-3.lua | 2 +- .config/awesome/rc.lua | 2 +- .config/awesome/themes/adw/theme.lua | 2 +- .config/awesome/themes/adwaita/theme.lua | 2 +- .config/awesome/themes/default/theme.lua | 2 +- .config/dunst/dunstrc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua index 3e24c64..bc08e0b 100644 --- a/.config/awesome/rc-4.3-3.lua +++ b/.config/awesome/rc-4.3-3.lua @@ -811,7 +811,7 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- }}} -- gaps -beautiful.useless_gap = 5 +beautiful.useless_gap = 2 -- run garbage collector regularly to prevent memory leaks gears.timer { diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f157594..45de6d1 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -820,7 +820,7 @@ client.connect_signal("mouse::enter", function(c) end) -- gaps -beautiful.useless_gap = 5 +beautiful.useless_gap = 2 -- run garbage collector regularly to prevent memory leaks gears.timer { diff --git a/.config/awesome/themes/adw/theme.lua b/.config/awesome/themes/adw/theme.lua index 531a518..48cb29b 100644 --- a/.config/awesome/themes/adw/theme.lua +++ b/.config/awesome/themes/adw/theme.lua @@ -26,7 +26,7 @@ theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" theme.useless_gap = dpi(0) -theme.border_width = dpi(4) +theme.border_width = dpi(2) theme.border_normal = "#101010" theme.border_focus = "#0072FF" theme.border_marked = "#7d4c10" diff --git a/.config/awesome/themes/adwaita/theme.lua b/.config/awesome/themes/adwaita/theme.lua index 42ec3c3..68a1873 100644 --- a/.config/awesome/themes/adwaita/theme.lua +++ b/.config/awesome/themes/adwaita/theme.lua @@ -26,7 +26,7 @@ theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" theme.useless_gap = dpi(0) -theme.border_width = dpi(4) +theme.border_width = dpi(2) theme.border_normal = "#101010" theme.border_focus = "#0072FF" theme.border_marked = "#7d4c10" diff --git a/.config/awesome/themes/default/theme.lua b/.config/awesome/themes/default/theme.lua index 806645a..4402726 100644 --- a/.config/awesome/themes/default/theme.lua +++ b/.config/awesome/themes/default/theme.lua @@ -25,7 +25,7 @@ theme.fg_urgent = "#ffffff" theme.fg_minimize = "#ffffff" theme.useless_gap = dpi(0) -theme.border_width = dpi(1) +theme.border_width = dpi(2) theme.border_normal = "#000000" theme.border_focus = "#535d6c" theme.border_marked = "#91231c" diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 4bad968..51449ce 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -95,7 +95,7 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 2 # Defines color of the frame around the notification window. frame_color = "#0072FF" -- cgit v1.2.3