among other things, make my polybar cuter

This commit is contained in:
Schrottkatze 2023-11-17 21:31:06 +01:00
parent 4946136de3
commit 93b80d45f4
4 changed files with 30 additions and 20 deletions

View file

@ -6,7 +6,7 @@ def main [
let currentnet = (
nmcli -m tabular connection show --active
| detect columns
| from ssv
| first
| get name
);