1
0

Added linux config for kanto

Updated dots script to correctly install across multiple systems
Simplified rofi configuration
Added sway config for kanto
Fixed swaylock colour missing a zero
Minor updates for specific font sizes, colours etc.
This commit is contained in:
2025-09-29 17:44:50 +01:00
parent a184195a29
commit ce8e8fe6ec
8 changed files with 183 additions and 22 deletions

View File

@@ -37,4 +37,4 @@ configuration {
kb-custom-10: "Super+0";
}
@theme "tokyo"
@theme "theme"

View File

@@ -1,11 +1,20 @@
* {
font: "Noto Sans CJK JP 11";
bg: #181818;
fg: #FFFFFF;
bg: #181818;
fg: #FFFFFF;
/*tokyo
selected: #3185FC;
urgent: #0567F1;
active: #86B8FD;
tokyo*/
/*kanto
selected: #85FF85;
urgent: #5CFF5C;
active: #C2FFC2;
kanto*/
background-color: transparent;
text-color: @fg;