mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
fix: polybar not showing i3 workspaces
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user