diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..773fc2c --- /dev/null +++ b/.Xresources @@ -0,0 +1,2 @@ +Xcursor.theme: Bibata-Original-Classic +Xcursor.size: 24 diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..57bae40 --- /dev/null +++ b/.github/README.md @@ -0,0 +1,41 @@ +# Config Files + +Fluffy's config files for Arch Linux on Qtile!!!!!!!!!!!!! + +
+ screenshot +

I dont update this screenshot reguarly, so sowwy

+
+ +## Keybinds +| Keys | Action | +| ---- | ------ | +| mod + r | Rofi | +| mod + t | Alacritty | +| mod + b | Firefox | +| mod + f | Mute/Unmute Microphone | +| mod + q | Exit app | +| mod + l | Locks screen | +| mod + m | Toggles fullscreen | +| mod + g | Toggles floating app | +| mod + y | Switches tiling mode | +| mod + [1-9] | Switches workspace | +| mod + Tab | Scrolls through window focus | +| mod + arrow keys | Moves window focus | +| mod + ctrl + arrow keys | Shuffles window order | +| mod + shift + arrow keys | Resizes window | +| mod + shift + tab | Resets window sizing | +| mod + shift + q | Quit Qtile | +| mod + shift + r | Restarts Qtile | +| screenshot | flameshot | + + +## Credits + +[Paradise](https://github.com/Manas140/paradise) colour scheme made by Manas + +I took great insperation from Manas' and Saimoomedits' dotfiles +- [Manas](https://github.com/Manas140/dotfiles) +- [Saimoomedits](https://github.com/saimoomedits/dotfiles) + + diff --git a/.github/uwu.png b/.github/uwu.png new file mode 100644 index 0000000..3248f84 Binary files /dev/null and b/.github/uwu.png differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..43d9f2d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +Configs/eww/scripts/.env +__pycache__ +*~ \ No newline at end of file diff --git a/Configs/alacritty/alacritty.yml b/Configs/alacritty/alacritty.yml new file mode 120000 index 0000000..56b486e --- /dev/null +++ b/Configs/alacritty/alacritty.yml @@ -0,0 +1 @@ +/home/fluffy/.config/alacritty/alacritty.yml \ No newline at end of file diff --git a/Configs/dunst/dunstrc b/Configs/dunst/dunstrc new file mode 120000 index 0000000..d7402d7 --- /dev/null +++ b/Configs/dunst/dunstrc @@ -0,0 +1 @@ +/home/fluffy/.config/dunst/dunstrc \ No newline at end of file diff --git a/Configs/eww/eww.scss b/Configs/eww/eww.scss new file mode 120000 index 0000000..7e9ad29 --- /dev/null +++ b/Configs/eww/eww.scss @@ -0,0 +1 @@ +/home/fluffy/.config/eww/eww.scss \ No newline at end of file diff --git a/Configs/eww/eww.yuck b/Configs/eww/eww.yuck new file mode 120000 index 0000000..cfe06fa --- /dev/null +++ b/Configs/eww/eww.yuck @@ -0,0 +1 @@ +/home/fluffy/.config/eww/eww.yuck \ No newline at end of file diff --git a/Configs/eww/scripts/bluetooth b/Configs/eww/scripts/bluetooth new file mode 120000 index 0000000..4162999 --- /dev/null +++ b/Configs/eww/scripts/bluetooth @@ -0,0 +1 @@ +/home/fluffy/.config/eww/scripts/bluetooth \ No newline at end of file diff --git a/Configs/eww/scripts/homeassistant b/Configs/eww/scripts/homeassistant new file mode 120000 index 0000000..87992f3 --- /dev/null +++ b/Configs/eww/scripts/homeassistant @@ -0,0 +1 @@ +/home/fluffy/.config/eww/scripts/homeassistant \ No newline at end of file diff --git a/Configs/eww/scripts/light b/Configs/eww/scripts/light new file mode 120000 index 0000000..4163534 --- /dev/null +++ b/Configs/eww/scripts/light @@ -0,0 +1 @@ +/home/fluffy/.config/eww/scripts/light \ No newline at end of file diff --git a/Configs/eww/scripts/powermenu b/Configs/eww/scripts/powermenu new file mode 120000 index 0000000..43f0ad2 --- /dev/null +++ b/Configs/eww/scripts/powermenu @@ -0,0 +1 @@ +/home/fluffy/.config/eww/scripts/powermenu \ No newline at end of file diff --git a/Configs/eww/scripts/toggle_bluetooth b/Configs/eww/scripts/toggle_bluetooth new file mode 120000 index 0000000..4953fea --- /dev/null +++ b/Configs/eww/scripts/toggle_bluetooth @@ -0,0 +1 @@ +/home/fluffy/.config/eww/scripts/toggle_bluetooth \ No newline at end of file diff --git a/Configs/eww/scripts/vpn b/Configs/eww/scripts/vpn new file mode 120000 index 0000000..133f3c5 --- /dev/null +++ b/Configs/eww/scripts/vpn @@ -0,0 +1 @@ +/home/fluffy/.config/eww/scripts/vpn \ No newline at end of file diff --git a/Configs/eww/scripts/workspaces b/Configs/eww/scripts/workspaces new file mode 120000 index 0000000..6960376 --- /dev/null +++ b/Configs/eww/scripts/workspaces @@ -0,0 +1 @@ +/home/fluffy/.config/eww/scripts/workspaces \ No newline at end of file diff --git a/Configs/picom/picom.conf b/Configs/picom/picom.conf new file mode 120000 index 0000000..4e9f012 --- /dev/null +++ b/Configs/picom/picom.conf @@ -0,0 +1 @@ +/home/fluffy/.config/picom/picom.conf \ No newline at end of file diff --git a/Configs/qtile/autostart.sh b/Configs/qtile/autostart.sh new file mode 120000 index 0000000..d05a405 --- /dev/null +++ b/Configs/qtile/autostart.sh @@ -0,0 +1 @@ +/home/fluffy/.config/qtile/autostart.sh \ No newline at end of file diff --git a/Configs/qtile/config.py b/Configs/qtile/config.py new file mode 120000 index 0000000..3aa7664 --- /dev/null +++ b/Configs/qtile/config.py @@ -0,0 +1 @@ +/home/fluffy/.config/qtile/config.py \ No newline at end of file diff --git a/Configs/qtile/modules/autostart.py b/Configs/qtile/modules/autostart.py new file mode 120000 index 0000000..2401d93 --- /dev/null +++ b/Configs/qtile/modules/autostart.py @@ -0,0 +1 @@ +/home/fluffy/.config/qtile/modules/autostart.py \ No newline at end of file diff --git a/Configs/qtile/modules/keybinds.py b/Configs/qtile/modules/keybinds.py new file mode 120000 index 0000000..02a30a8 --- /dev/null +++ b/Configs/qtile/modules/keybinds.py @@ -0,0 +1 @@ +/home/fluffy/.config/qtile/modules/keybinds.py \ No newline at end of file diff --git a/Configs/qtile/modules/themes.py b/Configs/qtile/modules/themes.py new file mode 120000 index 0000000..d348bd7 --- /dev/null +++ b/Configs/qtile/modules/themes.py @@ -0,0 +1 @@ +/home/fluffy/.config/qtile/modules/themes.py \ No newline at end of file diff --git a/Configs/qtile/modules/workspaces.py b/Configs/qtile/modules/workspaces.py new file mode 120000 index 0000000..38ebec7 --- /dev/null +++ b/Configs/qtile/modules/workspaces.py @@ -0,0 +1 @@ +/home/fluffy/.config/qtile/modules/workspaces.py \ No newline at end of file diff --git a/Configs/qtile/scripts/toggle_mic b/Configs/qtile/scripts/toggle_mic new file mode 120000 index 0000000..f395b50 --- /dev/null +++ b/Configs/qtile/scripts/toggle_mic @@ -0,0 +1 @@ +/home/fluffy/.config/qtile/scripts/toggle_mic \ No newline at end of file diff --git a/Configs/rofi/bg/Red panda X Snepo.jpg b/Configs/rofi/bg/Red panda X Snepo.jpg new file mode 120000 index 0000000..09157bc --- /dev/null +++ b/Configs/rofi/bg/Red panda X Snepo.jpg @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/Red panda X Snepo.jpg \ No newline at end of file diff --git a/Configs/rofi/bg/angr.png b/Configs/rofi/bg/angr.png new file mode 120000 index 0000000..f28ea86 --- /dev/null +++ b/Configs/rofi/bg/angr.png @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/angr.png \ No newline at end of file diff --git a/Configs/rofi/bg/bg.png b/Configs/rofi/bg/bg.png new file mode 120000 index 0000000..01bd6a5 --- /dev/null +++ b/Configs/rofi/bg/bg.png @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/bg.png \ No newline at end of file diff --git a/Configs/rofi/bg/blunt.jpg b/Configs/rofi/bg/blunt.jpg new file mode 120000 index 0000000..f0369b5 --- /dev/null +++ b/Configs/rofi/bg/blunt.jpg @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/blunt.jpg \ No newline at end of file diff --git a/Configs/rofi/bg/doggys.jpg b/Configs/rofi/bg/doggys.jpg new file mode 120000 index 0000000..e58b5f6 --- /dev/null +++ b/Configs/rofi/bg/doggys.jpg @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/doggys.jpg \ No newline at end of file diff --git a/Configs/rofi/bg/egg.png b/Configs/rofi/bg/egg.png new file mode 120000 index 0000000..88a6ccd --- /dev/null +++ b/Configs/rofi/bg/egg.png @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/egg.png \ No newline at end of file diff --git a/Configs/rofi/bg/sploot.jpg b/Configs/rofi/bg/sploot.jpg new file mode 120000 index 0000000..f410255 --- /dev/null +++ b/Configs/rofi/bg/sploot.jpg @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/sploot.jpg \ No newline at end of file diff --git a/Configs/rofi/bg/spook.jpg b/Configs/rofi/bg/spook.jpg new file mode 120000 index 0000000..681045a --- /dev/null +++ b/Configs/rofi/bg/spook.jpg @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/spook.jpg \ No newline at end of file diff --git a/Configs/rofi/bg/spookSmol.jpg b/Configs/rofi/bg/spookSmol.jpg new file mode 120000 index 0000000..ef888db --- /dev/null +++ b/Configs/rofi/bg/spookSmol.jpg @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/spookSmol.jpg \ No newline at end of file diff --git a/Configs/rofi/bg/swag2.jpg b/Configs/rofi/bg/swag2.jpg new file mode 120000 index 0000000..af968b0 --- /dev/null +++ b/Configs/rofi/bg/swag2.jpg @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/bg/swag2.jpg \ No newline at end of file diff --git a/Configs/rofi/colours/paradise.rasi b/Configs/rofi/colours/paradise.rasi new file mode 120000 index 0000000..aec60bf --- /dev/null +++ b/Configs/rofi/colours/paradise.rasi @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/colours/paradise.rasi \ No newline at end of file diff --git a/Configs/rofi/config.rasi b/Configs/rofi/config.rasi new file mode 120000 index 0000000..b12b7f6 --- /dev/null +++ b/Configs/rofi/config.rasi @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/config.rasi \ No newline at end of file diff --git a/Configs/rofi/power.rasi b/Configs/rofi/power.rasi new file mode 120000 index 0000000..6722993 --- /dev/null +++ b/Configs/rofi/power.rasi @@ -0,0 +1 @@ +/home/fluffy/.config/rofi/power.rasi \ No newline at end of file diff --git a/Fonts/DejaVuSans.ttf b/Fonts/DejaVuSans.ttf deleted file mode 100644 index e5f7eec..0000000 Binary files a/Fonts/DejaVuSans.ttf and /dev/null differ diff --git a/Fonts/JetBrains/JetBrains Mono Bold Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Bold Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..52970a6 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Bold Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Bold Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Bold Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..4c5e840 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Bold Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Bold Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Bold Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..da07c25 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Bold Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Bold Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Bold Nerd Font Complete.ttf new file mode 100644 index 0000000..7017098 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Bold Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono ExtraBold Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono ExtraBold Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..43b764a Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono ExtraBold Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono ExtraBold Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono ExtraBold Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..414a12d Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono ExtraBold Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono ExtraBold Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono ExtraBold Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..2181203 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono ExtraBold Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono ExtraBold Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono ExtraBold Nerd Font Complete.ttf new file mode 100644 index 0000000..59d1f87 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono ExtraBold Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono ExtraLight Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono ExtraLight Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..90597f2 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono ExtraLight Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono ExtraLight Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono ExtraLight Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..fad05e5 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono ExtraLight Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono ExtraLight Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono ExtraLight Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..adbbccc Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono ExtraLight Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono ExtraLight Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono ExtraLight Nerd Font Complete.ttf new file mode 100644 index 0000000..b5ea46c Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono ExtraLight Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..222837e Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..62ebbed Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Light Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Light Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..dcec4a9 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Light Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Light Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Light Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..2a09943 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Light Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Light Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Light Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..88d05e0 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Light Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Light Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Light Nerd Font Complete.ttf new file mode 100644 index 0000000..01a64e3 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Light Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Medium Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Medium Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..be9ffe1 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Medium Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Medium Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Medium Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..c20d674 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Medium Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Medium Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Medium Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..850154b Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Medium Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Medium Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Medium Nerd Font Complete.ttf new file mode 100644 index 0000000..1e166ca Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Medium Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Bold Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Bold Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..336b619 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Bold Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Bold Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Bold Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..7ba0b43 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Bold Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Bold Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Bold Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..c19fc4a Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Bold Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Bold Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Bold Nerd Font Complete.ttf new file mode 100644 index 0000000..605a9ff Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Bold Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL ExtraBold Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL ExtraBold Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..2887e26 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL ExtraBold Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL ExtraBold Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL ExtraBold Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..04f2663 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL ExtraBold Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL ExtraBold Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL ExtraBold Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..d762320 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL ExtraBold Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL ExtraBold Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL ExtraBold Nerd Font Complete.ttf new file mode 100644 index 0000000..d7aecc2 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL ExtraBold Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL ExtraLight Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL ExtraLight Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..f3ddadf Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL ExtraLight Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL ExtraLight Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL ExtraLight Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..faa91d2 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL ExtraLight Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL ExtraLight Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL ExtraLight Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..9c07541 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL ExtraLight Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL ExtraLight Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL ExtraLight Nerd Font Complete.ttf new file mode 100644 index 0000000..eedaa67 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL ExtraLight Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..e2c3789 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..6dfb67f Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Light Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Light Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..c44711f Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Light Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Light Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Light Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..ccc4c3d Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Light Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Light Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Light Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..c460719 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Light Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Light Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Light Nerd Font Complete.ttf new file mode 100644 index 0000000..f9b97ff Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Light Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Medium Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Medium Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..ff1c4b7 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Medium Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Medium Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Medium Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..4d6a47f Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Medium Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Medium Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Medium Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..8899e80 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Medium Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Medium Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Medium Nerd Font Complete.ttf new file mode 100644 index 0000000..d52392b Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Medium Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Regular Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Regular Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..78f0034 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Regular Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Regular Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Regular Nerd Font Complete.ttf new file mode 100644 index 0000000..e586166 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Regular Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL SemiBold Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL SemiBold Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..9c3b7c2 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL SemiBold Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL SemiBold Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL SemiBold Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..4f8c1c7 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL SemiBold Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL SemiBold Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL SemiBold Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..b767315 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL SemiBold Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL SemiBold Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL SemiBold Nerd Font Complete.ttf new file mode 100644 index 0000000..6b43fa9 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL SemiBold Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Thin Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Thin Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..3c8df85 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Thin Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Thin Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Thin Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..6365287 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Thin Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Thin Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono NL Thin Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..66573b8 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Thin Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono NL Thin Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono NL Thin Nerd Font Complete.ttf new file mode 100644 index 0000000..9984f2c Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono NL Thin Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Regular Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Regular Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..8e1265c Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Regular Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Regular Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Regular Nerd Font Complete.ttf new file mode 100644 index 0000000..a63a95c Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Regular Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono SemiBold Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono SemiBold Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..2e53b35 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono SemiBold Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono SemiBold Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono SemiBold Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..286f099 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono SemiBold Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono SemiBold Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono SemiBold Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..7d921c8 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono SemiBold Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono SemiBold Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono SemiBold Nerd Font Complete.ttf new file mode 100644 index 0000000..4d2d3d6 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono SemiBold Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Thin Italic Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Thin Italic Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..49c0b8b Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Thin Italic Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Thin Italic Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Thin Italic Nerd Font Complete.ttf new file mode 100644 index 0000000..0ee83f6 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Thin Italic Nerd Font Complete.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Thin Nerd Font Complete Mono.ttf b/Fonts/JetBrains/JetBrains Mono Thin Nerd Font Complete Mono.ttf new file mode 100644 index 0000000..7f32d69 Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Thin Nerd Font Complete Mono.ttf differ diff --git a/Fonts/JetBrains/JetBrains Mono Thin Nerd Font Complete.ttf b/Fonts/JetBrains/JetBrains Mono Thin Nerd Font Complete.ttf new file mode 100644 index 0000000..33257ff Binary files /dev/null and b/Fonts/JetBrains/JetBrains Mono Thin Nerd Font Complete.ttf differ diff --git a/Fonts/Rubik-VariableFont_wght.ttf b/Fonts/Rubik-VariableFont_wght.ttf deleted file mode 100644 index c253818..0000000 Binary files a/Fonts/Rubik-VariableFont_wght.ttf and /dev/null differ diff --git a/Fonts/feather.ttf b/Fonts/feather.ttf new file mode 100644 index 0000000..88bdfd0 Binary files /dev/null and b/Fonts/feather.ttf differ diff --git a/discord/Paradise.theme.css b/Other/Discord/Paradise.theme.css similarity index 100% rename from discord/Paradise.theme.css rename to Other/Discord/Paradise.theme.css diff --git a/Other/Gradience/paradise.json b/Other/Gradience/paradise.json new file mode 100644 index 0000000..5801e21 --- /dev/null +++ b/Other/Gradience/paradise.json @@ -0,0 +1,108 @@ +{ + "name": "Paradise", + "variables": { + "accent_color": "rgb(140,151,125)", + "accent_bg_color": "rgb(140,151,125)", + "accent_fg_color": "rgb(232,227,227)", + "destructive_color": "rgb(182,100,103)", + "destructive_bg_color": "rgb(182,100,103)", + "destructive_fg_color": "rgb(232,227,227)", + "success_color": "rgb(140,151,125)", + "success_bg_color": "rgb(140,151,125)", + "success_fg_color": "rgb(232,227,227)", + "warning_color": "rgb(217,188,140)", + "warning_bg_color": "rgb(217,188,140)", + "warning_fg_color": "rgba(0, 0, 0, 0.8)", + "error_color": "rgb(182,100,103)", + "error_bg_color": "rgb(182,100,103)", + "error_fg_color": "rgb(232,227,227)", + "window_bg_color": "rgb(21,21,21)", + "window_fg_color": "rgb(232,227,227)", + "view_bg_color": "rgb(21,21,21)", + "view_fg_color": "rgb(232,227,227)", + "headerbar_bg_color": "rgb(21,21,21)", + "headerbar_fg_color": "rgb(232,227,227)", + "headerbar_border_color": "rgb(232,227,227)", + "headerbar_backdrop_color": "@window_bg_color", + "headerbar_shade_color": "rgba(0, 0, 0, 0.36)", + "card_bg_color": "rgba(255, 255, 255, 0.08)", + "card_fg_color": "rgb(232,227,227)", + "card_shade_color": "rgba(0, 0, 0, 0.36)", + "dialog_bg_color": "rgb(21,21,21)", + "dialog_fg_color": "rgb(232,227,227)", + "popover_bg_color": "rgb(21,21,21)", + "popover_fg_color": "rgb(232,227,227)", + "shade_color": "rgb(21,21,21)", + "scrollbar_outline_color": "rgba(0, 0, 0, 0.5)" + }, + "palette": { + "blue_": { + "1": "#99c1f1", + "2": "#62a0ea", + "3": "#3584e4", + "4": "#1c71d8", + "5": "#1a5fb4" + }, + "green_": { + "1": "#8ff0a4", + "2": "#57e389", + "3": "#33d17a", + "4": "#2ec27e", + "5": "#26a269" + }, + "yellow_": { + "1": "#f9f06b", + "2": "#f8e45c", + "3": "#f6d32d", + "4": "#f5c211", + "5": "#e5a50a" + }, + "orange_": { + "1": "#ffbe6f", + "2": "#ffa348", + "3": "#ff7800", + "4": "#e66100", + "5": "#c64600" + }, + "red_": { + "1": "#f66151", + "2": "#ed333b", + "3": "#e01b24", + "4": "#c01c28", + "5": "#a51d2d" + }, + "purple_": { + "1": "#dc8add", + "2": "#c061cb", + "3": "#9141ac", + "4": "#813d9c", + "5": "#613583" + }, + "brown_": { + "1": "#cdab8f", + "2": "#b5835a", + "3": "#986a44", + "4": "#865e3c", + "5": "#63452c" + }, + "light_": { + "1": "#ffffff", + "2": "#f6f5f4", + "3": "#deddda", + "4": "#c0bfbc", + "5": "#9a9996" + }, + "dark_": { + "1": "#77767b", + "2": "#5e5c64", + "3": "#3d3846", + "4": "#241f31", + "5": "#000000" + } + }, + "custom_css": { + "gtk4": "", + "gtk3": "" + }, + "plugins": {} +} \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index a3da5fb..0000000 --- a/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# Config Files - -Fluffy's config files for Arch Linux on Qtile!!!!!!!!!!!!! - -
- screenshot -
- -## Credits - -I did not make the Paradise nor the Gruvbox theme, credit goes to creators! - -- [Paradise](https://github.com/Manas140/paradise) -- [Gruvbox](https://github.com/morhetz/gruvbox) - -I took great insperation from Manas' dotfiles -- [Dotfiles](https://github.com/Manas140/dotfiles) - -## How to use - -### Discord - -1. Download and install BetterDiscord -2. Put themes into themes folder, usually under .config/BetterDiscord/themes -3. Now the Paradise and Gruvbox themes should appear in the settings - -### Spotify - -1. Download and install Spicetify and the marketplace extension -2. Install both Dribbblish theme and Custom CSS plugin -3. Go into the custom css section, F12 by default, and paste the colours.css code - -### Polybar - -- Requires Material, DejaVu Sans and Rubik fonts installed - -### Rofi - -Change the image if you're mean and hate raccoons :c - -### Qtile - -1. Move folder into .config/ - -### Picom - -1. You must have jonaburg's picom installed - https://github.com/jonaburg/picom -2. Now that you're back, move folder into .config/ - -## ToDo - -- [ ] Make a bash script to automate all this -- [x] Fix errors (mostly) -- [ ] Finish README -- [x] Removed most hard-coded directories -- [x] Cleaned up files and Code diff --git a/Wallpapers/1.4.1_1.4.1.jpg b/Wallpapers/1.4.1_1.4.1.jpg new file mode 120000 index 0000000..0eedaf7 --- /dev/null +++ b/Wallpapers/1.4.1_1.4.1.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/1.4.1_1.4.1.jpg \ No newline at end of file diff --git a/Wallpapers/12.jpg b/Wallpapers/12.jpg new file mode 120000 index 0000000..03e030e --- /dev/null +++ b/Wallpapers/12.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/12.jpg \ No newline at end of file diff --git a/Wallpapers/18.04_beaver_wp_4096x2304_optimized_AW.png b/Wallpapers/18.04_beaver_wp_4096x2304_optimized_AW.png new file mode 120000 index 0000000..b1592b3 --- /dev/null +++ b/Wallpapers/18.04_beaver_wp_4096x2304_optimized_AW.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/18.04_beaver_wp_4096x2304_optimized_AW.png \ No newline at end of file diff --git a/Wallpapers/5.jpg b/Wallpapers/5.jpg new file mode 120000 index 0000000..f7e9717 --- /dev/null +++ b/Wallpapers/5.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/5.jpg \ No newline at end of file diff --git a/Wallpapers/5m5kLI9.png b/Wallpapers/5m5kLI9.png new file mode 120000 index 0000000..4abb2c9 --- /dev/null +++ b/Wallpapers/5m5kLI9.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/5m5kLI9.png \ No newline at end of file diff --git a/Wallpapers/6.jpg b/Wallpapers/6.jpg new file mode 120000 index 0000000..1014bdd --- /dev/null +++ b/Wallpapers/6.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/6.jpg \ No newline at end of file diff --git a/Wallpapers/66.jpg b/Wallpapers/66.jpg new file mode 120000 index 0000000..657577b --- /dev/null +++ b/Wallpapers/66.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/66.jpg \ No newline at end of file diff --git a/Wallpapers/BouquetOnOliveGreen.jpg b/Wallpapers/BouquetOnOliveGreen.jpg new file mode 120000 index 0000000..2ee3dba --- /dev/null +++ b/Wallpapers/BouquetOnOliveGreen.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/BouquetOnOliveGreen.jpg \ No newline at end of file diff --git a/Wallpapers/BrownBuilding.jpg b/Wallpapers/BrownBuilding.jpg new file mode 120000 index 0000000..1b44159 --- /dev/null +++ b/Wallpapers/BrownBuilding.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/BrownBuilding.jpg \ No newline at end of file diff --git a/Wallpapers/CeiC2k.jpg b/Wallpapers/CeiC2k.jpg new file mode 120000 index 0000000..4cb0f85 --- /dev/null +++ b/Wallpapers/CeiC2k.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/CeiC2k.jpg \ No newline at end of file diff --git a/Wallpapers/CeiC2k.jpg.jpg b/Wallpapers/CeiC2k.jpg.jpg new file mode 120000 index 0000000..058c6cc --- /dev/null +++ b/Wallpapers/CeiC2k.jpg.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/CeiC2k.jpg.jpg \ No newline at end of file diff --git a/Wallpapers/ContinuousMotion.mp4 b/Wallpapers/ContinuousMotion.mp4 new file mode 120000 index 0000000..8692b07 --- /dev/null +++ b/Wallpapers/ContinuousMotion.mp4 @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/ContinuousMotion.mp4 \ No newline at end of file diff --git a/Wallpapers/ContinuousMotion.webm b/Wallpapers/ContinuousMotion.webm new file mode 120000 index 0000000..a17a95b --- /dev/null +++ b/Wallpapers/ContinuousMotion.webm @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/ContinuousMotion.webm \ No newline at end of file diff --git a/Wallpapers/FmxpqDCWQCAXnXH.png b/Wallpapers/FmxpqDCWQCAXnXH.png new file mode 120000 index 0000000..0cbff65 --- /dev/null +++ b/Wallpapers/FmxpqDCWQCAXnXH.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/FmxpqDCWQCAXnXH.png \ No newline at end of file diff --git a/Wallpapers/FoggyWoods.jpg b/Wallpapers/FoggyWoods.jpg new file mode 120000 index 0000000..94e3d8d --- /dev/null +++ b/Wallpapers/FoggyWoods.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/FoggyWoods.jpg \ No newline at end of file diff --git a/Wallpapers/Forest.jpg b/Wallpapers/Forest.jpg new file mode 120000 index 0000000..c362a52 --- /dev/null +++ b/Wallpapers/Forest.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Forest.jpg \ No newline at end of file diff --git a/Wallpapers/Gray.jpg b/Wallpapers/Gray.jpg new file mode 120000 index 0000000..86b8e84 --- /dev/null +++ b/Wallpapers/Gray.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Gray.jpg \ No newline at end of file diff --git a/Wallpapers/Gray.png b/Wallpapers/Gray.png new file mode 120000 index 0000000..1150928 --- /dev/null +++ b/Wallpapers/Gray.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Gray.png \ No newline at end of file diff --git a/Wallpapers/IMG_20221019_063833_394.jpg b/Wallpapers/IMG_20221019_063833_394.jpg new file mode 120000 index 0000000..abf274f --- /dev/null +++ b/Wallpapers/IMG_20221019_063833_394.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/IMG_20221019_063833_394.jpg \ No newline at end of file diff --git a/Wallpapers/IMG_4302_edited.jpg b/Wallpapers/IMG_4302_edited.jpg new file mode 120000 index 0000000..db92da9 --- /dev/null +++ b/Wallpapers/IMG_4302_edited.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/IMG_4302_edited.jpg \ No newline at end of file diff --git a/Wallpapers/IMG_4944.jpg b/Wallpapers/IMG_4944.jpg new file mode 120000 index 0000000..5a09b74 --- /dev/null +++ b/Wallpapers/IMG_4944.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/IMG_4944.jpg \ No newline at end of file diff --git a/Wallpapers/IMG_6874.jpg b/Wallpapers/IMG_6874.jpg new file mode 120000 index 0000000..73f73dd --- /dev/null +++ b/Wallpapers/IMG_6874.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/IMG_6874.jpg \ No newline at end of file diff --git a/Wallpapers/IMG_7279.jpg b/Wallpapers/IMG_7279.jpg new file mode 120000 index 0000000..f844030 --- /dev/null +++ b/Wallpapers/IMG_7279.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/IMG_7279.jpg \ No newline at end of file diff --git a/Wallpapers/MG_0418.jpg b/Wallpapers/MG_0418.jpg new file mode 120000 index 0000000..77b5966 --- /dev/null +++ b/Wallpapers/MG_0418.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/MG_0418.jpg \ No newline at end of file diff --git a/Wallpapers/Rainbow.jpg b/Wallpapers/Rainbow.jpg new file mode 120000 index 0000000..198d304 --- /dev/null +++ b/Wallpapers/Rainbow.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Rainbow.jpg \ No newline at end of file diff --git a/Wallpapers/Wallpaper1.png b/Wallpapers/Wallpaper1.png new file mode 120000 index 0000000..106d02d --- /dev/null +++ b/Wallpapers/Wallpaper1.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Wallpaper1.png \ No newline at end of file diff --git a/Wallpapers/Wallpaper1_NoText.png b/Wallpapers/Wallpaper1_NoText.png new file mode 120000 index 0000000..9c392ca --- /dev/null +++ b/Wallpapers/Wallpaper1_NoText.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Wallpaper1_NoText.png \ No newline at end of file diff --git a/Wallpapers/Wallpaper2.png b/Wallpapers/Wallpaper2.png new file mode 120000 index 0000000..5c34cd8 --- /dev/null +++ b/Wallpapers/Wallpaper2.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Wallpaper2.png \ No newline at end of file diff --git a/Wallpapers/Wallpaper2_NoText.png b/Wallpapers/Wallpaper2_NoText.png new file mode 120000 index 0000000..02b3535 --- /dev/null +++ b/Wallpapers/Wallpaper2_NoText.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Wallpaper2_NoText.png \ No newline at end of file diff --git a/Wallpapers/Wallpaper3.png b/Wallpapers/Wallpaper3.png new file mode 120000 index 0000000..c81d64c --- /dev/null +++ b/Wallpapers/Wallpaper3.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Wallpaper3.png \ No newline at end of file diff --git a/Wallpapers/Wallpaper3_NoText.png b/Wallpapers/Wallpaper3_NoText.png new file mode 120000 index 0000000..0bc9547 --- /dev/null +++ b/Wallpapers/Wallpaper3_NoText.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Wallpaper3_NoText.png \ No newline at end of file diff --git a/Wallpapers/WhiteRose.png b/Wallpapers/WhiteRose.png new file mode 120000 index 0000000..a07e531 --- /dev/null +++ b/Wallpapers/WhiteRose.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/WhiteRose.png \ No newline at end of file diff --git a/Wallpapers/Xero1.jpg b/Wallpapers/Xero1.jpg new file mode 120000 index 0000000..292fc1b --- /dev/null +++ b/Wallpapers/Xero1.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/Xero1.jpg \ No newline at end of file diff --git a/Wallpapers/_DSD0527.jpg b/Wallpapers/_DSD0527.jpg new file mode 120000 index 0000000..0399987 --- /dev/null +++ b/Wallpapers/_DSD0527.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/_DSD0527.jpg \ No newline at end of file diff --git a/Wallpapers/abstract_shapes.png b/Wallpapers/abstract_shapes.png new file mode 120000 index 0000000..c638aff --- /dev/null +++ b/Wallpapers/abstract_shapes.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/abstract_shapes.png \ No newline at end of file diff --git a/Wallpapers/beach.png b/Wallpapers/beach.png new file mode 120000 index 0000000..056a5de --- /dev/null +++ b/Wallpapers/beach.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/beach.png \ No newline at end of file diff --git a/Wallpapers/black_abstract.png b/Wallpapers/black_abstract.png new file mode 120000 index 0000000..b755aee --- /dev/null +++ b/Wallpapers/black_abstract.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/black_abstract.png \ No newline at end of file diff --git a/Wallpapers/blocks.png b/Wallpapers/blocks.png new file mode 120000 index 0000000..a9adeca --- /dev/null +++ b/Wallpapers/blocks.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/blocks.png \ No newline at end of file diff --git a/Wallpapers/blocks_gruvbox.png b/Wallpapers/blocks_gruvbox.png new file mode 120000 index 0000000..6d39af1 --- /dev/null +++ b/Wallpapers/blocks_gruvbox.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/blocks_gruvbox.png \ No newline at end of file diff --git a/Wallpapers/blue_abstract.png b/Wallpapers/blue_abstract.png new file mode 120000 index 0000000..dc9a2ac --- /dev/null +++ b/Wallpapers/blue_abstract.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/blue_abstract.png \ No newline at end of file diff --git a/Wallpapers/blunt.jpg b/Wallpapers/blunt.jpg new file mode 120000 index 0000000..8415cba --- /dev/null +++ b/Wallpapers/blunt.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/blunt.jpg \ No newline at end of file diff --git a/Wallpapers/bonsai.jpg b/Wallpapers/bonsai.jpg new file mode 120000 index 0000000..9486bd6 --- /dev/null +++ b/Wallpapers/bonsai.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/bonsai.jpg \ No newline at end of file diff --git a/Wallpapers/book cup.png b/Wallpapers/book cup.png new file mode 120000 index 0000000..75802b8 --- /dev/null +++ b/Wallpapers/book cup.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/book cup.png \ No newline at end of file diff --git a/Wallpapers/cLuODNcZ45ZGdT.png b/Wallpapers/cLuODNcZ45ZGdT.png new file mode 120000 index 0000000..bec4641 --- /dev/null +++ b/Wallpapers/cLuODNcZ45ZGdT.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/cLuODNcZ45ZGdT.png \ No newline at end of file diff --git a/Wallpapers/cliffside.png b/Wallpapers/cliffside.png new file mode 120000 index 0000000..ee54c42 --- /dev/null +++ b/Wallpapers/cliffside.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/cliffside.png \ No newline at end of file diff --git a/Wallpapers/clouds.jpg b/Wallpapers/clouds.jpg new file mode 120000 index 0000000..6ce59c7 --- /dev/null +++ b/Wallpapers/clouds.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/clouds.jpg \ No newline at end of file diff --git a/Wallpapers/clouds.png b/Wallpapers/clouds.png new file mode 120000 index 0000000..3fd8f0d --- /dev/null +++ b/Wallpapers/clouds.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/clouds.png \ No newline at end of file diff --git a/Wallpapers/clouds2.jpg b/Wallpapers/clouds2.jpg new file mode 120000 index 0000000..c74a361 --- /dev/null +++ b/Wallpapers/clouds2.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/clouds2.jpg \ No newline at end of file diff --git a/Wallpapers/cloudy_hills.png b/Wallpapers/cloudy_hills.png new file mode 120000 index 0000000..d3545f9 --- /dev/null +++ b/Wallpapers/cloudy_hills.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/cloudy_hills.png \ No newline at end of file diff --git a/Wallpapers/color-bleed.png b/Wallpapers/color-bleed.png new file mode 120000 index 0000000..c5eca48 --- /dev/null +++ b/Wallpapers/color-bleed.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/color-bleed.png \ No newline at end of file diff --git a/Wallpapers/comfy_shore.jpg b/Wallpapers/comfy_shore.jpg new file mode 120000 index 0000000..4b2892c --- /dev/null +++ b/Wallpapers/comfy_shore.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/comfy_shore.jpg \ No newline at end of file diff --git a/Wallpapers/dark_blue_abstract.png b/Wallpapers/dark_blue_abstract.png new file mode 120000 index 0000000..b8fa3bf --- /dev/null +++ b/Wallpapers/dark_blue_abstract.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/dark_blue_abstract.png \ No newline at end of file diff --git a/Wallpapers/derek-story-arxL6nIJ7_A-unsplash.jpg b/Wallpapers/derek-story-arxL6nIJ7_A-unsplash.jpg new file mode 120000 index 0000000..3fd6f3a --- /dev/null +++ b/Wallpapers/derek-story-arxL6nIJ7_A-unsplash.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/derek-story-arxL6nIJ7_A-unsplash.jpg \ No newline at end of file diff --git a/Wallpapers/doggys.jpg b/Wallpapers/doggys.jpg new file mode 120000 index 0000000..e085d1e --- /dev/null +++ b/Wallpapers/doggys.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/doggys.jpg \ No newline at end of file diff --git a/Wallpapers/download_3.png b/Wallpapers/download_3.png new file mode 120000 index 0000000..e7609ff --- /dev/null +++ b/Wallpapers/download_3.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/download_3.png \ No newline at end of file diff --git a/Wallpapers/fasr.png b/Wallpapers/fasr.png new file mode 120000 index 0000000..8e4e8df --- /dev/null +++ b/Wallpapers/fasr.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/fasr.png \ No newline at end of file diff --git a/Wallpapers/flower2.png b/Wallpapers/flower2.png new file mode 120000 index 0000000..e1ae041 --- /dev/null +++ b/Wallpapers/flower2.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/flower2.png \ No newline at end of file diff --git a/Wallpapers/flowers.png b/Wallpapers/flowers.png new file mode 120000 index 0000000..6d1ae09 --- /dev/null +++ b/Wallpapers/flowers.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/flowers.png \ No newline at end of file diff --git a/Wallpapers/flowers3.png b/Wallpapers/flowers3.png new file mode 120000 index 0000000..56f3f4a --- /dev/null +++ b/Wallpapers/flowers3.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/flowers3.png \ No newline at end of file diff --git a/Wallpapers/flowers_2.png b/Wallpapers/flowers_2.png new file mode 120000 index 0000000..d51867d --- /dev/null +++ b/Wallpapers/flowers_2.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/flowers_2.png \ No newline at end of file diff --git a/Wallpapers/flowers_3.png b/Wallpapers/flowers_3.png new file mode 120000 index 0000000..37715f1 --- /dev/null +++ b/Wallpapers/flowers_3.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/flowers_3.png \ No newline at end of file diff --git a/Wallpapers/fog-hill.jpg b/Wallpapers/fog-hill.jpg new file mode 120000 index 0000000..ecb7604 --- /dev/null +++ b/Wallpapers/fog-hill.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/fog-hill.jpg \ No newline at end of file diff --git a/Wallpapers/foggyPinetree_GRUV.png b/Wallpapers/foggyPinetree_GRUV.png new file mode 120000 index 0000000..014b186 --- /dev/null +++ b/Wallpapers/foggyPinetree_GRUV.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/foggyPinetree_GRUV.png \ No newline at end of file diff --git a/Wallpapers/forest-mist-landscape.jpg b/Wallpapers/forest-mist-landscape.jpg new file mode 120000 index 0000000..0d2481b --- /dev/null +++ b/Wallpapers/forest-mist-landscape.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/forest-mist-landscape.jpg \ No newline at end of file diff --git a/Wallpapers/forest-under-clouds-1287075.jpg b/Wallpapers/forest-under-clouds-1287075.jpg new file mode 120000 index 0000000..d8cce90 --- /dev/null +++ b/Wallpapers/forest-under-clouds-1287075.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/forest-under-clouds-1287075.jpg \ No newline at end of file diff --git a/Wallpapers/forest-valley-mountains-stamp.png b/Wallpapers/forest-valley-mountains-stamp.png new file mode 120000 index 0000000..639f788 --- /dev/null +++ b/Wallpapers/forest-valley-mountains-stamp.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/forest-valley-mountains-stamp.png \ No newline at end of file diff --git a/Wallpapers/forest-valley-mountains.png b/Wallpapers/forest-valley-mountains.png new file mode 120000 index 0000000..d27db19 --- /dev/null +++ b/Wallpapers/forest-valley-mountains.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/forest-valley-mountains.png \ No newline at end of file diff --git a/Wallpapers/foresthouse.png b/Wallpapers/foresthouse.png new file mode 120000 index 0000000..b45c0bd --- /dev/null +++ b/Wallpapers/foresthouse.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/foresthouse.png \ No newline at end of file diff --git a/Wallpapers/funny lines.jpg b/Wallpapers/funny lines.jpg new file mode 120000 index 0000000..ac8fb3f --- /dev/null +++ b/Wallpapers/funny lines.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/funny lines.jpg \ No newline at end of file diff --git a/Wallpapers/garbig.jpg b/Wallpapers/garbig.jpg new file mode 120000 index 0000000..5bd3370 --- /dev/null +++ b/Wallpapers/garbig.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/garbig.jpg \ No newline at end of file diff --git a/Wallpapers/gradientwalpaper.png b/Wallpapers/gradientwalpaper.png new file mode 120000 index 0000000..33d5b5e --- /dev/null +++ b/Wallpapers/gradientwalpaper.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/gradientwalpaper.png \ No newline at end of file diff --git a/Wallpapers/gray_waves.jpg b/Wallpapers/gray_waves.jpg new file mode 120000 index 0000000..fd2f689 --- /dev/null +++ b/Wallpapers/gray_waves.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/gray_waves.jpg \ No newline at end of file diff --git a/Wallpapers/gruvbox_pexels-eberhard-grossgasteiger-1612355.jpg b/Wallpapers/gruvbox_pexels-eberhard-grossgasteiger-1612355.jpg new file mode 120000 index 0000000..5ed3586 --- /dev/null +++ b/Wallpapers/gruvbox_pexels-eberhard-grossgasteiger-1612355.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/gruvbox_pexels-eberhard-grossgasteiger-1612355.jpg \ No newline at end of file diff --git a/Wallpapers/image0.jpg b/Wallpapers/image0.jpg new file mode 120000 index 0000000..27c0df9 --- /dev/null +++ b/Wallpapers/image0.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/image0.jpg \ No newline at end of file diff --git a/Wallpapers/island.jpg b/Wallpapers/island.jpg new file mode 120000 index 0000000..b6f22b7 --- /dev/null +++ b/Wallpapers/island.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/island.jpg \ No newline at end of file diff --git a/Wallpapers/jennifer-chen-444045.jpg b/Wallpapers/jennifer-chen-444045.jpg new file mode 120000 index 0000000..eddc6ab --- /dev/null +++ b/Wallpapers/jennifer-chen-444045.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/jennifer-chen-444045.jpg \ No newline at end of file diff --git a/Wallpapers/julian-villella-SDIS-RmHdXY-unsplash.jpg b/Wallpapers/julian-villella-SDIS-RmHdXY-unsplash.jpg new file mode 120000 index 0000000..5391bbe --- /dev/null +++ b/Wallpapers/julian-villella-SDIS-RmHdXY-unsplash.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/julian-villella-SDIS-RmHdXY-unsplash.jpg \ No newline at end of file diff --git a/Wallpapers/kar.png b/Wallpapers/kar.png new file mode 120000 index 0000000..e579b6d --- /dev/null +++ b/Wallpapers/kar.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/kar.png \ No newline at end of file diff --git a/Wallpapers/le-tan-xKxB_8qXDkk-unsplash.jpg b/Wallpapers/le-tan-xKxB_8qXDkk-unsplash.jpg new file mode 120000 index 0000000..bdb01fc --- /dev/null +++ b/Wallpapers/le-tan-xKxB_8qXDkk-unsplash.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/le-tan-xKxB_8qXDkk-unsplash.jpg \ No newline at end of file diff --git a/Wallpapers/leaves.jpg b/Wallpapers/leaves.jpg new file mode 120000 index 0000000..0e434ed --- /dev/null +++ b/Wallpapers/leaves.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/leaves.jpg \ No newline at end of file diff --git a/Wallpapers/leaves2.jpg b/Wallpapers/leaves2.jpg new file mode 120000 index 0000000..4647c02 --- /dev/null +++ b/Wallpapers/leaves2.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/leaves2.jpg \ No newline at end of file diff --git a/Wallpapers/leaves3.jpg b/Wallpapers/leaves3.jpg new file mode 120000 index 0000000..2ee8360 --- /dev/null +++ b/Wallpapers/leaves3.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/leaves3.jpg \ No newline at end of file diff --git a/Wallpapers/leaves4.jpg b/Wallpapers/leaves4.jpg new file mode 120000 index 0000000..c9fe764 --- /dev/null +++ b/Wallpapers/leaves4.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/leaves4.jpg \ No newline at end of file diff --git a/Wallpapers/leaves5.jpg b/Wallpapers/leaves5.jpg new file mode 120000 index 0000000..554b0b0 --- /dev/null +++ b/Wallpapers/leaves5.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/leaves5.jpg \ No newline at end of file diff --git a/Wallpapers/light_floral_highres_everforest.png b/Wallpapers/light_floral_highres_everforest.png new file mode 120000 index 0000000..774c30f --- /dev/null +++ b/Wallpapers/light_floral_highres_everforest.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/light_floral_highres_everforest.png \ No newline at end of file diff --git a/Wallpapers/magma.jpg b/Wallpapers/magma.jpg new file mode 120000 index 0000000..cf9c364 --- /dev/null +++ b/Wallpapers/magma.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/magma.jpg \ No newline at end of file diff --git a/Wallpapers/marek-piwnicki-pRiUWB0YVeQ-unsplash.jpg b/Wallpapers/marek-piwnicki-pRiUWB0YVeQ-unsplash.jpg new file mode 120000 index 0000000..a0cb9bb --- /dev/null +++ b/Wallpapers/marek-piwnicki-pRiUWB0YVeQ-unsplash.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/marek-piwnicki-pRiUWB0YVeQ-unsplash.jpg \ No newline at end of file diff --git a/Wallpapers/minimal2.jpg b/Wallpapers/minimal2.jpg new file mode 120000 index 0000000..fe81b5e --- /dev/null +++ b/Wallpapers/minimal2.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/minimal2.jpg \ No newline at end of file diff --git a/Wallpapers/morgan-rovang-EQ2srpKQkAU-unsplash.jpg b/Wallpapers/morgan-rovang-EQ2srpKQkAU-unsplash.jpg new file mode 120000 index 0000000..29a8268 --- /dev/null +++ b/Wallpapers/morgan-rovang-EQ2srpKQkAU-unsplash.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/morgan-rovang-EQ2srpKQkAU-unsplash.jpg \ No newline at end of file diff --git a/Wallpapers/mountains_dark.png b/Wallpapers/mountains_dark.png new file mode 120000 index 0000000..166f790 --- /dev/null +++ b/Wallpapers/mountains_dark.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/mountains_dark.png \ No newline at end of file diff --git a/Wallpapers/mountains_gruvbox.png b/Wallpapers/mountains_gruvbox.png new file mode 120000 index 0000000..59e19ef --- /dev/null +++ b/Wallpapers/mountains_gruvbox.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/mountains_gruvbox.png \ No newline at end of file diff --git a/Wallpapers/mountains_light.png b/Wallpapers/mountains_light.png new file mode 120000 index 0000000..6bb2a17 --- /dev/null +++ b/Wallpapers/mountains_light.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/mountains_light.png \ No newline at end of file diff --git a/Wallpapers/mtfuji.jpg b/Wallpapers/mtfuji.jpg new file mode 120000 index 0000000..d234cae --- /dev/null +++ b/Wallpapers/mtfuji.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/mtfuji.jpg \ No newline at end of file diff --git a/Wallpapers/muted_bushes.jpg b/Wallpapers/muted_bushes.jpg new file mode 120000 index 0000000..6f8cb40 --- /dev/null +++ b/Wallpapers/muted_bushes.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/muted_bushes.jpg \ No newline at end of file diff --git a/Wallpapers/nUQrM9b_-_Imgur.jpg b/Wallpapers/nUQrM9b_-_Imgur.jpg new file mode 120000 index 0000000..28e6d26 --- /dev/null +++ b/Wallpapers/nUQrM9b_-_Imgur.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/nUQrM9b_-_Imgur.jpg \ No newline at end of file diff --git a/Wallpapers/nadiia-ploshchenko-D0AyhLJ0PXU-unsplash.jpg b/Wallpapers/nadiia-ploshchenko-D0AyhLJ0PXU-unsplash.jpg new file mode 120000 index 0000000..1fda484 --- /dev/null +++ b/Wallpapers/nadiia-ploshchenko-D0AyhLJ0PXU-unsplash.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/nadiia-ploshchenko-D0AyhLJ0PXU-unsplash.jpg \ No newline at end of file diff --git a/Wallpapers/nature.png b/Wallpapers/nature.png new file mode 120000 index 0000000..e635cf9 --- /dev/null +++ b/Wallpapers/nature.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/nature.png \ No newline at end of file diff --git a/Wallpapers/output-3.jpg b/Wallpapers/output-3.jpg new file mode 120000 index 0000000..a23dfb2 --- /dev/null +++ b/Wallpapers/output-3.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/output-3.jpg \ No newline at end of file diff --git a/Wallpapers/output-4.jpg b/Wallpapers/output-4.jpg new file mode 120000 index 0000000..fce0886 --- /dev/null +++ b/Wallpapers/output-4.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/output-4.jpg \ No newline at end of file diff --git a/Wallpapers/paint tree.png b/Wallpapers/paint tree.png new file mode 120000 index 0000000..389e84d --- /dev/null +++ b/Wallpapers/paint tree.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/paint tree.png \ No newline at end of file diff --git a/Wallpapers/particles.png b/Wallpapers/particles.png new file mode 120000 index 0000000..45e81f0 --- /dev/null +++ b/Wallpapers/particles.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/particles.png \ No newline at end of file diff --git a/Wallpapers/particles_paradise.png b/Wallpapers/particles_paradise.png new file mode 120000 index 0000000..1e6b825 --- /dev/null +++ b/Wallpapers/particles_paradise.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/particles_paradise.png \ No newline at end of file diff --git a/Wallpapers/pexels-veeterzy-39811.jpg b/Wallpapers/pexels-veeterzy-39811.jpg new file mode 120000 index 0000000..0e1d885 --- /dev/null +++ b/Wallpapers/pexels-veeterzy-39811.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/pexels-veeterzy-39811.jpg \ No newline at end of file diff --git a/Wallpapers/photo-1648537956239-5ccc33ac6358.jpeg b/Wallpapers/photo-1648537956239-5ccc33ac6358.jpeg new file mode 120000 index 0000000..bd9f338 --- /dev/null +++ b/Wallpapers/photo-1648537956239-5ccc33ac6358.jpeg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/photo-1648537956239-5ccc33ac6358.jpeg \ No newline at end of file diff --git a/Wallpapers/photo_2022-08-14_21-35-31.jpg b/Wallpapers/photo_2022-08-14_21-35-31.jpg new file mode 120000 index 0000000..a3f8346 --- /dev/null +++ b/Wallpapers/photo_2022-08-14_21-35-31.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/photo_2022-08-14_21-35-31.jpg \ No newline at end of file diff --git a/Wallpapers/pier.jpeg b/Wallpapers/pier.jpeg new file mode 120000 index 0000000..83d6ba5 --- /dev/null +++ b/Wallpapers/pier.jpeg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/pier.jpeg \ No newline at end of file diff --git a/Wallpapers/pixel_bench.png b/Wallpapers/pixel_bench.png new file mode 120000 index 0000000..1e8e0b2 --- /dev/null +++ b/Wallpapers/pixel_bench.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/pixel_bench.png \ No newline at end of file diff --git a/Wallpapers/plant-foliage-vegetation-wildflower-dry-seasonal-autumn-closeup-focu-blur-soft-brown-flower-herb-vegetal.jpg b/Wallpapers/plant-foliage-vegetation-wildflower-dry-seasonal-autumn-closeup-focu-blur-soft-brown-flower-herb-vegetal.jpg new file mode 120000 index 0000000..19ca4b7 --- /dev/null +++ b/Wallpapers/plant-foliage-vegetation-wildflower-dry-seasonal-autumn-closeup-focu-blur-soft-brown-flower-herb-vegetal.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/plant-foliage-vegetation-wildflower-dry-seasonal-autumn-closeup-focu-blur-soft-brown-flower-herb-vegetal.jpg \ No newline at end of file diff --git a/Wallpapers/plant.png b/Wallpapers/plant.png new file mode 120000 index 0000000..2c2a199 --- /dev/null +++ b/Wallpapers/plant.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/plant.png \ No newline at end of file diff --git a/Wallpapers/plonts.png b/Wallpapers/plonts.png new file mode 120000 index 0000000..9c34649 --- /dev/null +++ b/Wallpapers/plonts.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/plonts.png \ No newline at end of file diff --git a/Wallpapers/purple_abstract.png b/Wallpapers/purple_abstract.png new file mode 120000 index 0000000..0a32066 --- /dev/null +++ b/Wallpapers/purple_abstract.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/purple_abstract.png \ No newline at end of file diff --git a/Wallpapers/railroad.png b/Wallpapers/railroad.png new file mode 120000 index 0000000..a9e86e6 --- /dev/null +++ b/Wallpapers/railroad.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/railroad.png \ No newline at end of file diff --git a/Wallpapers/red_abstract.png b/Wallpapers/red_abstract.png new file mode 120000 index 0000000..7eb4b15 --- /dev/null +++ b/Wallpapers/red_abstract.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/red_abstract.png \ No newline at end of file diff --git a/Wallpapers/red_sky.png b/Wallpapers/red_sky.png new file mode 120000 index 0000000..2408606 --- /dev/null +++ b/Wallpapers/red_sky.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/red_sky.png \ No newline at end of file diff --git a/Wallpapers/red_sussy.png b/Wallpapers/red_sussy.png new file mode 120000 index 0000000..8be005e --- /dev/null +++ b/Wallpapers/red_sussy.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/red_sussy.png \ No newline at end of file diff --git a/Wallpapers/roadhd.jpg b/Wallpapers/roadhd.jpg new file mode 120000 index 0000000..5dcef7d --- /dev/null +++ b/Wallpapers/roadhd.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/roadhd.jpg \ No newline at end of file diff --git a/Wallpapers/rocks_river_gorge_397768_3840x2160.jpg b/Wallpapers/rocks_river_gorge_397768_3840x2160.jpg new file mode 120000 index 0000000..9b963e0 --- /dev/null +++ b/Wallpapers/rocks_river_gorge_397768_3840x2160.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/rocks_river_gorge_397768_3840x2160.jpg \ No newline at end of file diff --git a/Wallpapers/sea-coast-pier.jpg b/Wallpapers/sea-coast-pier.jpg new file mode 120000 index 0000000..3ff1a8c --- /dev/null +++ b/Wallpapers/sea-coast-pier.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/sea-coast-pier.jpg \ No newline at end of file diff --git a/Wallpapers/steam_art.jpg b/Wallpapers/steam_art.jpg new file mode 120000 index 0000000..3457074 --- /dev/null +++ b/Wallpapers/steam_art.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/steam_art.jpg \ No newline at end of file diff --git a/Wallpapers/steam_art_2.jpg b/Wallpapers/steam_art_2.jpg new file mode 120000 index 0000000..f90ba3a --- /dev/null +++ b/Wallpapers/steam_art_2.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/steam_art_2.jpg \ No newline at end of file diff --git a/Wallpapers/tg82777hxth61.jpg b/Wallpapers/tg82777hxth61.jpg new file mode 120000 index 0000000..6888115 --- /dev/null +++ b/Wallpapers/tg82777hxth61.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/tg82777hxth61.jpg \ No newline at end of file diff --git a/Wallpapers/this goes so hard.jpeg b/Wallpapers/this goes so hard.jpeg new file mode 120000 index 0000000..289ff22 --- /dev/null +++ b/Wallpapers/this goes so hard.jpeg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/this goes so hard.jpeg \ No newline at end of file diff --git a/Wallpapers/tile.jpg b/Wallpapers/tile.jpg new file mode 120000 index 0000000..0363bc4 --- /dev/null +++ b/Wallpapers/tile.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/tile.jpg \ No newline at end of file diff --git a/Wallpapers/tim-mossholder-nomrJoi0JpU-unsplash.jpg b/Wallpapers/tim-mossholder-nomrJoi0JpU-unsplash.jpg new file mode 120000 index 0000000..031e570 --- /dev/null +++ b/Wallpapers/tim-mossholder-nomrJoi0JpU-unsplash.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/tim-mossholder-nomrJoi0JpU-unsplash.jpg \ No newline at end of file diff --git a/Wallpapers/train.jpg b/Wallpapers/train.jpg new file mode 120000 index 0000000..163f280 --- /dev/null +++ b/Wallpapers/train.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/train.jpg \ No newline at end of file diff --git a/Wallpapers/tre.jpg b/Wallpapers/tre.jpg new file mode 120000 index 0000000..7645d73 --- /dev/null +++ b/Wallpapers/tre.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/tre.jpg \ No newline at end of file diff --git a/Wallpapers/u0mxj61kwhd91.webp b/Wallpapers/u0mxj61kwhd91.webp new file mode 120000 index 0000000..d7a2762 --- /dev/null +++ b/Wallpapers/u0mxj61kwhd91.webp @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/u0mxj61kwhd91.webp \ No newline at end of file diff --git a/Wallpapers/ucl87mgb87941.jpg b/Wallpapers/ucl87mgb87941.jpg new file mode 120000 index 0000000..7dc400e --- /dev/null +++ b/Wallpapers/ucl87mgb87941.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/ucl87mgb87941.jpg \ No newline at end of file diff --git a/Wallpapers/unknown.png b/Wallpapers/unknown.png new file mode 120000 index 0000000..02c6a4e --- /dev/null +++ b/Wallpapers/unknown.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/unknown.png \ No newline at end of file diff --git a/Wallpapers/vines.jpg b/Wallpapers/vines.jpg new file mode 120000 index 0000000..2ea3c19 --- /dev/null +++ b/Wallpapers/vines.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/vines.jpg \ No newline at end of file diff --git a/Wallpapers/vrc_christmas_meetup_2021.png b/Wallpapers/vrc_christmas_meetup_2021.png new file mode 120000 index 0000000..d362381 --- /dev/null +++ b/Wallpapers/vrc_christmas_meetup_2021.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/vrc_christmas_meetup_2021.png \ No newline at end of file diff --git a/Wallpapers/wall.jpg b/Wallpapers/wall.jpg new file mode 120000 index 0000000..d1b6cfe --- /dev/null +++ b/Wallpapers/wall.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/wall.jpg \ No newline at end of file diff --git a/Wallpapers/wallhaven-kx9ql7.jpg b/Wallpapers/wallhaven-kx9ql7.jpg new file mode 120000 index 0000000..84a7b7f --- /dev/null +++ b/Wallpapers/wallhaven-kx9ql7.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/wallhaven-kx9ql7.jpg \ No newline at end of file diff --git a/Wallpapers/wallhaven-o3exlp.jpg b/Wallpapers/wallhaven-o3exlp.jpg new file mode 120000 index 0000000..8edaa37 --- /dev/null +++ b/Wallpapers/wallhaven-o3exlp.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/wallhaven-o3exlp.jpg \ No newline at end of file diff --git a/Wallpapers/wallhaven.png b/Wallpapers/wallhaven.png new file mode 120000 index 0000000..56fc28c --- /dev/null +++ b/Wallpapers/wallhaven.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/wallhaven.png \ No newline at end of file diff --git a/Wallpapers/wallpaper.png b/Wallpapers/wallpaper.png new file mode 120000 index 0000000..96b6709 --- /dev/null +++ b/Wallpapers/wallpaper.png @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/wallpaper.png \ No newline at end of file diff --git a/Wallpapers/white-lilac-veri-ivanova-whOkVvf0_hU-unsplash.jpg b/Wallpapers/white-lilac-veri-ivanova-whOkVvf0_hU-unsplash.jpg new file mode 120000 index 0000000..19bad06 --- /dev/null +++ b/Wallpapers/white-lilac-veri-ivanova-whOkVvf0_hU-unsplash.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/white-lilac-veri-ivanova-whOkVvf0_hU-unsplash.jpg \ No newline at end of file diff --git a/Wallpapers/white_funny.jpg b/Wallpapers/white_funny.jpg new file mode 120000 index 0000000..997a44c --- /dev/null +++ b/Wallpapers/white_funny.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/white_funny.jpg \ No newline at end of file diff --git a/Wallpapers/wzybuw532bi61.jpg b/Wallpapers/wzybuw532bi61.jpg new file mode 120000 index 0000000..a847767 --- /dev/null +++ b/Wallpapers/wzybuw532bi61.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/wzybuw532bi61.jpg \ No newline at end of file diff --git a/Wallpapers/xpee.jpg b/Wallpapers/xpee.jpg new file mode 120000 index 0000000..bd8e473 --- /dev/null +++ b/Wallpapers/xpee.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/xpee.jpg \ No newline at end of file diff --git a/Wallpapers/yellow_abstract.jpg b/Wallpapers/yellow_abstract.jpg new file mode 120000 index 0000000..b99439e --- /dev/null +++ b/Wallpapers/yellow_abstract.jpg @@ -0,0 +1 @@ +/home/fluffy/Pictures/wallpapers/yellow_abstract.jpg \ No newline at end of file diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml deleted file mode 100644 index 30d9162..0000000 --- a/alacritty/alacritty.yml +++ /dev/null @@ -1,20 +0,0 @@ -#I did not make colours for config, please refere to README for more info - -window: - opacity: 1.0 - padding: - x: 12 - y: 12 - dynamic_padding: true - -font: - normal: - #family: "Fira Code" - family: "Cartograph mono CF" - size: 11 - -cursor: - style: - shape: Underline - vi_mode_style: - shape: Block diff --git a/discord/Gruvbox Light.theme.css b/discord/Gruvbox Light.theme.css deleted file mode 100644 index db3a555..0000000 --- a/discord/Gruvbox Light.theme.css +++ /dev/null @@ -1,35 +0,0 @@ -/** - * @name Gruvbox Light - * @description Discord Recolour - Gruvbox Light - * @author Fluffy Bean & mrHDash - * @version 1 - */ - -@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css); - -:root { - --font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* General Font */ - --settingsicons: 1; /* Use Settings Icons - Settings: 1 yes, 0 no */ - - --accentcolor: 7,102,120; - --accentcolor2: 177,98,134; - --linkcolor: 69,133,136; - --mentioncolor: 215,153,33; - --successcolor: 152,151,26; - --warningcolor: 212,94,14; - --dangercolor: 204,36,26; - - --textbrightest: 40,40,40; - --textbrighter: 60,56,54; - --textbright: 80,73,69; - --textdark: 102,92,84; - --textdarker: 124,111,100; - --textdarkest: 146,131,116; - - --backgroundaccent: 168,153,132; - --backgroundprimary: 189,174,147; - --backgroundsecondary: 213,196,161; - --backgroundsecondaryalt: 235,219,177; - --backgroundtertiary: 251,241,199; - --backgroundfloating: 249,245,215; -} \ No newline at end of file diff --git a/discord/Gruvbox.theme.css b/discord/Gruvbox.theme.css deleted file mode 100644 index 8487fec..0000000 --- a/discord/Gruvbox.theme.css +++ /dev/null @@ -1,35 +0,0 @@ -/** - * @name Gruvbox - * @description Discord Recolour - Gruvbox - * @author Fluffy Bean & mrHDash - * @version 1 - */ - -@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css); - -:root { - --font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* General Font */ - --settingsicons: 1; /* Use Settings Icons - Settings: 1 yes, 0 no */ - - --accentcolor: 69,133,136; - --accentcolor2: 211,134,155; - --linkcolor: 131,165,152; - --mentioncolor: 250,189,47; - --successcolor: 184,187,38; - --warningcolor: 254,128,25; - --dangercolor: 251,73,52; - - --textbrightest: 251,241,199; - --textbrighter: 235,219,178; - --textbright: 213,196,161; - --textdark: 189,174,147; - --textdarker: 168,153,132; - --textdarkest: 146,131,116; - - --backgroundaccent: 124,111,100; - --backgroundprimary: 102,92,84; - --backgroundsecondary: 80,73,69; - --backgroundsecondaryalt: 60,56,54; - --backgroundtertiary: 40,40,40; - --backgroundfloating: 29,32,33; -} \ No newline at end of file diff --git a/dunst/dunstrc b/dunst/dunstrc deleted file mode 100644 index 43c2ba6..0000000 --- a/dunst/dunstrc +++ /dev/null @@ -1,56 +0,0 @@ -[global] - monitor = 0 - follow = mouse - shrink = yes - padding = 18 - horizontal_padding = 18 - - width = 369 - height = 100 - offset = 8x8 - origin = top-right - - frame_width = 0 - separator_height = 0 - frame_color = "#151515" - separator_color = "#151515" - - sort = no - font = Rubik 10 - markup = full - format = "%s\n%b" - alignment = left - show_age_threshold = 60 - word_wrap = yes - ignore_newline = no - stack_duplicates = false - hide_duplicate_count = yes - show_indicators = no - idle_threshold = 120 - - icon_position = left - max_icon_size= 50 - sticky_history = no - history_length = 6 - title = Dunst - class = Dunst - corner_radius = 17 - - mouse_left_click = close_current - mouse_middle_click = do_action - mouse_right_click = close_all - -[urgency_low] - background = "#8C977D" - foreground = "#E8E3E3" - timeout = 20 - -[urgency_normal] - background = "#151515" - foreground = "#E8E3E3" - timeout = 20 - -[urgency_critical] - background = "#B66467" - foreground = "#E8E3E3" - timeout = 20 \ No newline at end of file diff --git a/picom/picom.conf b/picom/picom.conf deleted file mode 100644 index b6b5b6e..0000000 --- a/picom/picom.conf +++ /dev/null @@ -1,94 +0,0 @@ -#----------------------- -# Backend -#----------------------- -backend = "glx"; -glx-no-stencil = true; -glx-copy-from-front = false; - -#----------------------- -# Opacity -#----------------------- -active-opacity = 1; -#inactive-opacity = 0.95; -inactive-opacity = 1; -frame-opacity = 1; -inactive-opacity-override = true; - -focus-exclude = [ - "window_type = 'dock'", - "window_type = 'desktop'", - "class_g = 'Rofi'", - "class_g = 'polybar'", - "_GTK_FRAME_EXTENTS@:c" -]; - -#opacity-rule = [ -# "95:class_g = 'TelegramDesktop'", -# "95:class_g = 'discord'", -# "90:class_g = 'Spotify'", -#]; - -#----------------------- -# Blur -#----------------------- -#blur-method = "dual_kawase"; -#blur-strength = 6; -#blur-background = true; -#blur-background-exclude = [ -# "window_type = 'dock'", -# "window_type = 'desktop'", -# "class_g = 'Rofi'", -# "_GTK_FRAME_EXTENTS@:c" -#]; - -#----------------------- -# Fading -#----------------------- -fading = true; -fade-delta = 2; -no-fading-openclose = false; -fade-exclude = [ ]; - -#----------------------- -# Shadow -#----------------------- -shadow = false; - -#----------------------- -# Corners -#----------------------- -corner-radius = 17; -round-borders = 3; -rounded-corners-exclude = [ - "window_type = 'dock'", - "window_type = 'desktop'", - "class_g = 'Rofi'", - "class_g = 'polybar'", - "_GTK_FRAME_EXTENTS@:c" -]; -use-damage = false; - -#----------------------- -# Animations -#----------------------- -transition-length = 250 -transition-pow-x = 0.25 -transition-pow-y = 0.25 -transition-pow-w = 0.25 -transition-pow-h = 0.25 -size-transition = true - -#----------------------- -# Other -#----------------------- -mark-wmwin-focused = true; -mark-ovredir-focused = false -detect-rounded-corners = true; -detect-client-opacity = true; -vsync = true; -dbe = false; -unredir-if-possible = false; -detect-transient = true; -detect-client-leader = true; - -xrender-sync-fence = true; \ No newline at end of file diff --git a/polybar/colours/gruvbox.ini b/polybar/colours/gruvbox.ini deleted file mode 100644 index 11626e6..0000000 --- a/polybar/colours/gruvbox.ini +++ /dev/null @@ -1,6 +0,0 @@ -;; GRUVBOX THEME -background = #00000000 -sepback = #1d2021 -modback= #282828 -foreground = #ebdbb2 -menucolour = #ebdbb2 diff --git a/polybar/colours/paradise.ini b/polybar/colours/paradise.ini deleted file mode 100644 index 5641182..0000000 --- a/polybar/colours/paradise.ini +++ /dev/null @@ -1,6 +0,0 @@ -;; PARADISE THEME -background = #00000000 -sepback = #12121200 -modback= #151515 -foreground = #E8E3E3 -menucolour = #8C977D diff --git a/polybar/config.ini b/polybar/config.ini deleted file mode 100644 index 1995dae..0000000 --- a/polybar/config.ini +++ /dev/null @@ -1,82 +0,0 @@ -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; -;; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ -;; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ -;; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ -;; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ -;; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ -;; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ -;; -;; Fluffys Config -;; UwU -;; -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; BAR -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[colors] -include-file = ~/.config/polybar/colours/paradise.ini - -[bar/fluffy] -width = 100% -height = 31 -fixed-center = true - -;; BAR ON TOP -;bottom = false -;border-top-size = 8 - -;; BAR ON BOTTOM (sussy) -bottom = true -border-bottom-size = 8 - -border-left-size = 8 -border-right-size = 8 - -padding = 0 -module-margin-left = 0 -module-margin-right = 0 - -cursor-click = pointer -cursor-scroll = ns-resize - -background = ${colors.background} -foreground = ${colors.foreground} - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; FONTS -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -font-0 = Rubik:size=11:weight=Medium;2 -font-1 = Iosevka Nerd Font:size=18;4 -font-2 = Material:size=13;3 -font-3 = Material:size=13;1 - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; BAR SETUP -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -modules-left = left date left1 time left2 servers left3 -modules-center = music -modules-right = right dnd updates network bluetooth right1 volume right2 power right3 -;; Theres also dnd and mic modules that I don't use so much - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; DECORATION -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -include-file = ~/.config/polybar/deco.ini - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; MODULES -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -include-file = ~/.config/polybar/user_modules.ini - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; OTHER -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[settings] -screenchange-reload = true diff --git a/polybar/deco.ini b/polybar/deco.ini deleted file mode 100644 index 9550cd1..0000000 --- a/polybar/deco.ini +++ /dev/null @@ -1,54 +0,0 @@ -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; LEFT -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/left] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/left1] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-} %{T2}%{T-}" - -[module/left2] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-} %{T2}%{T-}" - -[module/left3] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; RIGHT -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/right] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/right1] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-} %{T2}%{T-}" - -[module/right2] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-} %{T2}%{T-}" - -[module/right3] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" diff --git a/polybar/left_roundy.ini b/polybar/left_roundy.ini deleted file mode 100644 index f796e8a..0000000 --- a/polybar/left_roundy.ini +++ /dev/null @@ -1,44 +0,0 @@ -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; LEFT -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/dateL] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/timeL] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/serverL] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/spotifyL] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/sysiconL] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/volumeL] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/powerL] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" diff --git a/polybar/right_roundy.ini b/polybar/right_roundy.ini deleted file mode 100644 index 15f598f..0000000 --- a/polybar/right_roundy.ini +++ /dev/null @@ -1,44 +0,0 @@ -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; RIGHT -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/dateR] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/timeR] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/serverR] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/spotifyR] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/sysiconR] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/volumeR] -type = custom/text -content-background = ${colors.sepback} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" - -[module/powerR] -type = custom/text -content-background = ${colors.background} -content-foreground = ${colors.modback} -content = "%{T2}%{T-}" diff --git a/polybar/scripts/bluetooth.sh b/polybar/scripts/bluetooth.sh deleted file mode 100755 index e0861fd..0000000 --- a/polybar/scripts/bluetooth.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if [ $(bluetoothctl show | grep "Powered: yes" | wc -c) -eq 0 ] -then - echo "%{F#666}" -else - if [ $(echo info | bluetoothctl | grep 'Device' | wc -c) -eq 0 ] - then - echo "" - fi - echo "" -fi diff --git a/polybar/scripts/dnd.sh b/polybar/scripts/dnd.sh deleted file mode 100755 index 1fdbec4..0000000 --- a/polybar/scripts/dnd.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -value=$(gsettings get org.gnome.desktop.notifications show-banners) - -if [ $value == "true" ]; then - #echo "%{F#666} " # Icon toggle - echo "" # Icon only when do not distrub is on -elif [ $value == "false" ]; then - echo " " -fi diff --git a/polybar/scripts/mic.sh b/polybar/scripts/mic.sh deleted file mode 100755 index 4b5aec3..0000000 --- a/polybar/scripts/mic.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -value=$(amixer get Capture | grep '\[off\]') - -if [ "$value" == "" ]; then - echo " "; -else - echo "%{F#666} "; -fi diff --git a/polybar/scripts/music.sh b/polybar/scripts/music.sh deleted file mode 100755 index dee263c..0000000 --- a/polybar/scripts/music.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -player=$(playerctl -p %any,firefox status) -title=$(playerctl -p %any,firefox metadata --format '{{ title }}') -artist=$(playerctl -p %any,firefox metadata --format '{{ artist }}') - -if [ $player = "Playing" ] -then - if [ "$title" == "" ] - then - $title="Unknow title" - fi - if [ "$artist" == "" ] - then - $artist = "Unknow artist" - fi - echo "%{F#151515}%{T2}%{T- F-}%{B#151515}"$title", "$artist"%{B-}%{F#151515}%{T2}%{T- F-}" -#else -# echo "" -fi \ No newline at end of file diff --git a/polybar/scripts/powermenu.sh b/polybar/scripts/powermenu.sh deleted file mode 100755 index b1ae2d6..0000000 --- a/polybar/scripts/powermenu.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/env bash - -## Author : Aditya Shakya -## Mail : adi1090x@gmail.com -## Github : @adi1090x -## Twitter : @adi1090x - -uptime=$(uptime -p | sed -e 's/up //g') -rofi_command="rofi -theme ~/.config/rofi/power.rasi" - -# Options -shutdown="Shutdown" -reboot="Restart" -suspend="Sleep" -settings="Settings" - -# Variable passed to rofi -options="$reboot\n$shutdown\n$settings" - -chosen="$(echo -e "$options" | $rofi_command -p "Uptime: $uptime" -dmenu -selected-row 0)" -case $chosen in - $shutdown) - systemctl poweroff - ;; - $reboot) - systemctl reboot - ;; - $suspend) - mpc -q pause - amixer set Master mute - systemctl suspend - ;; - $settings) - gnome-control-center - ;; -esac diff --git a/polybar/scripts/server_status.sh b/polybar/scripts/server_status.sh deleted file mode 100755 index 44d6853..0000000 --- a/polybar/scripts/server_status.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -## Script made by Fluffy, use/modify to your needs! -## Twitter: fluffybeanUwU -## Website: gay.fluffybean.gay -## GitHub: Fluffy-Bean - -if [ $(cat ~/.config/polybar/scripts/server_list.txt | wc -c) == 0 ] -then - echo "Error: No Servers/IPs in server_list.txt" -else - server_list=$(cat ~/.config/polybar/scripts/server_list.txt) - server_status=() - - for server in $server_list - do - ip=$(ping -W 1 -c 3 -4 $server) - if [ $(echo $ip | grep "0 received" | wc -l) == 1 ] - then - server_status+=("%{F#666}%{F-}") - else - if [ $(echo $ip | grep ", 0% packet loss" | wc -l) == 0 ] - then - server_status+=("%{F#B66467}%{F-}") - else - server_status+=("") - fi - fi - done - - if [ $(echo $server_status | wc -c) == 0 ] - then - echo "Error: Could not add pinged servers" - else - echo "${server_status[*]}" - fi -fi diff --git a/polybar/scripts/toggle_bluetooth.sh b/polybar/scripts/toggle_bluetooth.sh deleted file mode 100755 index f82de94..0000000 --- a/polybar/scripts/toggle_bluetooth.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -value=$(bluetoothctl show | grep "Powered: yes" | wc -c) - -if [ "$value" == 0 ] -then - bluetoothctl power on -else - bluetoothctl power off -fi diff --git a/polybar/scripts/toggle_dnd.sh b/polybar/scripts/toggle_dnd.sh deleted file mode 100755 index 199b8d8..0000000 --- a/polybar/scripts/toggle_dnd.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -value=$(gsettings get org.gnome.desktop.notifications show-banners) - -if [ "$value" == "true" ]; then - gsettings set org.gnome.desktop.notifications show-banners false -else - gsettings set org.gnome.desktop.notifications show-banners true -fi diff --git a/polybar/scripts/update_check.sh b/polybar/scripts/update_check.sh deleted file mode 100755 index e7f6031..0000000 --- a/polybar/scripts/update_check.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -value=$(pacman -Qu | wc -l) - -if [ "$value" != "0" ]; then - echo " "; -else - echo ""; -fi diff --git a/polybar/space.ini b/polybar/space.ini deleted file mode 100644 index 8599d1a..0000000 --- a/polybar/space.ini +++ /dev/null @@ -1,22 +0,0 @@ -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; SPACE -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/space] -type = custom/text -content-background = ${colors.sepback} -content = " " - -[module/space1] -type = custom/text -content-background = ${colors.sepback} -content = " " - -[module/space2] -type = custom/text -content = " " - -[module/space3] -type = custom/text -content-background = ${colors.sepback} -content = " " - diff --git a/polybar/user_modules.ini b/polybar/user_modules.ini deleted file mode 100644 index 8da018a..0000000 --- a/polybar/user_modules.ini +++ /dev/null @@ -1,157 +0,0 @@ -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; DATE -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/date] -type = internal/date -interval = 5 - -date = "%a, %d %b" - -label = "%date%" - -format-background = ${colors.modback} - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; TIME -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/time] -type = internal/date -interval = 5 - -time = "%H:%M" - -label = "%time%" - -format-background = ${colors.modback} - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; Servers -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/servers] -type = custom/script -interval = 5 - -format-background = ${colors.modback} -;format-padding = 1 - -exec = ~/.config/polybar/scripts/server_status.sh - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; MUSIC -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/music] -type = custom/script -interval = 1 - -exec = bash ~/.config/polybar/scripts/music.sh - -click-left = playerctl play-pause -i firefox -scroll-up = playerctl next -i firefox -scroll-down = playerctl previous -i firefox - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; DND -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/dnd] -type = custom/script -interval = 1 - -format-background = ${colors.modback} -;format-padding = 1 - -exec = bash ~/.config/polybar/scripts/dnd.sh -click-left = bash ~/.config/polybar/scripts/toggle_dnd.sh - - -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -;; UPDATES -;;_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -[module/updates] -type = custom/script -internal = 169 - -format-background = ${colors.modback} -;format-padding = 1 - -format =