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/config.rasi | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'config/rofi/config.rasi') diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 41a48540..011eebb1 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -13,12 +13,10 @@ * If you have edited a config, rename it with a unique name. During update, the contents of * ~/.config/rofi/themes/ will be replaced. */ -/* ---- Configuration Fonts ---- */ -configuration { - font: "JetBrainsMono Nerd Font SemiBold 13"; -} - -/* note: Element-text font and size, edit configs in ~/.config/rofi/themes/ */ +/* ---- Global Configuration Fonts ---- */ +@import "~/.config/rofi/0-shared-fonts.rasi" +/* note: Main themes in ~/.config/rofi/themes */ +/* You can manually change here or you can use rofi theme selector SUPER SHIFT E */ @theme "~/.config/rofi/themes/KooL_style-9.rasi" -- cgit v1.2.3