Add waybar rewrite for btop, fix inset shadow colour

This commit is contained in:
Evie Litherland-Smith 2023-11-13 14:50:51 +00:00
parent 040b2a3702
commit 93996e514a
2 changed files with 2 additions and 1 deletions

View file

@ -56,6 +56,7 @@
"hyprland/window" = { "hyprland/window" = {
rewrite = { rewrite = {
"(.*) - GNU Emacs(.*)" = "󰅴 $1"; "(.*) - GNU Emacs(.*)" = "󰅴 $1";
"btop" = " System monitoring";
"(.*) - Chromium" = "󰖟 $1"; "(.*) - Chromium" = "󰖟 $1";
"Nyxt - (.*)" = "󰖟 $1"; "Nyxt - (.*)" = "󰖟 $1";
"NoMachine - (.*)" = "󰢹 $1"; "NoMachine - (.*)" = "󰢹 $1";

View file

@ -8,7 +8,7 @@ window { background: transparent; }
window > box { window > box {
color: #c0caf5; color: #c0caf5;
background: alpha(#1a1b26, 0.5); background: alpha(#1a1b26, 0.5);
box-shadow: inset 0 0 0 1px alpha(#c0caf5, 0.1), 0 0 0 1px alpha(#1a1b26, 0.5); box-shadow: inset 0 0 0 1px alpha(#bb9af7, 0.1), 0 0 0 1px alpha(#1a1b26, 0.5);
margin: 10px 10px 0px; margin: 10px 10px 0px;
padding: 0px; padding: 0px;
border: 1px solid #bb9af7; border: 1px solid #bb9af7;