polybar and related programms

This commit is contained in:
CDaut 2024-04-18 22:10:52 +02:00
parent c63a896abf
commit d83931025b
Signed by: clara
GPG key ID: 223391B52FAD4463
5 changed files with 244 additions and 3 deletions

View file

@ -7,6 +7,7 @@ in
xsession.windowManager.i3 = {
enable = true;
config = {
bars = [ ];
modifier = mod;
fonts = {
names = [ "DejaVu Sans Mono" "FontAwesome 6" ];
@ -28,6 +29,25 @@ in
# Terminal
"${mod}+Return" = "exec alacritty";
};
startup = [
{
command = "systemctl --user restart polybar";
always = true;
notification = false;
}
{
command = "nextcloud";
always = true;
notification = false;
}
{
command = "systemcrl --user restart redshift";
always = true;
notification = false;
}
];
};
extraConfig = "floating_modifier ${mod}\n