changed formater
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
@@ -6,14 +10,14 @@
|
||||
mainBar = {
|
||||
layer = "bottom";
|
||||
position = "bottom";
|
||||
output = [ "eDP-1" ];
|
||||
output = ["eDP-1"];
|
||||
margin-left = 45;
|
||||
margin-right = 45;
|
||||
spacing = 15;
|
||||
|
||||
modules-left = [ "sway/workspaces" "sway/mode" ];
|
||||
modules-center = [ "clock" ];
|
||||
modules-right = [ "pulseaudio" "network" "battery" ];
|
||||
modules-left = ["sway/workspaces" "sway/mode"];
|
||||
modules-center = ["clock"];
|
||||
modules-right = ["pulseaudio" "network" "battery"];
|
||||
|
||||
cpu = {
|
||||
interval = 15;
|
||||
@@ -38,7 +42,7 @@
|
||||
phone = " ";
|
||||
portable = " ";
|
||||
car = " ";
|
||||
default = [ " " " " ];
|
||||
default = [" " " "];
|
||||
};
|
||||
scroll-step = 1;
|
||||
on-click = "pavucontrol";
|
||||
@@ -66,7 +70,7 @@
|
||||
|
||||
battery = {
|
||||
format = "{capacity}% {icon}";
|
||||
"format-icons" = [ " " " " " " " " " " ];
|
||||
"format-icons" = [" " " " " " " " " "];
|
||||
};
|
||||
|
||||
clock = {
|
||||
|
||||
Reference in New Issue
Block a user