This commit is contained in:
nnduc
2026-02-04 15:01:20 +07:00
parent 4ccea1f4cd
commit f4ff5a79f7
4 changed files with 9 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/window"],
"modules-center": ["clock"],
"modules-right": ["custom/tiramisu","battery", "bluetooth", "network", "wireplumber", "tray"],
"modules-right": ["custom/tiramisu","battery", "bluetooth", "wireplumber", "tray"],
//"modules-right": ["custom/tiramisu", "bluetooth",network", "wireplumber", "tray"],
// Modules configuration
// "hyprland/workspaces": {

View File

@@ -83,15 +83,6 @@ tooltip label{
background: @bg_hover;
color: @content_main;
}
button {
border: none;
border-radius: 0;
}
button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: inherit;
}
#taskbar {
}