mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
Added syncthing
This commit is contained in:
parent
63d3ba55b0
commit
c0a326d183
|
@ -42,6 +42,7 @@
|
||||||
networkmanager_dmenu
|
networkmanager_dmenu
|
||||||
feh
|
feh
|
||||||
git
|
git
|
||||||
|
syncthing
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
|
@ -146,6 +147,8 @@
|
||||||
dosfstools
|
dosfstools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
home.file.".librewolf/librewolf.overrides.cfg".text = ''
|
home.file.".librewolf/librewolf.overrides.cfg".text = ''
|
||||||
defaultPref("font.name.serif.x-western","Inconsolata");
|
defaultPref("font.name.serif.x-western","Inconsolata");
|
||||||
defaultPref("font.size.variable.x-western",20);
|
defaultPref("font.size.variable.x-western",20);
|
||||||
|
|
|
@ -38,9 +38,11 @@ Config { font = "Inconsolata 18"
|
||||||
] 1
|
] 1
|
||||||
, Run DynNetwork
|
, Run DynNetwork
|
||||||
[ "-t", "<fc=#{{base0D-hex}}><fn=1>\xf0200</fn> <dev></fc>"] 1
|
[ "-t", "<fc=#{{base0D-hex}}><fn=1>\xf0200</fn> <dev></fc>"] 1
|
||||||
|
, Run Com "echo"
|
||||||
|
[ "<fc=#{{base0E-hex}}><fn=1>\xea77</fn> st</fc>"] "syncthing" 0
|
||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, alignSep = "}{"
|
||||||
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}%XMonadLog%{<action='networkmanager_dmenu'>%dynnetwork%</action><action=`xdotool key Super_L+c`>%date%</action> "
|
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}%XMonadLog%{<action=`librewolf localhost:8384`>%syncthing%</action> <action='networkmanager_dmenu'>%dynnetwork%</action><action=`xdotool key Super_L+c`>%date%</action> "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -761,10 +761,12 @@ Config { font = "Inconsolata 18"
|
||||||
] 1
|
] 1
|
||||||
, Run DynNetwork
|
, Run DynNetwork
|
||||||
[ "-t", "<fc=#{{base0D-hex}}><fn=1>\xf0200</fn> <dev></fc>"] 1
|
[ "-t", "<fc=#{{base0D-hex}}><fn=1>\xf0200</fn> <dev></fc>"] 1
|
||||||
|
, Run Com "echo"
|
||||||
|
[ "<fc=#{{base0E-hex}}><fn=1>\xea77</fn> st</fc>"] "syncthing" 0
|
||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
, alignSep = "}{"
|
, alignSep = "}{"
|
||||||
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}%XMonadLog%{<action='networkmanager_dmenu'>%dynnetwork%</action><action=`xdotool key Super_L+c`>%date%</action> "
|
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action>}%XMonadLog%{<action=`librewolf localhost:8384`>%syncthing%</action> <action='networkmanager_dmenu'>%dynnetwork%</action><action=`xdotool key Super_L+c`>%date%</action> "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue