feat: polybar and rofi

This commit is contained in:
Elias Renman
2024-02-02 15:22:58 +01:00
parent 8d5b668ac4
commit d6cde2b388
17 changed files with 820 additions and 64 deletions

8
picom/picom.conf Normal file
View File

@@ -0,0 +1,8 @@
enable = true;
vsync = true;
inactive-opacity = 0.65;
active-opacity = 0.98;
corner-radius = 3;
opacity-rule = [
"100:class_g = 'Rofi'"
];