From 1422b8b76e9f115e134f67ba9bff7fc6bc30db29 Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 11 Aug 2022 14:14:48 -0400 Subject: [PATCH] Add titlebar theme + window rules for konsole --- kde/.config/kwinrulesrc | 25 ++++++++++++------- .../Konsole Dark Pastel Titlebar.colors | 7 ++++++ 2 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 kde/.local/share/color-schemes/Konsole Dark Pastel Titlebar.colors diff --git a/kde/.config/kwinrulesrc b/kde/.config/kwinrulesrc index aad8b1e..337a10b 100644 --- a/kde/.config/kwinrulesrc +++ b/kde/.config/kwinrulesrc @@ -1,4 +1,19 @@ [1] +Description=Window settings for konsole +decocolor=Konsole Dark Pastel Titlebar +decocolorrule=2 +types=1 +wmclass=konsole +wmclassmatch=1 + +[2] +Description=Application settings for code +decocolor=VS Code Titlebar +decocolorrule=2 +wmclass=code +wmclassmatch=1 + +[3] Description=Application settings for discord clientmachine=localhost decocolor=Discord Titlebar @@ -7,13 +22,5 @@ wmclass=discord wmclassmatch=1 [General] -count=2 +count=3 rules=ac4334d1-953b-4987-893d-875a2a0603ac,1 - -[ac4334d1-953b-4987-893d-875a2a0603ac] -Description=Application settings for code -clientmachine=localhost -decocolor=VS Code Titlebars -decocolorrule=2 -wmclass=code -wmclassmatch=1 diff --git a/kde/.local/share/color-schemes/Konsole Dark Pastel Titlebar.colors b/kde/.local/share/color-schemes/Konsole Dark Pastel Titlebar.colors new file mode 100644 index 0000000..ea7b3af --- /dev/null +++ b/kde/.local/share/color-schemes/Konsole Dark Pastel Titlebar.colors @@ -0,0 +1,7 @@ +[WM] +activeBackground=44,44,44 +activeBlend=220,220,204 +activeForeground=220,220,204 +inactiveBackground=44,44,44 +inactiveBlend=220,220,204 +inactiveForeground=220,220,204