Remove services
This commit is contained in:
parent
e40f23c4d8
commit
a32fcc6e6a
@ -65,20 +65,6 @@ in {
|
||||
enable = true;
|
||||
lockCmd = "${lock}";
|
||||
};
|
||||
services.random-background = {
|
||||
enable = true;
|
||||
enableXinerama = true;
|
||||
imageDirectory = "%h/backgrounds";
|
||||
};
|
||||
services.picom = {
|
||||
enable = true;
|
||||
activeOpacity = "1.0";
|
||||
inactiveOpacity = "0.95";
|
||||
backend = "glx";
|
||||
fade = true;
|
||||
fadeDelta = 5;
|
||||
opacityRule = [ "100:name *= 'i3lock'"];
|
||||
};
|
||||
xsession = {
|
||||
enable = true;
|
||||
windowManager.xmonad = {
|
||||
@ -114,45 +100,6 @@ in {
|
||||
${pkgs.xcape}/bin/xcape -e 'Hyper_L=Tab'
|
||||
'';
|
||||
};
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
geometry = "300x5-30+20";
|
||||
indicate_hidden = "yes";
|
||||
sort = "yes";
|
||||
word_wrap = "no";
|
||||
stack_duplicates = "yes";
|
||||
show_indicators = "yes";
|
||||
browser = "${pkgs.firefox}/bin/firefox";
|
||||
transparency = "0";
|
||||
separator_height = "2";
|
||||
padding = "8";
|
||||
horizontal_padding = 8;
|
||||
frame_width = "8";
|
||||
frame_color = "#aaaaaa";
|
||||
separator_color = "frame";
|
||||
font = "Monospace 8";
|
||||
format = "<b>%s</b>\\n%b";
|
||||
};
|
||||
urgency_low = {
|
||||
background = "#222222";
|
||||
foreground = "#888888";
|
||||
};
|
||||
urgency_normal = {
|
||||
background = "#285577";
|
||||
foreground = "#ffffff";
|
||||
};
|
||||
urgency_critical = {
|
||||
background = "#900000";
|
||||
foreground = "#ffffff";
|
||||
frame_color = "#ff0000";
|
||||
};
|
||||
};
|
||||
};
|
||||
services.unclutter = {
|
||||
enable = true;
|
||||
};
|
||||
home.file.".xmonad/xmonad.dhall".source = xmonadConfig + "/source.dhall";
|
||||
# programs.xmonad =
|
||||
# let
|
||||
|
Loading…
Reference in New Issue
Block a user