Skip to content

Commit

Permalink
�[1;36m==> modified : blog/1-PGP-signature.mdx �[0m
Browse files Browse the repository at this point in the history
    �[1;36m==> modified : blog/2-polybar-modules.mdx �[0m
    �[1;36m==> modified : blog/3-sddm.mdx �[0m
    �[1;36m==> modified : blog/4-set-keyboard-layout.mdx �[0m
    �[1;36m==> modified : blog/5-monitors.mdx �[0m
    �[1;36m==> modified : blog/6-add-music.mdx �[0m
    �[1;36m==> modified : blog/7-create-custom-theme.mdx �[0m
    �[1;31m==> deleted : docs/intro.md�[0m

    �[1;31m==> deleted : docs/keybinding/1-bspwm.md�[0m
    �[1;31m==> deleted : docs/keybinding/2-dwm.md�[0m
    �[1;31m==> deleted : docs/keybinding/3-i3wm.md�[0m
    �[1;31m==> deleted : docs/quickstart/install.md�[0m
    �[1;31m==> deleted : docs/quickstart/post-install.md�[0m
    �[1;36m==> modified : docusaurus.config.js �[0m
    �[1;31m==> deleted : news/2022/1-Home-2022.09.20-beta.mdx�[0m
    �[1;31m==> deleted : news/2022/2-Acer-Predator-2022.11.11.mdx�[0m
    �[1;31m==> deleted : news/2022/2-Home-2022.11.11.mdx�[0m
    �[1;31m==> deleted : news/2022/3-Acer-Predator-2022.12.10.mdx�[0m
    �[1;31m==> deleted : news/2022/3-Home-2022.12.10.mdx�[0m
    �[1;31m==> deleted : news/2022/3-Wireless-2022.12.11.mdx�[0m
    �[1;31m==> deleted : news/2023/1-Home-2023.07.03.mdx�[0m
    �[1;31m==> deleted : news/2023/2-Home-2023.07.06.mdx�[0m
    �[1;31m==> deleted : news/2023/3-Acer-Predator-2023.07.07.mdx�[0m
    �[1;31m==> deleted : news/2024/1-Home-2024.02.21.mdx�[0m
    �[1;31m==> deleted : news/2024/2-Acer-Predator-2024.02.21.mdx�[0m
    �[1;31m==> deleted : news/2024/3-Wireless-2024.02.24.mdx�[0m
    �[1;32m==> added : docs/keybinding/0-Keybinding.mdx �[0m
    �[1;32m==> added : docs/keybinding/1-bspwm.mdx �[0m
    �[1;32m==> added : docs/keybinding/2-dwm.mdx �[0m
    �[1;32m==> added : docs/keybinding/3-i3wm.mdx �[0m
    �[1;32m==> added : docs/quickstart/install.mdx �[0m
    �[1;32m==> added : docs/quickstart/post-install.mdx �[0m
    �[1;32m==> added : news/2022/22.09.20-Home-2022.09.20-beta.mdx �[0m
    �[1;32m==> added : news/2022/22.11.11-Acer-Predator-2022.11.11.mdx �[0m
    �[1;32m==> added : news/2022/22.11.11-Home-2022.11.11.mdx �[0m
    �[1;32m==> added : news/2022/22.12.10-Acer-Predator-2022.12.10.mdx �[0m
    �[1;32m==> added : news/2022/22.12.10-Home-2022.12.10.mdx �[0m
    �[1;32m==> added : news/2022/22.12.11-Wireless-2022.12.11.mdx �[0m
    �[1;32m==> added : news/2023/23.07.03-Home-2023.07.03.mdx �[0m
    �[1;32m==> added : news/2023/23.07.06-Home-2023.07.06.mdx �[0m
    �[1;32m==> added : news/2023/23.07.07-Acer-Predator-2023.07.07.mdx �[0m
    �[1;32m==> added : news/2024/24.02.21-Acer-Predator-2024.02.21.mdx �[0m
    �[1;32m==> added : news/2024/24.02.21-Home-2024.02.21.mdx �[0m
    �[1;32m==> added : news/2024/24.02.24-Wireless-2024.02.24.mdx �[0m
  • Loading branch information
mmsaeed509 committed Apr 7, 2024
1 parent 94c97ec commit d3e7be9
Show file tree
Hide file tree
Showing 29 changed files with 268 additions and 29 deletions.
15 changes: 15 additions & 0 deletions blog/1-PGP-signature.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ authors: [Ozil]
tags: [tips]
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

If you get `invalid or corrupted package (PGP signature) error`, Open up The Terminal and do :

- ```bash
Expand Down
16 changes: 16 additions & 0 deletions blog/2-polybar-modules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ title: Polybar Modules
authors: [Ozil]
tags: [tips]
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

<!-- weather -->

<details>
Expand Down
15 changes: 15 additions & 0 deletions blog/3-sddm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ authors: [Ozil]
tags: [tips]
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

<h3 align="center"> Changing SDDM user picture </h3>

![](/img/tips/sddm/0.png)
Expand Down
15 changes: 15 additions & 0 deletions blog/4-set-keyboard-layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ authors: [Ozil]
tags: [tips]
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

- edit `~/.config/bspwm/exodia.conf`
- ```bash
nvim ~/.config/bspwm/exodia.conf
Expand Down
15 changes: 15 additions & 0 deletions blog/5-monitors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ authors: [Ozil]
tags: [tips]
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

:::tip[bspmonitors]

- the `bspmonitors` script will auto-configure all connected monitors
Expand Down
15 changes: 15 additions & 0 deletions blog/6-add-music.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ authors: [Ozil]
tags: [tips]
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

:::note[bspmonitors]
you should add your music to `~/Music` directory
:::
Expand Down
15 changes: 15 additions & 0 deletions blog/7-create-custom-theme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ authors: [Ozil]
tags: [tips, WMs, bspwm, i3wm]
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

:::note[DWM]
currently `DWM` comes with one theme
:::
Expand Down
13 changes: 0 additions & 13 deletions docs/intro.md

This file was deleted.

27 changes: 27 additions & 0 deletions docs/intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
sidebar_position: 1
---

# Welcome

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>
Welcome to Exodia OS wiki

# Guides

- [**`Install`**](./quickstart/install.mdx)
- [**`Post Install`**](./quickstart/post-install.mdx)
- [**`Keybinding ⌨️`**](./keybinding/0-Keybinding.mdx)
34 changes: 34 additions & 0 deletions docs/keybinding/0-Keybinding.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
id: Keybinding
title: Keybinding ⌨️
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

Keybinding refers to the practice of assigning keyboard shortcuts to various actions or commands within the window manager environment. These shortcuts allow users to perform tasks such as opening applications, switching between windows, resizing or moving windows, and executing specific commands, all without needing to use the mouse or navigate through menus.

Keybinding is highly customizable and can be tailored to suit individual preferences and workflows. Users typically define keybindings in configuration files specific to their chosen window manager, such as:
- `~/.config/bspwm/keybinding/sxhkdrc` for `BSPWM`
- `~/.config/i3/config` for the `I3WM`
- `/opt/exodia/dwm/config.def.h` For `DWM`

:::note[Note]
The above paths are for Exodia OS **ONLY**. They might be different for other distros.
:::

- [**`BSPWM`**](./1-bspwm.mdx)
- [**`I3WM`**](./2-dwm.mdx)
- [**`DWM`**](./3-i3wm.mdx)
18 changes: 17 additions & 1 deletion docs/keybinding/1-bspwm.md → docs/keybinding/1-bspwm.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
---
id: Keybinding
id: bspwm
title: bspwm Keybinding
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

<h1 align="center"> Keybinding ⌨️ </h1>

### install
Expand Down
17 changes: 17 additions & 0 deletions docs/keybinding/2-dwm.md → docs/keybinding/2-dwm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
id: dwm
title: dwm Keybinding
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>


<h1 align="center"> DWM Keybinding ⌨️ </h1>

### install
Expand Down
17 changes: 17 additions & 0 deletions docs/keybinding/3-i3wm.md → docs/keybinding/3-i3wm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
id: i3wm
title: i3wm Keybinding
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>


<h1 align="center"> i3WM Keybinding ⌨️ </h1>

### install
Expand Down
10 changes: 0 additions & 10 deletions docs/quickstart/install.md

This file was deleted.

23 changes: 23 additions & 0 deletions docs/quickstart/install.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
id: install
title: Install
sidebar_position: 1
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

[![install video](/img/install.png)](https://youtu.be/OZ9tsZnObsA)

Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,35 @@
id: post-install
title: Post Install
---

<!-- Badges -->
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '25px',
color: '#010D16',
padding: '0.2rem 0.4rem',
}}>
{children}
</span>
);

<Highlight color="#04bdcb">Free Palestine 🇵🇸</Highlight> <br></br><br></br>

> **_NOTE:_** **Use your fav text editor (vi, vim, nano, NvChad, geany, etc... ).**
for `PGP signature` error or `invalid or corrupted package`

```bash
sudo pacman-key --populate
```
- ```bash
sudo pacman -S archlinux-keyring
```
- ```bash
sudo pacman-key --init
```
- ```bash
sudo pacman-key --populate
```

Not resolved yet?
Ok, try this
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/Exodia-OS/wiki/tree/master/docs',
'https://github.com/Exodia-OS/wiki/tree/master',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/Exodia-OS/wiki/tree/master/blog',
'https://github.com/Exodia-OS/wiki/tree/master',
},
theme: {
customCss: './src/css/custom.css',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d3e7be9

Please sign in to comment.