added rofi config
This commit is contained in:
parent
02ce8fd409
commit
9c63bb1dbd
5 changed files with 30 additions and 87 deletions
|
|
@ -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} ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue