updated waybar fixed some other minor gripes

This commit is contained in:
specCon18 2023-12-20 23:11:28 -05:00
parent 6baa7c361c
commit 93af4f7913
2 changed files with 24 additions and 19 deletions

View file

@ -13,12 +13,13 @@
position = "top"; position = "top";
height = 40; height = 40;
spacing = 8; spacing = 8;
modules-left = []; modules-left = [
"battery"
];
modules-center = [ modules-center = [
"temperature" "temperature"
]; ];
modules-right = [ modules-right = [
"battery"
"backlight" "backlight"
"cpu" "cpu"
"memory" "memory"
@ -66,7 +67,7 @@
critical = 15; critical = 15;
}; };
format = "{capacity}% {icon}"; format = "{capacity}% {icon}";
format-charging = "{capacity}% "; format-charging = "{capacity}% ";
format-plugged = "{capacity}% "; format-plugged = "{capacity}% ";
format-alt = "{time} {icon}"; format-alt = "{time} {icon}";
format-good = ""; format-good = "";
@ -80,7 +81,7 @@
]; ];
}; };
"battery#bat2" = { "battery#bat2" = {
bat = "BAT2"; bat = "BAT";
}; };
network = { network = {
format-wifi = "{essid} ({signalStrength}%) "; format-wifi = "{essid} ({signalStrength}%) ";
@ -94,14 +95,14 @@
scroll-step = 1; scroll-step = 1;
format = "{volume}% {icon} {format_source}"; format = "{volume}% {icon} {format_source}";
format-bluetooth = "{volume}% {icon} {format_source}"; format-bluetooth = "{volume}% {icon} {format_source}";
format-bluetooth-muted = " {icon} {format_source}"; format-bluetooth-muted = "{icon} {format_source}";
format-muted = " {format_source}"; format-muted = " {format_source}";
format-source = "{volume}% "; format-source = "{volume}% ";
format-source-muted = ""; format-source-muted = "";
format-icons = { format-icons = {
headphone = ""; headphone = "";
hands-free = ""; hands-free = "";
headset = ""; headset = "";
phone = ""; phone = "";
portable = ""; portable = "";
car = ""; car = "";

View file

@ -14,18 +14,22 @@
"docker" "docker"
]; ];
}; };
services.xremap = { services.xremap = {
withWlroots = true; withWlroots = true;
userName = "speccon18"; userName = "speccon18";
config = { config = {
keymap = [ keymap = [
{ {
name = "Global"; name = "Global";
remap = { remap = {
"CapsLock" = "Esc"; "CapsLock" = "Esc";
"Print" = {
launch = [ "zsh" "-c" "grim -o /home/speccon18/Pictures/$(date +'%s_grim.png') -g $(slurp) -t png" ];
}; };
} };
]; }
}; ];
}; };
};
} }