From d6eb23b60f9270a36fd51c11ada417662e00115c Mon Sep 17 00:00:00 2001 From: Yarne Coppens Date: Thu, 5 Feb 2026 15:08:50 +0100 Subject: [PATCH] Update .config/rofi/config.rasi Update .config/waybar/config.jsonc Update .config/waybar/style.css --- private_dot_config/rofi/config.rasi | 8 +++++--- private_dot_config/waybar/config.jsonc | 6 +++--- private_dot_config/waybar/style.css | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/private_dot_config/rofi/config.rasi b/private_dot_config/rofi/config.rasi index afa8401..359ba6c 100644 --- a/private_dot_config/rofi/config.rasi +++ b/private_dot_config/rofi/config.rasi @@ -1,11 +1,11 @@ configuration { modes: "combi,window"; -/* font: "mono 12";*/ + font: "JetBrainsMono Nerd Font"; /* location: 0;*/ /* yoffset: 0;*/ /* xoffset: 0;*/ /* fixed-num-lines: true;*/ -/* show-icons: false;*/ + show-icons: true; /* preview-cmd: ;*/ /* on-selection-changed: ;*/ /* on-mode-changed: ;*/ @@ -41,7 +41,7 @@ configuration { /* auto-select: false;*/ /* parse-hosts: false;*/ /* parse-known-hosts: true;*/ - combi-modes: "run,filebrowser"; + combi-modes: "drun,filebrowser"; /* matching: "normal";*/ /* tokenize: true;*/ /* m: "-5";*/ @@ -168,3 +168,5 @@ configuration { show-hidden: true; } } + +@theme "/usr/share/rofi/themes/Arc-Dark.rasi" diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index 4982d3f..dc2540d 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -3,7 +3,7 @@ { // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) - "height": 30, // Waybar height (to be removed for auto height) + //"height": 30, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules @@ -268,8 +268,8 @@ "stereo": true, "reverse": false, "bar_delimiter": 0, - "monstercat": true, - "waves": true, + "monstercat": false, + "waves": false, "noise_reduction": 0.77, "input_delay": 2, "bar_width": 2, diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 9614be5..e4e3d76 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -1,7 +1,7 @@ * { /* `otf-font-awesome` is required to be installed for icons */ /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ - font-family: JetBrainsMono Nerd Font; + font-family: JetBrainsMono Nerd Font, FontAwesome; font-size: 13px; }