Update .config/rofi/config.rasi
Update .config/waybar/config.jsonc Update .config/waybar/style.css
This commit is contained in:
parent
761123bffa
commit
d6eb23b60f
3 changed files with 9 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
configuration {
|
configuration {
|
||||||
modes: "combi,window";
|
modes: "combi,window";
|
||||||
/* font: "mono 12";*/
|
font: "JetBrainsMono Nerd Font";
|
||||||
/* location: 0;*/
|
/* location: 0;*/
|
||||||
/* yoffset: 0;*/
|
/* yoffset: 0;*/
|
||||||
/* xoffset: 0;*/
|
/* xoffset: 0;*/
|
||||||
/* fixed-num-lines: true;*/
|
/* fixed-num-lines: true;*/
|
||||||
/* show-icons: false;*/
|
show-icons: true;
|
||||||
/* preview-cmd: ;*/
|
/* preview-cmd: ;*/
|
||||||
/* on-selection-changed: ;*/
|
/* on-selection-changed: ;*/
|
||||||
/* on-mode-changed: ;*/
|
/* on-mode-changed: ;*/
|
||||||
|
|
@ -41,7 +41,7 @@ configuration {
|
||||||
/* auto-select: false;*/
|
/* auto-select: false;*/
|
||||||
/* parse-hosts: false;*/
|
/* parse-hosts: false;*/
|
||||||
/* parse-known-hosts: true;*/
|
/* parse-known-hosts: true;*/
|
||||||
combi-modes: "run,filebrowser";
|
combi-modes: "drun,filebrowser";
|
||||||
/* matching: "normal";*/
|
/* matching: "normal";*/
|
||||||
/* tokenize: true;*/
|
/* tokenize: true;*/
|
||||||
/* m: "-5";*/
|
/* m: "-5";*/
|
||||||
|
|
@ -168,3 +168,5 @@ configuration {
|
||||||
show-hidden: true;
|
show-hidden: true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
// "layer": "top", // Waybar at top layer
|
// "layer": "top", // Waybar at top layer
|
||||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
// "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
|
// "width": 1280, // Waybar width
|
||||||
"spacing": 4, // Gaps between modules (4px)
|
"spacing": 4, // Gaps between modules (4px)
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
|
|
@ -268,8 +268,8 @@
|
||||||
"stereo": true,
|
"stereo": true,
|
||||||
"reverse": false,
|
"reverse": false,
|
||||||
"bar_delimiter": 0,
|
"bar_delimiter": 0,
|
||||||
"monstercat": true,
|
"monstercat": false,
|
||||||
"waves": true,
|
"waves": false,
|
||||||
"noise_reduction": 0.77,
|
"noise_reduction": 0.77,
|
||||||
"input_delay": 2,
|
"input_delay": 2,
|
||||||
"bar_width": 2,
|
"bar_width": 2,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
||||||
font-family: JetBrainsMono Nerd Font;
|
font-family: JetBrainsMono Nerd Font, FontAwesome;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue