FIX dunst config
FIX typo configuration.nix ADD sublime-music package and adapt i3status-bar
This commit is contained in:
parent
8f255bcea3
commit
a19f4ee6e2
|
@ -28,6 +28,7 @@
|
||||||
forwardX11 = true;
|
forwardX11 = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
sound.enable = true;
|
||||||
# hardware
|
# hardware
|
||||||
hardware = {
|
hardware = {
|
||||||
logitech = {
|
logitech = {
|
||||||
|
@ -36,9 +37,9 @@
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = "
|
extraConfig =''
|
||||||
load-module module-switch-on-connect
|
load-module module-switch-on-connect
|
||||||
";
|
'';
|
||||||
};
|
};
|
||||||
sane = {
|
sane = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -99,7 +100,7 @@
|
||||||
unmanaged = [ "interface-name:ve-*" ];
|
unmanaged = [ "interface-name:ve-*" ];
|
||||||
};
|
};
|
||||||
firewall.enable = true;
|
firewall.enable = true;
|
||||||
firewall.allowedTCPPorts = [ 24800 ];
|
firewall.allowedTCPPorts = [ 24800 6600 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.defaultLocale = "fr_FR.UTF-8";
|
i18n.defaultLocale = "fr_FR.UTF-8";
|
||||||
|
@ -150,7 +151,6 @@
|
||||||
LESS = "--quit-if-one-screen --RAW-CONTROL-CHARS";
|
LESS = "--quit-if-one-screen --RAW-CONTROL-CHARS";
|
||||||
TERMINAL = "xfce4-terminal";
|
TERMINAL = "xfce4-terminal";
|
||||||
PRIVATE_BROWSER = "firefox -private";
|
PRIVATE_BROWSER = "firefox -private";
|
||||||
DEFAULT-WEB-BROWSER = "firefox";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
|
|
@ -112,10 +112,10 @@
|
||||||
sticky_history = "yes";
|
sticky_history = "yes";
|
||||||
|
|
||||||
# Maximum amount of notifications kept in history
|
# Maximum amount of notifications kept in history
|
||||||
history_length = 15;
|
history_length = 3;
|
||||||
|
|
||||||
# Display indicators for URLs (U) and actions (A).
|
# Display indicators for URLs (U) and actions (A).
|
||||||
show_indicators = "no";
|
show_indicators = "yes";
|
||||||
|
|
||||||
# The height of a single line. If the height is smaller than the
|
# The height of a single line. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
|
|
|
@ -25,10 +25,17 @@
|
||||||
block = "cpu";
|
block = "cpu";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
}
|
}
|
||||||
|
# {
|
||||||
|
# block = "load";
|
||||||
|
# interval = 1;
|
||||||
|
# format = "{1m}";
|
||||||
|
# }
|
||||||
{
|
{
|
||||||
block = "load";
|
block = "music";
|
||||||
interval = 1;
|
buttons = [ "play" "next" ];
|
||||||
format = "{1m}";
|
max_width = 20;
|
||||||
|
dynamic_width = true;
|
||||||
|
hide_when_empty = true;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "sound";
|
block = "sound";
|
||||||
|
|
|
@ -54,5 +54,6 @@
|
||||||
nmap
|
nmap
|
||||||
udiskie
|
udiskie
|
||||||
libnotify
|
libnotify
|
||||||
|
sublime-music
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue