mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-14 03:42:56 +00:00
fix: polybar not showing i3 workspaces
This commit is contained in:
parent
7a4c3b930d
commit
17799909b2
@ -11,6 +11,7 @@
|
|||||||
package = pkgs.polybar.override {
|
package = pkgs.polybar.override {
|
||||||
pulseSupport = true;
|
pulseSupport = true;
|
||||||
githubSupport = true;
|
githubSupport = true;
|
||||||
|
i3Support = true;
|
||||||
};
|
};
|
||||||
script = "polybar &";
|
script = "polybar &";
|
||||||
config = {
|
config = {
|
||||||
|
Loading…
Reference in New Issue
Block a user