added rofi config

This commit is contained in:
specCon18 2023-08-31 22:44:44 -04:00
parent 02ce8fd409
commit 9c63bb1dbd
5 changed files with 30 additions and 87 deletions

View file

@ -15,10 +15,10 @@
spacing = 8;
modules-left = [];
modules-center = [
"temperature"
];
modules-right = [
"battery"
"temperature"
"backlight"
"cpu"
"memory"
@ -79,9 +79,9 @@
""
];
};
# "battery#bat2": {
# "bat": "BAT2"
# },
"battery#bat2" = {
bat = "BAT2";
};
network = {
format-wifi = "{essid} ({signalStrength}%) ";
format-ethernet = "{ipaddr}/{cidr} ";