hypr changes
This commit is contained in:
parent
3cc08d126c
commit
f2d78c7fdd
8 changed files with 57 additions and 26 deletions
|
@ -4,13 +4,13 @@
|
|||
"height": 30, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
// Choose the order of the modules "custom/wintitle",
|
||||
"modules-left": ["sway/workspaces", "hyprland/window", "river/tags", "sway/mode", "sway/window"],
|
||||
"modules-left": ["wlr/workspaces", "hyprland/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "network", "memory", "cpu", "battery", "battery#bat2", "tray"],
|
||||
"modules-right": ["pulseaudio", "backlight", "network", "memory", "cpu", "battery", "battery#bat2", "tray"],
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 10,
|
||||
"margin-left": 10,
|
||||
"margin-right": 10,
|
||||
"margin-left": 17,
|
||||
"margin-right": 17,
|
||||
// Modules configuration
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
|
@ -31,7 +31,7 @@
|
|||
"num-tags": 8
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{}"
|
||||
"format": " {}"
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\"> {}</span>"
|
||||
|
@ -51,7 +51,7 @@
|
|||
// "timezone": "America/New_York",
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
"format-alt": "{:%Y-%m-%d}",
|
||||
"format": "{:%a %b %e, %l:%M %p}"
|
||||
"format": "{:%a %b%e, %I:%M %p}"
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
|
@ -95,12 +95,13 @@
|
|||
"critical": 15
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-charging": "{charging-icons} {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
// "format-full": "",
|
||||
"format-icons": [" ", " ", " ", " ", " "]
|
||||
"format-icons": [" ", " ", " ", " ", " "],
|
||||
"format-charging-icons": [" ", " ", " ", " ", " "]
|
||||
},
|
||||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
|
@ -127,7 +128,7 @@
|
|||
"car": "",
|
||||
"default": ["", "", ""]
|
||||
},
|
||||
"on-click": "pavucontrol"
|
||||
"on-click": "alacritty --class pulsemixer -e pulsemixer"
|
||||
},
|
||||
"custom/media": {
|
||||
"format": "{icon} {}",
|
||||
|
|
|
@ -118,8 +118,8 @@ window#waybar.solo {
|
|||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base01;
|
||||
background: @base0B;
|
||||
color: @base08;
|
||||
background: @backtransparent;
|
||||
}
|
||||
|
||||
#battery.warning {
|
||||
|
@ -148,7 +148,7 @@ window#waybar.solo {
|
|||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0A;
|
||||
color: @base0B;
|
||||
background: @backtransparent;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ window#waybar.solo {
|
|||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0B;
|
||||
color: @base09;
|
||||
background: @backtransparent;
|
||||
}
|
||||
|
||||
|
@ -179,7 +179,7 @@ window#waybar.solo {
|
|||
padding-right: 5px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0E;
|
||||
color: @base0C;
|
||||
background: @backtransparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue