Update .config/rofi/config.rasi

Update .config/waybar/config.jsonc
Update .config/waybar/style.css
This commit is contained in:
Yarne Coppens 2026-02-05 15:08:50 +01:00
parent 761123bffa
commit d6eb23b60f
3 changed files with 9 additions and 7 deletions

View file

@ -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"

View file

@ -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,

View file

@ -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;
}