From 36d906ab8c6f246e139ab9ca910ac7ec7e51ad74 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 26 Feb 2025 12:45:32 +0900 Subject: Ok This will be my last push for v2.3.12. Basically, added a global fonts for rasi, making it easier to tweak. Added Style 14. Will start new version after this. Except of course if there is a bug that needs to be squashed --- config/rofi/0-shared-fonts.rasi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/rofi/0-shared-fonts.rasi (limited to 'config/rofi/0-shared-fonts.rasi') diff --git a/config/rofi/0-shared-fonts.rasi b/config/rofi/0-shared-fonts.rasi new file mode 100644 index 00000000..2c3997b0 --- /dev/null +++ b/config/rofi/0-shared-fonts.rasi @@ -0,0 +1,16 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Ja KooLit - 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"; +} \ No newline at end of file -- cgit v1.2.3