Added os module for waybar
This commit is contained in:
@@ -297,10 +297,16 @@
|
|||||||
# width = 1280;
|
# width = 1280;
|
||||||
spacing = 2;
|
spacing = 2;
|
||||||
|
|
||||||
modules-left = [ "battery" "backlight" "pulseaudio" "cpu" "memory" ];
|
modules-left = [ "custom/os" "battery" "backlight" "pulseaudio" "cpu" "memory" ];
|
||||||
modules-center = [ "wlr/workspaces" ];
|
modules-center = [ "wlr/workspaces" ];
|
||||||
modules-right = [ "idle_inhibitor" "clock" "tray" ];
|
modules-right = [ "idle_inhibitor" "clock" "tray" ];
|
||||||
|
|
||||||
|
"custom/os" = {
|
||||||
|
"format" = " {} ";
|
||||||
|
"exec" = ''echo "" '';
|
||||||
|
"interval" = "once";
|
||||||
|
};
|
||||||
|
|
||||||
"wlr/workspaces" = {
|
"wlr/workspaces" = {
|
||||||
"format" = "{icon}";
|
"format" = "{icon}";
|
||||||
"format-icons" = {
|
"format-icons" = {
|
||||||
|
Reference in New Issue
Block a user