updated waybar fixed some other minor gripes
This commit is contained in:
parent
6baa7c361c
commit
93af4f7913
2 changed files with 24 additions and 19 deletions
|
|
@ -13,12 +13,13 @@
|
|||
position = "top";
|
||||
height = 40;
|
||||
spacing = 8;
|
||||
modules-left = [];
|
||||
modules-left = [
|
||||
"battery"
|
||||
];
|
||||
modules-center = [
|
||||
"temperature"
|
||||
];
|
||||
modules-right = [
|
||||
"battery"
|
||||
"backlight"
|
||||
"cpu"
|
||||
"memory"
|
||||
|
|
@ -66,7 +67,7 @@
|
|||
critical = 15;
|
||||
};
|
||||
format = "{capacity}% {icon}";
|
||||
format-charging = "{capacity}% ";
|
||||
format-charging = "{capacity}% ";
|
||||
format-plugged = "{capacity}% ";
|
||||
format-alt = "{time} {icon}";
|
||||
format-good = "";
|
||||
|
|
@ -80,7 +81,7 @@
|
|||
];
|
||||
};
|
||||
"battery#bat2" = {
|
||||
bat = "BAT2";
|
||||
bat = "BAT";
|
||||
};
|
||||
network = {
|
||||
format-wifi = "{essid} ({signalStrength}%) ";
|
||||
|
|
@ -94,14 +95,14 @@
|
|||
scroll-step = 1;
|
||||
format = "{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-source = "{volume}% ";
|
||||
format-source-muted = "";
|
||||
format-icons = {
|
||||
headphone = "";
|
||||
hands-free = "";
|
||||
headset = "";
|
||||
hands-free = "";
|
||||
headset = "";
|
||||
phone = "";
|
||||
portable = "";
|
||||
car = "";
|
||||
|
|
|
|||
|
|
@ -23,9 +23,13 @@
|
|||
name = "Global";
|
||||
remap = {
|
||||
"CapsLock" = "Esc";
|
||||
"Print" = {
|
||||
launch = [ "zsh" "-c" "grim -o /home/speccon18/Pictures/$(date +'%s_grim.png') -g $(slurp) -t png" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue