From 5028fa7ea213f435627d867e7ef1f9f19603ac16 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 8 Oct 2019 15:29:59 +0300 Subject: nmtui shortcut, wf-recorder shortcut --- dotfiles/.config/waybar/config | 5 +++++ dotfiles/.config/waybar/style.css | 21 ++++----------------- 2 files changed, 9 insertions(+), 17 deletions(-) (limited to 'dotfiles/.config/waybar') diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 3eb4dae..6ff853e 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -142,6 +142,11 @@ }, "on-click": "termite -e ncpamixer" }, + "custom/rec-status": { + "format": "{}", + "signal": 5, + "exec": "$HOME/.scripts/i3barrecstatus" + }, "custom/weather": { "format": "{}", "interval": 900, diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 9429e0c..2223844 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -58,20 +58,6 @@ window#waybar { border-radius: 0; background: #0C3D27; } -#backlight, -#memory, -#cpu, -#battery, -#network, -#tray, -#pulseaudio, -#mpd, -#temperature, -#custom-weather, -#custom-swaykbd, -#idle_inhibitor { - padding: 0 8px; -} #tray { background: #000000; } @@ -83,22 +69,23 @@ window#waybar { #temperature, #backlight, #custom-weather, +#custom-rec-status, #custom-swaykbd { color: #000000; background: #8ec07c; + padding: 0 8px; } #cpu { background: #f1fa8c; } +#network, #battery{ background: #191919; + padding: 0 8px; } #battery.charging { color: #8ec07c; } -#network{ - background: #191919; -} #memory, #cpu, #tray { color: #1E1F23; } -- cgit v1.2.3