From f4fa81ed0cebf06fd604f80eb0d99a26f731be62 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 5 May 2023 20:27:59 +0200 Subject: Update KDE bar and awesome colors to match eachother --- .config/awesome/rc.lua | 3 +++ .config/awesome/theme.lua | 8 ++++---- .config/plasmashellrc | 4 ++-- README.md | 6 ++++++ 4 files changed, 15 insertions(+), 6 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 diff --git a/.config/plasmashellrc b/.config/plasmashellrc index 03bff00..5d07d31 100644 --- a/.config/plasmashellrc +++ b/.config/plasmashellrc @@ -5,10 +5,10 @@ Number of Actions=0 PreloadWeight=0 [PlasmaViews][Panel 2][Defaults] -thickness=30 +thickness=21 [PlasmaViews][Panel 2][Horizontal1920] -thickness=30 +thickness=21 [Updates] performed=/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_remove_shortcut.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/containmentactions_middlebutton.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_font_settings.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/klipper_clear_config.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/no_middle_click_paste_on_panels.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/systemloadviewer_systemmonitor.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_rename_timezonedisplay_key.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_migrateiconsetting.js,/run/current-system/sw/share/plasma/shells/org.kde.plasma.desktop/contents/updates/maintain_existing_desktop_icon_sizes.js diff --git a/README.md b/README.md index 7fd8781..8d91243 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,14 @@ Other dependencies may exist. ## Theming - GTK theme: [arc-dark](https://github.com/horst3180/Arc-theme) +- KDE theme: [arc-dark](https://github.com/PapirusDevelopmentTeam/arc-kde) - Icons: [ACYLS](https://github.com/worron/ACYLS) +- Colors: + - Dark: `#252a35` + - Light: `#4b5165` + - Focus: `#5294e2` + ## Browsers There are no good browsers. Firefox may be a cancer upon its userbase, but the -- cgit v1.1