Skip to content

Commit

Permalink
fixing shorcuts and delete unused backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
bossearch committed Sep 3, 2024
1 parent cfea4c4 commit ab0a116
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ input.addEventListener("keydown", function (e) {
window.addEventListener("load", () => {
executors.ls();
executors.motd();
let filenames = ["purple-mountains.jpg"];
let filenames = ["1a1b26_2k.jpg"];
let root = document.getElementsByTagName("html")[0];
root.style.backgroundImage = `url("./backgrounds/${
filenames[Math.floor(Math.random() * filenames.length)]
Expand Down
32 changes: 16 additions & 16 deletions js/shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default [
gmail: "https://mail.google.com/mail/u/0/#inbox",
proton: "https://mail.proton.me/u/1/inbox",
twitter: "https://twitter.com",
ig: "",
deepl: "",
ig: "https://",
deepl: "https://",
},
},
{
Expand All @@ -17,19 +17,19 @@ export default [
yt: "https://mail.google.com/mail/u/0/#inbox",
twitch: "https://mail.proton.me/u/1/inbox",
netflix: "https://twitter.com",
idlix: "",
braflix: "",
idlix: "https://",
braflix: "https://",
},
},
{
category: "Dev",
color: "cyan",
items: {
github: "https://github.com/bossearch",
gitlab: "",
"Dev.to": "https://dev.to",
gitlab: "https://",
"dev.to": "https://dev.to",
docs: "https://devdocs.io/",
r/neovim: "",
r/neovim: "https://",
},
},
{
Expand All @@ -39,8 +39,8 @@ export default [
qmk: "https://mail.google.com/mail/u/0/#inbox",
r/crkbd: "https://mail.proton.me/u/1/inbox",
hyprland: "https://twitter.com",
r/unixporn: "",
r/obsidian: "",
r/unixporn: "https://",
r/obsidian: "https://",
},
},
{
Expand All @@ -50,8 +50,8 @@ export default [
hackernews: "https://mail.google.com/mail/u/0/#inbox",
r/indonesia: "https://mail.proton.me/u/1/inbox",
world: "https://twitter.com",
tech: "",
business: "",
tech: "https://",
business: "https://",
},
},
{
Expand All @@ -62,18 +62,18 @@ export default [
epic: "https://mail.proton.me/u/1/inbox",
ea: "https://mail.proton.me/u/1/inbox",
gg.deals: "https://twitter.com",
r/gaming: "",
r/gaming: "https://",
},
},
{
category: "Shop",
color: "green",
items: {
tokped: "https://github.com/bossearch",
shopee: "",
shopee: "https://",
blibli: "https://dev.to",
marketplace: "https://devdocs.io/",
alibaba: "",
alibaba: "https://",
},
},
{
Expand All @@ -83,8 +83,8 @@ export default [
tempmail: "https://mail.google.com/mail/u/0/#inbox",
"1337x": "https://mail.proton.me/u/1/inbox",
subtitles: "https://twitter.com",
"typing.io": "",
fmhy: "",
"typing.io": "https://",
fmhy: "https://",
},
},
];

0 comments on commit ab0a116

Please sign in to comment.