summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-08-04 11:38:28 +0530
committerlistout <listout@protonmail.com>2022-09-01 16:26:32 +0530
commit1deb051cc4ea5263fdaeb8b6cd1c231deec2d718 (patch)
tree75cc52659b3db0ea842bda283023bfb0a35bd6d9 /.config
parentad3fef79f8fabf17e3a824cb71362cc095c9c298 (diff)
rofi: nord color scheme, show icons and bold fonts
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config')
-rw-r--r--.config/rofi/config.rasi10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 73c9c77..627fc51 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -1,7 +1,7 @@
configuration {
- font: "Terminus 10";
+ font: "Monospace Bold 12";
modi: "drun,windowcd,window";
- show-icons: false;
+ show-icons: true;
display-drun: "run";
drun-display-format: "{name}";
display-windowcd: "";
@@ -12,9 +12,9 @@ configuration {
}
* {
- bg: #1c1c1c;
- fg: #b5b4c9;
- accent: #b5b4c9;
+ bg: #2e3440;
+ fg: #eceff4;
+ accent: #eceff4;
background-color: @bg;
}