aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj-sh6042024-10-03 07:19:21 -0400
committerkj-sh6042024-10-03 07:19:21 -0400
commit84f82823a2c339b61b3f28ccd5ea64b9a00d8b8f (patch)
treed7ec97c59efdaecdc64fe50f29425bb4da20e8b7
parent5ea357e7cd233b1be359fcfac6f01718dac4171a (diff)
refactor: smaller gaps, smaller frame width
-rw-r--r--.config/awesome/rc-4.3-3.lua2
-rw-r--r--.config/awesome/rc.lua2
-rw-r--r--.config/awesome/themes/adw/theme.lua2
-rw-r--r--.config/awesome/themes/adwaita/theme.lua2
-rw-r--r--.config/awesome/themes/default/theme.lua2
-rw-r--r--.config/dunst/dunstrc2
6 files changed, 6 insertions, 6 deletions
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"