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 #!/bin/bash
echo "Starting install updates"
echo ""
yay yay
notify-send "Update complete" notify-send "Update complete"

View File

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

View File

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

View File

@ -250,6 +250,20 @@ window#waybar.empty #window {
border:3px solid @bordercolor; 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 * Pulseaudio
* ----------------------------------------------------- */ * ----------------------------------------------------- */