Remove .config/waybar/config.jsonc
Remove .config/waybar/style.css
This commit is contained in:
parent
a84f2fb62c
commit
2c1721bc23
2 changed files with 0 additions and 200 deletions
|
|
@ -1,122 +0,0 @@
|
|||
{
|
||||
"start_hidden": true,
|
||||
"exclusive": false,
|
||||
"reload_style_on_change": true,
|
||||
"layer": "overlay",
|
||||
"position": "top",
|
||||
"margin-left": 465,
|
||||
"margin-right": 465,
|
||||
"margin-top": 233,
|
||||
"spacing": 0,
|
||||
"modules-left": [
|
||||
"clock"
|
||||
],
|
||||
"modules-center": [
|
||||
"niri/workspaces"
|
||||
],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"network",
|
||||
"pulseaudio",
|
||||
"battery"
|
||||
],
|
||||
"clock": {
|
||||
"format": "{:L%A %H:%M}",
|
||||
"format-alt": "{:L%d %B W%V %Y}",
|
||||
"tooltip": false
|
||||
},
|
||||
"niri/workspaces": {
|
||||
"active-only": false,
|
||||
"all-outputs": false,
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": "",
|
||||
"active": "",
|
||||
"visible": "",
|
||||
"empty": "◦"
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"interface": "wl*",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"format": "{icon}",
|
||||
"format-wifi": "{icon}",
|
||||
"format-ethernet": "WIRED",
|
||||
"format-disconnected": "DSCNNCTED",
|
||||
"tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
||||
"tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"interval": 3,
|
||||
"spacing": 1
|
||||
},
|
||||
"battery": {
|
||||
"format": "{icon} {capacity}",
|
||||
"format-discharging": "{icon} {time}",
|
||||
"format-charging": "{icon} {capacity}",
|
||||
"format-plugged": "=== AC ===",
|
||||
"format-icons": {
|
||||
"charging": [
|
||||
"+---------",
|
||||
"=+--------",
|
||||
"==+-------",
|
||||
"===+------",
|
||||
"====+-----",
|
||||
"=====+----",
|
||||
"======+---",
|
||||
"=======+--",
|
||||
"========+-",
|
||||
"=========+",
|
||||
"=========="
|
||||
],
|
||||
"default": [
|
||||
"----------",
|
||||
"=---------",
|
||||
"==--------",
|
||||
"===-------",
|
||||
"====------",
|
||||
"=====-----",
|
||||
"======----",
|
||||
"=======---",
|
||||
"========--",
|
||||
"=========-",
|
||||
"=========="
|
||||
]
|
||||
},
|
||||
"format-full": "== FULL ==",
|
||||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
||||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
||||
"interval": 5,
|
||||
"states": {
|
||||
"warning": 20,
|
||||
"critical": 10
|
||||
}
|
||||
},
|
||||
"pulseaudio": {
|
||||
"on-click": "wiremix",
|
||||
"format": "{icon} {desc}",
|
||||
"tooltip-format": "Playing at {volume}%",
|
||||
"scroll-step": 2,
|
||||
"format-muted": "---mute---",
|
||||
"format-icons": {
|
||||
"default": [
|
||||
"----------",
|
||||
"=---------",
|
||||
"==--------",
|
||||
"===-------",
|
||||
"====------",
|
||||
"=====-----",
|
||||
"======----",
|
||||
"=======---",
|
||||
"========--",
|
||||
"=========-",
|
||||
"=========="
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,78 +0,0 @@
|
|||
* {
|
||||
background-color: transparent;
|
||||
color: #eeeeee;
|
||||
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
min-height: 0;
|
||||
font-family: 'JetBrainsMonoNL Nerd Font';
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
all: initial;
|
||||
padding: 0 6px;
|
||||
margin: 1px 1.5px;
|
||||
min-width: 9px;
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#tray,
|
||||
#cpu,
|
||||
#battery,
|
||||
#network,
|
||||
#bluetooth,
|
||||
#pulseaudio,
|
||||
#custom-omarchy,
|
||||
#custom-screenrecording-indicator,
|
||||
#custom-do-not-disturb-indicator,
|
||||
#custom-update {
|
||||
min-width: 12px;
|
||||
margin: 0 7.5px;
|
||||
}
|
||||
|
||||
#custom-do-not-disturb-indicator {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#custom-expand-icon {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#custom-update {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
margin-left: 8.75px;
|
||||
margin-right: 8.75px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#custom-screenrecording-indicator {
|
||||
min-width: 12px;
|
||||
margin-left: 8.75px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#custom-screenrecording-indicator.active {
|
||||
color: #a55555;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue