edit waybar icons

This commit is contained in:
Spangenberg 2023-10-21 19:59:18 +02:00
parent affbdde285
commit 932b45b477
4 changed files with 26 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
echo "Starting install updates"
echo ""
yay
notify-send "Update complete"

View File

@ -57,7 +57,7 @@
// Updates Count
"custom/updates": {
"format": " {}",
"format": " {}",
"tooltip-format": "{}",
"escape": true,
"return-type": "json",
@ -219,6 +219,13 @@
"on-click": "blueman-manager"
},
//Backlight
"backlight": {
"device": "intel_backlight",
"format": "{percent}% {icon}",
"format-icons": ["󰃞", "󰃠"]
},
// Other
"user": {
"format": "{user}",

View File

@ -38,6 +38,7 @@
// Modules Right
"modules-right": [
"custom/updates",
"backlight",
"pulseaudio",
"bluetooth",
"battery",

View File

@ -250,6 +250,20 @@ window#waybar.empty #window {
border:3px solid @bordercolor;
}
/* -----------------------------------------------------
* Backlight
* ----------------------------------------------------- */
#backlight {
background-color: @backgroundlight;
font-size: 16px;
color: @textcolor2;
border-radius: 15px;
padding: 2px 10px 0px 10px;
margin: 5px 15px 5px 0px;
opacity:0.8;
}
/* -----------------------------------------------------
* Pulseaudio
* ----------------------------------------------------- */