polybar and related programms
This commit is contained in:
parent
c63a896abf
commit
d83931025b
5 changed files with 244 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue