chore: 🧹
Just Tidying
This commit is contained in:
+4
-20
@@ -2,36 +2,20 @@
|
||||
{
|
||||
"layer": "top", // Waybar at top layer
|
||||
"position": "top", // Waybar position (top|bottom|left|right)
|
||||
//"height": 46,// Waybar height (to be removed for auto height)
|
||||
"width": 2460, // Waybar width
|
||||
"spacing": 2, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": [
|
||||
"custom/arch",
|
||||
//"custom/search",
|
||||
"cpu",
|
||||
"memory",
|
||||
"temperature",
|
||||
"battery",
|
||||
"power-profiles-daemon",
|
||||
"custom/cava_mviz",
|
||||
"mpris",
|
||||
//"wlr/taskbar"
|
||||
"hyprland/window",
|
||||
],
|
||||
"modules-center": ["hyprland/workspaces"],
|
||||
"modules-center": [
|
||||
"hyprland/workspaces",
|
||||
],
|
||||
"modules-right": [
|
||||
"idle_inhibitor",
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"network#speed",
|
||||
"network",
|
||||
"bluetooth",
|
||||
"hyprland/language",
|
||||
"tray",
|
||||
"custom/swaync",
|
||||
"clock",
|
||||
"custom/power",
|
||||
"clock"
|
||||
],
|
||||
//Modules configuration
|
||||
|
||||
|
||||
+3
-7
@@ -20,15 +20,13 @@
|
||||
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": false,
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"warp-on-scroll": true,
|
||||
"format": "{name}",
|
||||
"format": "{name}: {icon}",
|
||||
"format-icons": {
|
||||
"urgent": "",
|
||||
"active": "",
|
||||
"default": "",
|
||||
"exec": "hyprctl clients -w -f"
|
||||
}
|
||||
},
|
||||
/* "wlr/taskbar": {
|
||||
@@ -145,12 +143,10 @@
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"tooltip": true,
|
||||
"on-click": "kitty htop &"
|
||||
},
|
||||
"memory": {
|
||||
"format": " {}%",
|
||||
"tooltip": true,
|
||||
"on-click": "gnome-disks &"
|
||||
"tooltip": true,
|
||||
},
|
||||
"temperature": {
|
||||
"interval": 10,
|
||||
|
||||
+6
-10
@@ -8,10 +8,6 @@
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
color: @teal;
|
||||
border-radius: 7rem;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: @teal;
|
||||
}
|
||||
|
||||
window#waybar.empty #window {
|
||||
@@ -73,11 +69,11 @@ window#waybar.empty #window {
|
||||
|
||||
|
||||
#workspaces {
|
||||
border-radius: 7rem;
|
||||
border-radius: 1px;
|
||||
background-color: transparent;
|
||||
/*border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: @teal;*/
|
||||
/* border-width: 1px; */
|
||||
/* border-style: solid; */
|
||||
/* border-color: @teal; */
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
@@ -184,8 +180,8 @@ window#waybar.empty #window {
|
||||
padding: 0 10px;
|
||||
background-color: transparent;
|
||||
color: @teal;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
margin-left: 15px;
|
||||
margin-right:15px;
|
||||
}
|
||||
#window:hover {
|
||||
background-color: @maroon;
|
||||
|
||||
Reference in New Issue
Block a user