Change ethernet icon and improve home office setup

This commit is contained in:
coolneng 2020-06-22 22:26:11 +02:00
parent c474c51293
commit 630c8d387b
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
4 changed files with 3 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
output eDP-1 enable
output HDMI-A-2 enable mode 1440x900 scale 0.8
output HDMI-A-2 enable mode 1440x900
}
{

View File

@ -1,4 +1,4 @@
#!/bin/sh
nix-shell -p python37
nix-shell -p python38
python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t

View File

@ -8,9 +8,3 @@ windows:
panes:
- ssh prodyfo
- ssh prodyfo
- window_name: nix
layout: even-vertical
panes:
- ssh nixyfo
- ssh nixyfo

View File

@ -87,7 +87,7 @@
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "<span foreground='#88C0D0'>{icon}</span> {essid}",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-ethernet": "<span foreground='#88C0D0'></span> Connected",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "<span foreground='#88C0D0'>睊</span> Disconnected",
"format-alt": "{ifname}: {ipaddr}/{cidr}",