committing random WM stuff

This commit is contained in:
2026-03-24 00:03:59 +01:00
parent a7c0018684
commit cb15e83811
70 changed files with 5428 additions and 1 deletions

8
rofi/shared/colors.rasi Normal file
View File

@@ -0,0 +1,8 @@
* {
background: #3d3942;
background-alt: #49454f;
foreground: #e0dde2;
selected: #C3B2CD;
active: #A896B3;
urgent: #9A9EAA;
}

7
rofi/shared/fonts.rasi Normal file
View File

@@ -0,0 +1,7 @@
/* Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com> */
/* Text Font */
* {
font: "Iosevka 10";
}