Added rofi. Ignored some applications from rofi list. Added (nonworking) kanata). Added more packages. Added hyprsunset. Ingoring hyprland monitors. More.

This commit is contained in:
Jurn Wubben 2025-11-08 14:23:05 +01:00
parent ae719aacf3
commit 101a5d9bf2
26 changed files with 782 additions and 16 deletions

View file

@ -0,0 +1,16 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Colors
**/
* {
background: #{{.colors.base00}};
background-alt: #{{.colors.base01}};
foreground: #{{.colors.base05}};
selected: #{{.colors.base0C}};
active: #{{.colors.base0B}};
urgent: #{{.colors.base08}};
}

View file

@ -0,0 +1,12 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Fonts
*
**/
* {
font: "JetBrainsMono Nerd Font Mono";
}