mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Added polybar module
This commit is contained in:
parent
5381c1b837
commit
89c429169d
3 changed files with 460 additions and 14 deletions
|
@ -107,6 +107,7 @@ programs.dconf.enable = true;
|
|||
luj.hmgr.julien = {
|
||||
luj.programs.neovim.enable = true;
|
||||
luj.i3.enable = true;
|
||||
luj.polybar.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
feh
|
||||
meld
|
||||
|
@ -149,20 +150,6 @@ home.keyboard = {
|
|||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
package = pkgs.polybar.override {
|
||||
i3GapsSupport = true;
|
||||
#i3Support = true;
|
||||
};
|
||||
|
||||
|
||||
script = "polybar -q PolybarTony &";
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
xsession.enable = true;
|
||||
programs.rofi.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue