random changes

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-24 18:52:17 -05:00
parent e51fb08bfc
commit d1053b6282
2 changed files with 3 additions and 21 deletions

View file

@ -23,7 +23,6 @@
modules-center = [
"clock"
"temperature"
"custom/notifications"
"cpu"
"memory"
"disk"
@ -33,8 +32,8 @@
"pulseaudio"
"network"
"bluetooth"
"custom/notifications"
"hyprland/language"
"custom/power"
];
# Workspaces configuration
@ -163,12 +162,6 @@
format-en = "EN";
format-ja = "JP";
};
"custom/power" = {
format = "";
tooltip = false;
on-click = "wlogout";
};
};
};
@ -227,8 +220,7 @@
#disk,
#network,
#bluetooth,
#language,
#custom-power {
#language {
padding: 0 8px;
color: #c0caf5;
margin: 2px;
@ -238,16 +230,6 @@
color: #f7768e;
}
#custom-power {
color: #f7768e;
padding: 0 10px;
}
#custom-power:hover {
background: rgba(247, 118, 142, 0.2);
border-radius: 5px;
}
#network.disconnected {
color: #f7768e;
}