init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
14
technology/applications/utilities/Aegis.md
Normal file
14
technology/applications/utilities/Aegis.md
Normal file
File diff suppressed because one or more lines are too long
12
technology/applications/utilities/Bottles.md
Normal file
12
technology/applications/utilities/Bottles.md
Normal file
File diff suppressed because one or more lines are too long
24
technology/applications/utilities/Czkawka.md
Normal file
24
technology/applications/utilities/Czkawka.md
Normal file
File diff suppressed because one or more lines are too long
8
technology/applications/utilities/Dunst.md
Normal file
8
technology/applications/utilities/Dunst.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
obj: application
|
||||
website: https://dunst-project.org
|
||||
repo: https://github.com/dunst-project/dunst
|
||||
---
|
||||
|
||||
# Dunst
|
||||
#wip #🐇
|
14
technology/applications/utilities/Filelight.md
Normal file
14
technology/applications/utilities/Filelight.md
Normal file
File diff suppressed because one or more lines are too long
11
technology/applications/utilities/Flatseal.md
Normal file
11
technology/applications/utilities/Flatseal.md
Normal file
File diff suppressed because one or more lines are too long
41
technology/applications/utilities/Hyprpaper.md
Normal file
41
technology/applications/utilities/Hyprpaper.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/hyprwm/hyprpaper
|
||||
---
|
||||
# Hyprpaper
|
||||
Hyprpaper is a blazing fast wallpaper utility for [Hyprland](../desktops/hyprland.md) with the ability to dynamically change wallpapers through sockets. It will work on all wlroots-based compositors, though.
|
||||
|
||||
Features:
|
||||
- Per-output wallpapers
|
||||
- fill or contain modes
|
||||
- fractional scaling support
|
||||
- IPC for blazing fast wallpaper switches
|
||||
- preloading targets into memory
|
||||
|
||||
## Usage
|
||||
Run hyprpaper with `hyprpaper --config <config>`.
|
||||
By default the config file at `~/.config/hypr/hyprpaper.conf` will be used.
|
||||
|
||||
## Configuration
|
||||
The configuration file lets you use the following syntax:
|
||||
preload
|
||||
|
||||
- `preload`
|
||||
This tells hyprpaper to load an image into memory.
|
||||
```
|
||||
preload = /path/to/image.png
|
||||
```
|
||||
- `wallpaper`
|
||||
This tells hyprpaper what image to use on what monitor
|
||||
```
|
||||
wallpaper = monitor,/path/to/image.png
|
||||
```
|
||||
|
||||
So a final configuration file could look something like this:
|
||||
```
|
||||
preload = /path/to/image.png
|
||||
preload = /path/to/next_image.png
|
||||
|
||||
wallpaper = monitor1,/path/to/image.png
|
||||
wallpaper = monitor2,/path/to/next_image.png
|
||||
```
|
15
technology/applications/utilities/KeePassXC.md
Normal file
15
technology/applications/utilities/KeePassXC.md
Normal file
File diff suppressed because one or more lines are too long
13
technology/applications/utilities/Kleopatra.md
Normal file
13
technology/applications/utilities/Kleopatra.md
Normal file
File diff suppressed because one or more lines are too long
15
technology/applications/utilities/Lutris.md
Normal file
15
technology/applications/utilities/Lutris.md
Normal file
File diff suppressed because one or more lines are too long
12
technology/applications/utilities/Mission Center.md
Normal file
12
technology/applications/utilities/Mission Center.md
Normal file
File diff suppressed because one or more lines are too long
8
technology/applications/utilities/Rofi.md
Normal file
8
technology/applications/utilities/Rofi.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
obj: application
|
||||
arch-wiki: https://wiki.archlinux.org/title/rofi
|
||||
website: https://davatorium.github.io/rofi/
|
||||
repo: https://github.com/davatorium/rofi
|
||||
---
|
||||
# Rofi
|
||||
#wip
|
12
technology/applications/utilities/Steam ROM Manager.md
Normal file
12
technology/applications/utilities/Steam ROM Manager.md
Normal file
File diff suppressed because one or more lines are too long
6
technology/applications/utilities/Waybar.md
Normal file
6
technology/applications/utilities/Waybar.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/Alexays/Waybar
|
||||
---
|
||||
# Waybar
|
||||
#wip
|
Loading…
Add table
Add a link
Reference in a new issue