Added webapp and changed wezterm width
This commit is contained in:
parent
01809b9cdf
commit
26f27e2c26
2 changed files with 4 additions and 1 deletions
|
|
@ -22,5 +22,8 @@ in {
|
||||||
(mkWebApp "YT Music" "https://music.youtube.com"
|
(mkWebApp "YT Music" "https://music.youtube.com"
|
||||||
"https://raw.githubusercontent.com/vinceliuice/Qogir-icon-theme/fff0c7f3747b9b9ddf94c6f997847d47896097c2/src/scalable/apps/youtube-music.svg"
|
"https://raw.githubusercontent.com/vinceliuice/Qogir-icon-theme/fff0c7f3747b9b9ddf94c6f997847d47896097c2/src/scalable/apps/youtube-music.svg"
|
||||||
"sha256-T+v2JOOW+nEwH/9W2PFOrw/315/bCoKHw01KNh2U8IE=")
|
"sha256-T+v2JOOW+nEwH/9W2PFOrw/315/bCoKHw01KNh2U8IE=")
|
||||||
|
(mkWebApp "Teams" "https://teams.microsoft.com"
|
||||||
|
"https://raw.githubusercontent.com/vinceliuice/Qogir-icon-theme/master/src/scalable/apps/teams-for-linux.svg"
|
||||||
|
"sha256-Pb/5KIWDfjHkdjGxguKHizcmNBPKJTKUnHKdeBIE6yk=")
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
if hostname == "rotterdam" then
|
if hostname == "rotterdam" then
|
||||||
return 110
|
return 110
|
||||||
elseif hostname == "io" then
|
elseif hostname == "io" then
|
||||||
return 91
|
return 89
|
||||||
else
|
else
|
||||||
return 108
|
return 108
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue