aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/waybar
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2019-10-08 15:29:59 +0300
committerYaroslav <contact@yaroslavps.com>2019-10-08 15:29:59 +0300
commit5028fa7ea213f435627d867e7ef1f9f19603ac16 (patch)
tree0e5e657b8f7c49793c4b377fd6a03d346c3772ec /dotfiles/.config/waybar
parent4fd756b2f2d1c817b5e22a22d8252e5be7b552cb (diff)
downloadswayrice-5028fa7ea213f435627d867e7ef1f9f19603ac16.tar.gz
swayrice-5028fa7ea213f435627d867e7ef1f9f19603ac16.zip
nmtui shortcut, wf-recorder shortcut
Diffstat (limited to 'dotfiles/.config/waybar')
-rw-r--r--dotfiles/.config/waybar/config5
-rw-r--r--dotfiles/.config/waybar/style.css21
2 files changed, 9 insertions, 17 deletions
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;
}