[nb] Commit
This commit is contained in:
parent
0ddb13b31a
commit
d0d24560d5
@ -69,12 +69,12 @@
|
|||||||
--sb '#44475a'\
|
--sb '#44475a'\
|
||||||
--sf '#50fa7b'\
|
--sf '#50fa7b'\
|
||||||
--scb '#282a36'\
|
--scb '#282a36'\
|
||||||
--scf '#ff79c6'"
|
--scf '#ff79c6'\
|
||||||
--hp '10'\
|
--hp '10'\
|
||||||
--binding 'vim'\
|
--binding 'vim'\
|
||||||
--vim-esc-exits\
|
--vim-esc-exits\
|
||||||
--ignorecase\
|
--ignorecase\
|
||||||
--no-overlap"
|
--no-overlap"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
{ pkgs, config, ... }:
|
|
||||||
{
|
|
||||||
gtk = {
|
|
||||||
enable = true;
|
|
||||||
font = {
|
|
||||||
name = "Comic Mono";
|
|
||||||
};
|
|
||||||
iconTheme = {
|
|
||||||
name = "dracula-icon-theme";
|
|
||||||
package = "pkgs.dracula-icon-theme";
|
|
||||||
};
|
|
||||||
theme = {
|
|
||||||
name = "dracula-theme";
|
|
||||||
package = "pkgs.dracula-theme";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
riverctl background-color 0x282A36
|
riverctl background-color 0x282A36
|
||||||
riverctl border-color-focused 0xF8F8F2
|
riverctl border-color-focused 0xBD93F9
|
||||||
riverctl border-color-unfocused 0x282A36
|
riverctl border-color-unfocused 0x282A36
|
||||||
|
|
||||||
# Launch Shortcuts
|
# Launch Shortcuts
|
||||||
|
@ -20,9 +20,6 @@
|
|||||||
"disk#home",
|
"disk#home",
|
||||||
"river/mode",
|
"river/mode",
|
||||||
],
|
],
|
||||||
"modules-center": [
|
|
||||||
"cava",
|
|
||||||
],
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"clock"
|
"clock"
|
||||||
@ -75,24 +72,6 @@
|
|||||||
},
|
},
|
||||||
"river/mode": {
|
"river/mode": {
|
||||||
},
|
},
|
||||||
"cava": {
|
|
||||||
// "cava_config": "$XDG_CONFIG_HOME/cava/cava.conf",
|
|
||||||
"framerate": 30,
|
|
||||||
"autosens": 1,
|
|
||||||
"bars": 64,
|
|
||||||
"lower_cutoff_freq": 50,
|
|
||||||
"higher_cutoff_freq": 10000,
|
|
||||||
"method": "pulse",
|
|
||||||
"source": "auto",
|
|
||||||
"stereo": true,
|
|
||||||
"reverse": false,
|
|
||||||
"bar_delimiter": 0,
|
|
||||||
"monstercat": false,
|
|
||||||
"waves": false,
|
|
||||||
"noise_reduction": 0.77,
|
|
||||||
"input_delay": 1,
|
|
||||||
"format-icons" : ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" ],
|
|
||||||
},
|
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 18,
|
"icon-size": 18,
|
||||||
"spacing": 4
|
"spacing": 4
|
||||||
|
@ -11,11 +11,11 @@
|
|||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "dracula-icon-theme";
|
name = "dracula-icon-theme";
|
||||||
package = "pkgs.dracula-icon-theme";
|
package = pkgs.dracula-icon-theme;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "dracula-theme";
|
name = "dracula-theme";
|
||||||
package = "pkgs.dracula-theme";
|
package = pkgs.dracula-theme;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg = {
|
xdg = {
|
||||||
|
Loading…
Reference in New Issue
Block a user