various changes I don't remember lol
This commit is contained in:
parent
07a879aad3
commit
06508d53ac
19 changed files with 90 additions and 90 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"output": "DP-2",
|
||||
"layer": "top",
|
||||
"modules-left": ["hyprland/workspaces", "hyprland/mode"],
|
||||
"modules-center": ["group/statistics", "group/status", "custom/pacman", "group/networks", "bluetooth", "group/audio-player"],
|
||||
"modules-center": ["group/statistics", "group/status", "temperature", "custom/pacman", "group/networks", "bluetooth", "group/audio-player"],
|
||||
/* "modules-right": ["tray", "custom/scratchpad-indicator", "pulseaudio",], */
|
||||
"modules-right": ["group/taskbar", "group/group-power"],
|
||||
|
||||
|
|
@ -45,7 +45,6 @@
|
|||
"orientation": "inherit",
|
||||
"modules": [
|
||||
"group/playing",
|
||||
"cava"
|
||||
]
|
||||
},
|
||||
"group/playing": {
|
||||
|
|
@ -87,27 +86,6 @@
|
|||
"on-click": "exec ~/.bin/sh/dunstaudio.sh play_pause",
|
||||
"on-click-right": "exec ~/.bin/sh/dunstaudio.sh next_track",
|
||||
"on-click-middle": "exec ~/.bin/sh/dunstaudio.sh prev_track",
|
||||
},
|
||||
"cava": {
|
||||
"cava_config": "/home/peter/.config/cava/config",
|
||||
"framerate": 240,
|
||||
"autosens": 1,
|
||||
"bars": 6,
|
||||
"lower_cutoff_freq": 50,
|
||||
"higher_cutoff_freq": 10000,
|
||||
"method": "pipewire",
|
||||
"source": "auto",
|
||||
"stereo": true,
|
||||
"reverse": false,
|
||||
"bar_delimiter": 32,
|
||||
"monstercat": false,
|
||||
"waves": false,
|
||||
"noise_reduction": 0.77,
|
||||
"input_delay": 2,
|
||||
"format-icons" : ["<small>▁</small>", "<small>▂</small>", "<small>▃</small>", "<small>▄</small>", "<small>▅</small>", "<small>▆</small>", "<small>▇</small>", "<small>█</small>" ],
|
||||
"actions": {
|
||||
"on-click-right": "mode"
|
||||
}
|
||||
},
|
||||
"group/statistics": {
|
||||
"orientation": "inherit",
|
||||
|
|
@ -115,8 +93,7 @@
|
|||
"custom/gpu-usage",
|
||||
"cpu",
|
||||
"memory",
|
||||
"group/disks",
|
||||
"temperature"
|
||||
"group/disks"
|
||||
]
|
||||
},
|
||||
"custom/pacman": {
|
||||
|
|
|
|||
|
|
@ -51,7 +51,8 @@ status = f"{status[:16]}.." if len(status) > 17 else status
|
|||
|
||||
# status code
|
||||
status_code_class = html_data("#regionHeader").attr("class")
|
||||
status_code = str(status_code_class).split(" ")[2].split("-")[2]
|
||||
#status_code = str(status_code_class).split(" ")[2].split("-")[2]
|
||||
status_code = "default"
|
||||
|
||||
# status icon
|
||||
icon = (
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ window#waybar.hidden {
|
|||
border-radius: 10px;
|
||||
transition: none;
|
||||
color: #50fa7b;
|
||||
background: #282a36;
|
||||
background: transparent;
|
||||
}
|
||||
#custom-power {
|
||||
margin-top: 6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue