[nb] Commit

This commit is contained in:
Thai Noodles 2024-01-20 10:40:39 -08:00
parent 0ddb13b31a
commit d0d24560d5
5 changed files with 9 additions and 47 deletions

View File

@ -69,12 +69,12 @@
--sb '#44475a'\
--sf '#50fa7b'\
--scb '#282a36'\
--scf '#ff79c6'"
--hp '10'\
--binding 'vim'\
--vim-esc-exits\
--ignorecase\
--no-overlap"
--scf '#ff79c6'\
--hp '10'\
--binding 'vim'\
--vim-esc-exits\
--ignorecase\
--no-overlap"
'';
};
};

View File

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

View File

@ -25,7 +25,7 @@
# Theme
riverctl background-color 0x282A36
riverctl border-color-focused 0xF8F8F2
riverctl border-color-focused 0xBD93F9
riverctl border-color-unfocused 0x282A36
# Launch Shortcuts

View File

@ -20,9 +20,6 @@
"disk#home",
"river/mode",
],
"modules-center": [
"cava",
],
"modules-right": [
"tray",
"clock"
@ -75,24 +72,6 @@
},
"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": {
"icon-size": 18,
"spacing": 4

View File

@ -11,11 +11,11 @@
};
iconTheme = {
name = "dracula-icon-theme";
package = "pkgs.dracula-icon-theme";
package = pkgs.dracula-icon-theme;
};
theme = {
name = "dracula-theme";
package = "pkgs.dracula-theme";
package = pkgs.dracula-theme;
};
};
xdg = {