diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:27:37 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:27:37 -0800 |
| commit | 931ebdbff2d489acba6898ffbc5b022e4706ba82 (patch) | |
| tree | 2fa49741448d091029554bae535b7b0651465e88 /users/fcuny/configs/polybar/modules/wired.ini | |
| parent | home-manager: re-organize configuration for myself (diff) | |
| download | infra-931ebdbff2d489acba6898ffbc5b022e4706ba82.tar.gz | |
configs: move personal configuration with user
Diffstat (limited to 'users/fcuny/configs/polybar/modules/wired.ini')
| -rw-r--r-- | users/fcuny/configs/polybar/modules/wired.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/fcuny/configs/polybar/modules/wired.ini b/users/fcuny/configs/polybar/modules/wired.ini new file mode 100644 index 0000000..f9f1db0 --- /dev/null +++ b/users/fcuny/configs/polybar/modules/wired.ini @@ -0,0 +1,10 @@ +[module/wired-network] +type = internal/network +interface = enp9s0 + +format-connected =<label-connected> +label-connected = "%local_ip%" +format-disconnected = <label-disconnected> +label-disconnected = "%ifname%" +format-disconnected-foreground = #121212 +format-disconnected-background = #ff6961 |
