Add screenshots

This commit is contained in:
Jeena 2025-09-02 10:47:35 +09:00
parent 810b630598
commit 973e3da700
11 changed files with 15 additions and 3 deletions

View file

@ -7,6 +7,17 @@ to just use it as it is because it's very opinionated and hard coded.
If you want a readymade one then I'd suggest https://omarchy.org/
Screenshots
===========
![Hyprlock](screenshots/lockscreen.png)
![Empty screen](screenshots/empty-screen.png)
![Firefox and Kitty](screenshots/browser-kitty.png)
![No border window](screenshots/no-border.png)
![Tofi](screenshots/tofi.png)
![nmtui and choosing audio devices](screenshots/nmtui-choose-audio.png)
![hyprlock](screenshots/lockscreen.png)
Install
=======

View file

@ -10,12 +10,11 @@
# See https://wiki.hyprland.org/Configuring/Environment-variables/
#env = PATH,${HOME}/.local/bin:${PATH}
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = GTK_THEME,Adwaita:dark
env = QT_QPA_PLATFORMTHEME,qt5ct
env = HYPRSHOT_DIR,~/Screenshots
env = HYPRSHOT_DIR,Screenshots
################
### MONITORS ###

View file

@ -12,8 +12,9 @@ bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, F, fullscreen
# Screenshot
bind = CTRL, PRINT, exec, hyprshot -m output -m DP-1
bind = , PRINT, exec, hyprshot -m window
bind = shift, PRINT, exec, hyprshot -m region
bind = SHIFT, PRINT, exec, hyprshot -m region
# Lock
bind = $mainMod, L, exec, ~/.config/hypr/scripts/lock.sh

View file

@ -1,2 +1,3 @@
Video Script=cheatsheet.py ~/Documents/Jeenas-Hyprland-Setup.txt
Emoji Picker=emoji-picker.py
Shortcuts=cheatsheet.py ~/.config/hypr/shortcuts.txt

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 KiB

BIN
screenshots/hyprlock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 KiB

BIN
screenshots/lockscreen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
screenshots/no-border.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
screenshots/tofi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 KiB