PostCyberPunk
e9549ac910
fxi:touchpad updated with new hyprlang
2 years ago
Ja.KooLit
3aadf05460
Merge pull request #190 from JohnRTitor/patch-sounds
...
userscripts/Sounds.sh: for Non-FHS systems like Nixos, use the runtime dir
2 years ago
John Titor
cecd38e1cc
PATCH: userscripts/Sounds.sh: for Non-FHS systems, use the runtime dir
...
on Non-FHS systems like NixOS, the system sounds are located
in /run/current-system/sw/share/sounds according to XDG specification
This patch allows the script to fallback to this directory if the
sound files are not found in /usr/share/sounds or $HOME/.local/share/sounds
2 years ago
Ja.KooLit
1ecaaeef3b
Merge pull request #188 from BbIXOD/patch-1
...
fix: Fix bug in SwitchKeyboardLayout.sh
2 years ago
Ja.KooLit
3491218304
Merge branch 'development' into patch-1
2 years ago
Maksym Diachok
90e986c2ac
fix: Fix bug in SwitchKeyboardLayout.sh
...
`hyprctl switchxkblayout input:kb_layout $next_index` is a proper way to switch layouts. Should prevent from keybinds messing.
2 years ago
Ja.KooLit
b3e8d7bd62
Merge pull request #187 from JohnRTitor/upstream-patch-window
...
Window rules added to make some apps transparent and float
2 years ago
John Titor
485d9c2113
Window rules added to make some apps transparent and float
...
linux-wifi-hotspot should float
evince should float
google-chrome should be transparent
google-chrome web apps should as well, with extra opacity
since Meet, Youtube, YT Music webapps, deal with videos
VSCode, Discord and other GNOME apps should be transparent as well
2 years ago
Ja.KooLit
754cfb8c50
fixed waybar vertical clock module
2 years ago
Ja.KooLit
cd7bcc6d68
Merge pull request #159 from KKV9/volume
...
Fix volume incrementing twice
2 years ago
Ja.KooLit
d66c6b7f49
rofi-emoji script fix
2 years ago
Ja.KooLit
18de92f1cb
bumping for v2.2.7 development
2 years ago
Ja.KooLit
7fefc808e4
Merge pull request #177 from JaKooLit/development
...
Development to main
2 years ago
Ja.KooLit
77c5bd8d58
added additional info for better workspace switching
2 years ago
Ja.KooLit
03e2994e83
Merge pull request #176 from IT-ess/use-key-codes-for-fr-layout
...
Fix workspace navigation for better compatibility with various keyboard layout
2 years ago
Itess
b67e0764b4
fix: Fix workspace navigation for fr keyboard layout
2 years ago
Ja.KooLit
78f8bff795
Switched kvantum and qt apps dark and light theme from Tokyo-Night to Catppuccin Mocha and Latte
2 years ago
Ja.KooLit
28e7fe8e42
updated on dots
2 years ago
Ja.KooLit
111c27ef74
Update Startup_Apps.conf
...
delete extra #
2 years ago
Ja.KooLit
d254d3d0b6
removal of extra # to align with new hyprlang requirement. Credit goes to @@Ryuuyas
2 years ago
Ja.KooLit
2f41a7476c
Bump to v2.2.6 and kb layout switch keybind update
2 years ago
Ja.KooLit
fca1583665
Merge pull request #172 from JaKooLit/main
...
main to dev
2 years ago
Ja.KooLit
a2649f3249
Update GameMode.sh
2 years ago
Ja.KooLit
3d8d79df2a
Merge pull request #163 from JaKooLit/development
...
bump to 2.2.5
2 years ago
Ja.KooLit
24bcdc47d3
Merge branch 'main' into development
2 years ago
Ja.KooLit
a42d1947fe
bump to 2.2.5
2 years ago
Ja.KooLit
67c923b06d
Merge pull request #162 from JaKooLit/development
...
Development
2 years ago
Ja.KooLit
4173c27eca
Merge branch 'main' into development
2 years ago
Ja.KooLit
d152871475
remove extra # to fix latest update errors
2 years ago
KKV9
8cd047fcde
Refactor rofi configs
...
Remove duplicated code by using imports
2 years ago
KKV9
c1a75c04ba
Fix volume incrementing twice
...
Fix volume incrementing twice when using volume keys to unmute
2 years ago
Ja.KooLit
af8626d4ce
Merge pull request #153 from KKV9/development
...
Fix: Area screenshot saving empty files
2 years ago
Ja.KooLit
a160ceeab5
Merge pull request #158 from JaKooLit/development
...
Development to Main
2 years ago
Ja.KooLit
e34165295e
Merge branch 'main' into development
2 years ago
KKV9
69f1e8eaaf
Fix: Area screenshot saving empty files
...
Area screenshot saves a file on exit and no area has been selected.
2 years ago
0xL30
53d84b7628
Weather Source Update (Python File)
2 years ago
Ja.KooLit
de8e288d1a
Merge pull request #146 from ppfloydde/patch-1
...
Update WaybarCava.sh
2 years ago
ppfloydde
464601eb44
Update WaybarCava.sh
...
Fix shebang line to prevent posix execution of shell script. In posix mode, the for-loop failed.
2 years ago
Ja.KooLit
343f8d8184
Merge pull request #145 from xdonu2x/PywalSwww_multiMonitor
...
Bug: Pywal_Swww on multi monitor
2 years ago
Ja.KooLit
24d2811134
Merge pull request #143 from KKV9/development
...
Feat: Add freedesktop sound themes
2 years ago
xdonu2x
f7fd59389c
use valid monitor to set wallpaper
2 years ago
KKV9
e2c1144266
Fix fallback sounds
...
Fix Sounds.sh not finding files correctly.
2 years ago
KKV9
628364022e
typo
2 years ago
KKV9
ed716d91bc
Use correct sound file for screen capture
...
Use screen-capture instead of camera-shutter for screenshots
2 years ago
KKV9
47101284b0
Allow muting individual sounds
...
Allow user to mute volume ONLY or screenshots ONLY.
2 years ago
KKV9
a12faec054
Check arguments before initialise Sounds.sh
2 years ago
KKV9
b51fa27111
List arguments for Sounds.sh
...
List arguments when no valid argument is given
2 years ago
Ciarán O'Brien
6b59626f6f
Remove whitespace in ScreenShot.sh
2 years ago
KKV9
3a48d52e34
Handle file not found error
...
Add exit code 1 when no suitable file is found
2 years ago
KKV9
80433d7fc5
Allow Sounds script to find and change sound themes
...
Sounds script allows user to mute or use any compatible freedesktop sound theme for desktop sound effects.
This script will search in the home directory and system diretory for freedesktop sound themes to use.
2 years ago