From 1bca430e8e3dbcbfef1f087240053d6f08535fc4 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sat, 9 Mar 2024 11:42:41 +0100 Subject: [PATCH] Updates --- .settings/rofi-font.rasi | 1 + rofi/config-cliphist.rasi | 7 +++++++ rofi/config-compact.rasi | 7 +++++++ rofi/config-power.rasi | 7 +++++++ rofi/config-screenshot.rasi | 7 +++++++ rofi/config-short.rasi | 7 +++++++ rofi/config-themes.rasi | 7 +++++++ rofi/config-wallpaper.rasi | 7 +++++++ rofi/config.rasi | 7 +++++++ 9 files changed, 57 insertions(+) create mode 100644 .settings/rofi-font.rasi diff --git a/.settings/rofi-font.rasi b/.settings/rofi-font.rasi new file mode 100644 index 0000000..a2497c3 --- /dev/null +++ b/.settings/rofi-font.rasi @@ -0,0 +1 @@ +configuration { font: "Fira Sans 11"; } \ No newline at end of file diff --git a/rofi/config-cliphist.rasi b/rofi/config-cliphist.rasi index eb1bda8..8df18d7 100644 --- a/rofi/config-cliphist.rasi +++ b/rofi/config-cliphist.rasi @@ -27,9 +27,16 @@ configuration { } +/* ---- Load font ---- */ +@import "~/dotfiles/.settings/rofi-font.rasi" + /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-pywal" + +/* ---- Load wallpaper ---- */ @import "~/.cache/current_wallpaper.rasi" + +/* ---- Load border width ---- */ @import "~/dotfiles/.settings/rofi-border.rasi" /* ---- Window ---- */ diff --git a/rofi/config-compact.rasi b/rofi/config-compact.rasi index 19bff78..b52dad8 100644 --- a/rofi/config-compact.rasi +++ b/rofi/config-compact.rasi @@ -27,9 +27,16 @@ configuration { } +/* ---- Load font ---- */ +@import "~/dotfiles/.settings/rofi-font.rasi" + /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-pywal" + +/* ---- Load wallpaper ---- */ @import "~/.cache/current_wallpaper.rasi" + +/* ---- Load border width ---- */ @import "~/dotfiles/.settings/rofi-border.rasi" /* ---- Window ---- */ diff --git a/rofi/config-power.rasi b/rofi/config-power.rasi index 32df4d3..8582b79 100644 --- a/rofi/config-power.rasi +++ b/rofi/config-power.rasi @@ -27,9 +27,16 @@ configuration { } +/* ---- Load font ---- */ +@import "~/dotfiles/.settings/rofi-font.rasi" + /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-pywal" + +/* ---- Load wallpaper ---- */ @import "~/.cache/current_wallpaper.rasi" + +/* ---- Load border width ---- */ @import "~/dotfiles/.settings/rofi-border.rasi" /* ---- Window ---- */ diff --git a/rofi/config-screenshot.rasi b/rofi/config-screenshot.rasi index 0ac80e7..fae17a5 100644 --- a/rofi/config-screenshot.rasi +++ b/rofi/config-screenshot.rasi @@ -27,9 +27,16 @@ configuration { } +/* ---- Load font ---- */ +@import "~/dotfiles/.settings/rofi-font.rasi" + /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-pywal" + +/* ---- Load wallpaper ---- */ @import "~/.cache/current_wallpaper.rasi" + +/* ---- Load border width ---- */ @import "~/dotfiles/.settings/rofi-border.rasi" /* ---- Window ---- */ diff --git a/rofi/config-short.rasi b/rofi/config-short.rasi index 25155f9..76fb1dc 100644 --- a/rofi/config-short.rasi +++ b/rofi/config-short.rasi @@ -27,9 +27,16 @@ configuration { } +/* ---- Load font ---- */ +@import "~/dotfiles/.settings/rofi-font.rasi" + /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-pywal" + +/* ---- Load wallpaper ---- */ @import "~/.cache/current_wallpaper.rasi" + +/* ---- Load border width ---- */ @import "~/dotfiles/.settings/rofi-border.rasi" /* ---- Window ---- */ diff --git a/rofi/config-themes.rasi b/rofi/config-themes.rasi index e8f6295..448e80a 100644 --- a/rofi/config-themes.rasi +++ b/rofi/config-themes.rasi @@ -27,9 +27,16 @@ configuration { } +/* ---- Load font ---- */ +@import "~/dotfiles/.settings/rofi-font.rasi" + /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-pywal" + +/* ---- Load wallpaper ---- */ @import "~/.cache/current_wallpaper.rasi" + +/* ---- Load border width ---- */ @import "~/dotfiles/.settings/rofi-border.rasi" /* ---- Window ---- */ diff --git a/rofi/config-wallpaper.rasi b/rofi/config-wallpaper.rasi index 62aabc7..eceacf5 100644 --- a/rofi/config-wallpaper.rasi +++ b/rofi/config-wallpaper.rasi @@ -22,9 +22,16 @@ configuration { } +/* ---- Load font ---- */ +@import "~/dotfiles/.settings/rofi-font.rasi" + /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-pywal" + +/* ---- Load wallpaper ---- */ @import "~/.cache/current_wallpaper.rasi" + +/* ---- Load border width ---- */ @import "~/dotfiles/.settings/rofi-border.rasi" /* ---- Window ---- */ diff --git a/rofi/config.rasi b/rofi/config.rasi index 3f1a199..ecc6f53 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -27,9 +27,16 @@ configuration { } +/* ---- Load font ---- */ +@import "~/dotfiles/.settings/rofi-font.rasi" + /* ---- Load pywal colors (custom wal template) ---- */ @import "~/.cache/wal/colors-rofi-pywal" + +/* ---- Load wallpaper ---- */ @import "~/.cache/current_wallpaper.rasi" + +/* ---- Load border width ---- */ @import "~/dotfiles/.settings/rofi-border.rasi" /* ---- Window ---- */