This commit is contained in:
2026-04-18 02:28:58 +02:00
parent 8e6f0db4ba
commit e5312361f8
4 changed files with 26 additions and 11 deletions

View File

@@ -25,7 +25,7 @@
"format": "{id}"
},
"custom/screenshot": {
"exec": "printf '{\"text\": \"<span foreground=\\\"#D8DEE9\\\">Shot</span> <span font_desc=\\\"SauceCodePro Nerd Font 15\\\" foreground=\\\"#88C0D0\\\">󰄀</span>\", \"tooltip\": \"Area screenshot: edit in Swappy, then choose save path and filename; Esc on filename uses screenshot\"}'",
"exec": "printf '{\"text\": \"<span foreground=\\\"#E5E9F0\\\">Shot</span> <span font_desc=\\\"SauceCodePro Nerd Font 17\\\" foreground=\\\"#FFFFFF\\\">󰄀</span>\", \"tooltip\": \"Area screenshot: edit in Swappy, then choose save path and filename; Esc on filename uses screenshot\"}'",
"return-type": "json",
"escape": false,
"interval": "once",

View File

@@ -2,7 +2,7 @@
border: none;
border-radius: 10px;
font-family: "Ubuntu", "SauceCodePro Nerd Font", "SauceCodePro Nerd Font Mono", "Symbols Nerd Font Mono", "Symbols Nerd Font", "Font Awesome 7 Free", sans-serif;
font-size: 15px;
font-size: 14px;
min-height: 0;
}
@@ -99,6 +99,13 @@ tooltip {
border-color: #88c0d0;
}
#custom-screenshot {
background: #34425a;
color: #eceff4;
font-weight: 700;
border-color: #88c0d0;
}
#cpu,
#memory {
background: #384b5e;