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
|
git clone https://github.com/lack/waybar-nmvpn
|
||||||
cd waybar-nmvpn
|
cd waybar-nmvpn
|
||||||
sed 's/Text: "VPN",/Text: "",/' main.go
|
sed -i 's/Text: "VPN",/Text: "",/' main.go
|
||||||
go build
|
go build
|
||||||
go install
|
go install
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
# Armcord opens in scratchpad
|
# Armcord opens in scratchpad
|
||||||
for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide
|
for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide
|
||||||
|
|
||||||
# Thunderbird assigned to workspace 3
|
# Thunderbird assigned to workspace 9
|
||||||
assign [title="Mozilla Thunderbird$"] workspace 3
|
assign [title="Mozilla Thunderbird$"] workspace 9
|
||||||
|
|
||||||
# Sonixd assigned to workspace 4
|
# Sonixd assigned to workspace 10
|
||||||
assign [title="^Sonixd$"] workspace 4
|
assign [title="^Sonixd$"] workspace 10
|
||||||
|
|
||||||
#
|
#
|
||||||
# ScratchPad - Dropdown Windows
|
# ScratchPad - Dropdown Windows
|
||||||
|
|
|
@ -18,8 +18,8 @@
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
// "1": "",
|
// "1": "",
|
||||||
// "2": "",
|
// "2": "",
|
||||||
"3": "",
|
"9": "",
|
||||||
"4": "",
|
"10": "",
|
||||||
"Development": "",
|
"Development": "",
|
||||||
"Development1": "",
|
"Development1": "",
|
||||||
"Development2": "",
|
"Development2": "",
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
// Memory (RAM)
|
// Memory (RAM)
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{}% "
|
"format": "{percentage}% {swapPercentage}% "
|
||||||
},
|
},
|
||||||
|
|
||||||
// Temp
|
// Temp
|
||||||
|
@ -178,8 +178,8 @@
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": "",
|
||||||
"hands-free": "",
|
"hands-free": "",
|
||||||
"headset": "",
|
"headset": "",
|
||||||
"phone": "",
|
"phone": "",
|
||||||
"portable": "",
|
"portable": "",
|
||||||
"car": "",
|
"car": "",
|
||||||
|
|
Loading…
Add table
Reference in a new issue