aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-05-05 20:27:59 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-05-05 20:27:59 +0200
commitf4fa81ed0cebf06fd604f80eb0d99a26f731be62 (patch)
tree4f2f65588c875607b1f56958796f9add1416963d /.config/awesome
parent2ae80388759f2cdbe5f903091faf9aca0f074f60 (diff)
Update KDE bar and awesome colors to match eachother
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua3
-rw-r--r--.config/awesome/theme.lua8
2 files changed, 7 insertions, 4 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 950743b..c67725b 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -423,6 +423,9 @@ awful.rules.rules = {
class = {
"krunner",
},
+ type = {
+ "_KDE_NET_WM_WINDOW_TYPE_ON_SCREEN_DISPLAY",
+ },
},
properties = {
floating = true,
diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua
index 694887c..e7a8fe7 100644
--- a/.config/awesome/theme.lua
+++ b/.config/awesome/theme.lua
@@ -12,8 +12,8 @@ local theme = {}
theme.font = "Liberation Mono 9"
-theme.bg_normal = "#393939"
-theme.bg_focus = "#5778c1"
+theme.bg_normal = "#252a35"
+theme.bg_focus = "#5294e2"
theme.bg_urgent = "#ca674a"
theme.bg_minimize = "#a9a9a9"
theme.bg_systray = theme.bg_normal
@@ -25,8 +25,8 @@ theme.fg_minimize = theme.fg_normal
theme.useless_gap = dpi(4)
theme.border_width = dpi(2)
-theme.border_normal = "#555555"
-theme.border_focus = "#5778c1"
+theme.border_normal = "#4b5165"
+theme.border_focus = "#5294e2"
theme.border_marked = "#91231c"
-- There are other variable sets