mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-04 06:10:40 -04:00
waybar updates
This commit is contained in:
parent
e973ebbc15
commit
d316ea6531
3 changed files with 28 additions and 10 deletions
|
@ -6,9 +6,9 @@
|
||||||
// "width": 1280, // Waybar width
|
// "width": 1280, // Waybar width
|
||||||
// "spacing": 4, // Gaps between modules (4px)
|
// "spacing": 4, // Gaps between modules (4px)
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": ["custom/menu", "hyprland/workspaces",],
|
"modules-left": ["custom/menu", "hyprland/workspaces", "custom/updates"],
|
||||||
"modules-center": ["custom/name"],
|
"modules-center": ["custom/playerctl", "custom/playerlabel"],
|
||||||
"modules-right": ["network", "custom/div", "pulseaudio", "custom/div", "temperature", "custom/div", "clock", "tray"],
|
"modules-right": ["network", "custom/div", "pulseaudio", "custom/div", "clock", "tray", "custom/power"],
|
||||||
|
|
||||||
"keyboard-state": {
|
"keyboard-state": {
|
||||||
"numlock": true,
|
"numlock": true,
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
"format": "{}% "
|
"format": "{}% "
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"thermal-zone": 2,
|
"thermal-zone": 1,
|
||||||
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||||
"critical-threshold": 80,
|
"critical-threshold": 80,
|
||||||
"format-critical": "{temperatureC}°C {icon}",
|
"format-critical": "{temperatureC}°C {icon}",
|
||||||
|
@ -219,6 +219,14 @@
|
||||||
"interval": 86400, // once every day
|
"interval": 86400, // once every day
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
},
|
},
|
||||||
|
"wlr/taskbar": {
|
||||||
|
"format": "{icon}",
|
||||||
|
"icon-size": 15,
|
||||||
|
//"icon-theme": "Numix-Circle",
|
||||||
|
"tooltip-format": "{title}",
|
||||||
|
"on-click": "activate",
|
||||||
|
"on-click-middle": "close"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ tooltip label {
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 5px 5px;
|
padding: 5px 5px;
|
||||||
|
@ -42,13 +43,14 @@ tooltip label {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background: #64727D;
|
/* background: #64727D; */
|
||||||
border-bottom: 3px solid white;
|
/* border-bottom: 3px solid white; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover{
|
#workspaces button:hover{
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background-color: rgba(114, 101, 138, 0.8);
|
/* background-color: rgba(114, 101, 138, 0.8); */
|
||||||
|
box-shadow: inset 2px 2px 2px #000000;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,7 +59,7 @@ tooltip label {
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
background: #64727D;
|
/* background: #64727D; */
|
||||||
border-bottom: 3px solid white;
|
border-bottom: 3px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,7 +134,7 @@ tooltip label {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
#custom-updates{
|
#custom-updates{
|
||||||
padding-right: 10px;
|
padding-left: 10px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -160,11 +162,12 @@ tooltip label {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
background-color: rgba(114, 101, 138, 0.8);
|
background-color: rgba(114, 101, 138, 0.5);
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-name{
|
#custom-name{
|
||||||
|
@ -176,6 +179,13 @@ padding-right: 20px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
#wlr-taskbar{
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
background-color: rgba(114, 101, 138, 0.5);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue