changed formater

This commit is contained in:
k
2024-12-23 22:08:45 -05:00
parent 52fbee6322
commit 3995c29b03
18 changed files with 278 additions and 244 deletions

View File

@@ -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 = {