blob: ba546b52ccbb90bed8af73396f52f10d0864f861 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* KoolDots - Global rofi fonts */
/* This is where you can change fonts and sizes */
/*****-- Fonts Size and Font Size -----*****/
configuration {
font: "JetBrainsMono Nerd Font SemiBold 15";
}
/*****-- Elements Font Size -----*****/
element-text {
font: "JetBrainsMono Nerd Font SemiBold 13";
}
|