New backup 2024-03-31 19:53:42
This commit is contained in:
parent
b7d7c60457
commit
125d7999ee
3 changed files with 10 additions and 10 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
git clone https://github.com/lack/waybar-nmvpn
|
||||
cd waybar-nmvpn
|
||||
sed 's/Text: "VPN",/Text: "",/' main.go
|
||||
sed -i 's/Text: "VPN",/Text: "",/' main.go
|
||||
go build
|
||||
go install
|
||||
|
|
|
@ -13,11 +13,11 @@
|
|||
# Armcord opens in scratchpad
|
||||
for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide
|
||||
|
||||
# Thunderbird assigned to workspace 3
|
||||
assign [title="Mozilla Thunderbird$"] workspace 3
|
||||
# Thunderbird assigned to workspace 9
|
||||
assign [title="Mozilla Thunderbird$"] workspace 9
|
||||
|
||||
# Sonixd assigned to workspace 4
|
||||
assign [title="^Sonixd$"] workspace 4
|
||||
# Sonixd assigned to workspace 10
|
||||
assign [title="^Sonixd$"] workspace 10
|
||||
|
||||
#
|
||||
# ScratchPad - Dropdown Windows
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
"format-icons": {
|
||||
// "1": "",
|
||||
// "2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"9": "",
|
||||
"10": "",
|
||||
"Development": "",
|
||||
"Development1": "",
|
||||
"Development2": "",
|
||||
|
@ -98,7 +98,7 @@
|
|||
|
||||
// Memory (RAM)
|
||||
"memory": {
|
||||
"format": "{}% "
|
||||
"format": "{percentage}% {swapPercentage}% "
|
||||
},
|
||||
|
||||
// Temp
|
||||
|
@ -178,8 +178,8 @@
|
|||
"format-source-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"hands-free": "",
|
||||
"headset": "",
|
||||
"hands-free": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"car": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue