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

@ -9,7 +9,7 @@
"com.spotify.Client" "com.spotify.Client"
]; ];
positionX = "center"; positionX = "right";
positionY = "top"; positionY = "top";
layer = "overlay"; layer = "overlay";
control-center-layer = "top"; control-center-layer = "top";

View file

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