mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
fix(waybar): more styling
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"margin-bottom": 3,
|
"margin-bottom": 3,
|
||||||
"modules-left": ["custom/junkyard", "hyprland/workspaces"],
|
"modules-left": ["custom/junkyard", "hyprland/workspaces"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
"modules-right": ["tray", "custom/notification", "pulseaudio", "bluetooth", "backlight", "network", "battery", "group/group-power" ],
|
"modules-right": ["tray", "custom/notification", "pulseaudio", "backlight", "bluetooth", "network", "battery", "group/group-power" ],
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 16,
|
"icon-size": 16,
|
||||||
"spacing": 10
|
"spacing": 10
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
"format-bluetooth-muted": "{icon} {format_source}",
|
"format-bluetooth-muted": "{icon} {format_source}",
|
||||||
"format-muted": " {volume}% {format_source}",
|
"format-muted": " {volume}% {format_source}",
|
||||||
"format-source": " {volume}%",
|
"format-source": " {volume}%",
|
||||||
"format-source-muted": "",
|
"format-source-muted": " {volume}%",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": "",
|
||||||
"hands-free": "",
|
"hands-free": "",
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ button {
|
|||||||
#bluetooth {
|
#bluetooth {
|
||||||
background-color: @base; /* Change this to any gray color you want */
|
background-color: @base; /* Change this to any gray color you want */
|
||||||
border-radius: 0px; /* Adjust as needed */
|
border-radius: 0px; /* Adjust as needed */
|
||||||
padding: 3px 3px;
|
padding: 3px 5px;
|
||||||
color: @text;
|
color: @text;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
@@ -91,7 +91,7 @@ button {
|
|||||||
#battery {
|
#battery {
|
||||||
background-color: @base; /* Change this to any gray color you want */
|
background-color: @base; /* Change this to any gray color you want */
|
||||||
border-radius: 0px 10px 10px 0px; /* Adjust as needed */
|
border-radius: 0px 10px 10px 0px; /* Adjust as needed */
|
||||||
padding: 3px 10px;
|
padding: 3px 10px 3px 5px;
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user