| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | PATCH: userscripts/Sounds.sh: for Non-FHS systems, use the runtime dir | John Titor | 2024-04-01 | -2/+6 | |
| | | | | | | | | | | | | | | | 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 | ||||
| * | | Merge branch 'development' into patch-1 | Ja.KooLit | 2024-04-01 | -10/+24 | |
| |\ \ | |||||
| | * | | Window rules added to make some apps transparent and float | John Titor | 2024-03-31 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | Merge pull request #159 from KKV9/volume | Ja.KooLit | 2024-03-24 | -8/+12 | |
| | |\ \ | | | | | | | | | Fix volume incrementing twice | ||||
| | | * | | Fix volume incrementing twice | KKV9 | 2024-02-13 | -8/+12 | |
| | | | | | | | | | | | | | | | | | Fix volume incrementing twice when using volume keys to unmute | ||||
| | * | | | rofi-emoji script fix | Ja.KooLit | 2024-03-23 | -2/+2 | |
| | | | | | |||||
| | * | | | bumping for v2.2.7 development | Ja.KooLit | 2024-03-19 | -0/+0 | |
| | | |/ | |/| | |||||
| * / | | fix: Fix bug in SwitchKeyboardLayout.sh | Maksym Diachok | 2024-03-31 | -2/+2 | |
| |/ / | | | | | | | `hyprctl switchxkblayout input:kb_layout $next_index` is a proper way to switch layouts. Should prevent from keybinds messing. | ||||
| * | | added additional info for better workspace switching | Ja.KooLit | 2024-03-19 | -3/+4 | |
| | | | |||||
| * | | fix: Fix workspace navigation for fr keyboard layout | Itess | 2024-03-18 | -30/+31 | |
| | | | |||||
| * | | Switched kvantum and qt apps dark and light theme from Tokyo-Night to ↵ | Ja.KooLit | 2024-03-15 | -8/+8 | |
| | | | | | | | | | Catppuccin Mocha and Latte | ||||
| * | | updated on dots | Ja.KooLit | 2024-03-14 | -1/+1 | |
| | | | |||||
| * | | Update Startup_Apps.conf | Ja.KooLit | 2024-03-13 | -1/+1 | |
| | | | | | | | delete extra # | ||||
| * | | removal of extra # to align with new hyprlang requirement. Credit goes to ↵ | Ja.KooLit | 2024-03-13 | -33/+33 | |
| | | | | | | | | | @@Ryuuyas | ||||
| * | | Bump to v2.2.6 and kb layout switch keybind update | Ja.KooLit | 2024-03-12 | -1/+1 | |
| | | | |||||
| * | | Update GameMode.sh | Ja.KooLit | 2024-03-04 | -1/+1 | |
| | | | |||||
| * | | bump to 2.2.5 | Ja.KooLit | 2024-02-19 | -0/+0 | |
| | | | |||||
| * | | remove extra # to fix latest update errors | Ja.KooLit | 2024-02-19 | -18/+18 | |
| |/ | |||||
| * | Fix: Area screenshot saving empty files | KKV9 | 2024-02-05 | -1/+7 | |
| | | | | | Area screenshot saves a file on exit and no area has been selected. | ||||
| * | Update WaybarCava.sh | ppfloydde | 2024-01-31 | -1/+1 | |
| | | | | Fix shebang line to prevent posix execution of shell script. In posix mode, the for-loop failed. | ||||
| * | Merge pull request #145 from xdonu2x/PywalSwww_multiMonitor | Ja.KooLit | 2024-01-31 | -18/+16 | |
| |\ | | | | | Bug: Pywal_Swww on multi monitor | ||||
| | * | use valid monitor to set wallpaper | xdonu2x | 2024-01-30 | -18/+16 | |
| | | | |||||
| * | | Fix fallback sounds | KKV9 | 2024-01-28 | -13/+10 | |
| | | | | | | | | | Fix Sounds.sh not finding files correctly. | ||||
| * | | typo | KKV9 | 2024-01-28 | -4/+4 | |
| | | | |||||
| * | | Use correct sound file for screen capture | KKV9 | 2024-01-28 | -6/+6 | |
| | | | | | | | | | Use screen-capture instead of camera-shutter for screenshots | ||||
| * | | Allow muting individual sounds | KKV9 | 2024-01-28 | -0/+10 | |
| | | | | | | | | | Allow user to mute volume ONLY or screenshots ONLY. | ||||
| * | | Check arguments before initialise Sounds.sh | KKV9 | 2024-01-28 | -10/+10 | |
| | | | |||||
| * | | List arguments for Sounds.sh | KKV9 | 2024-01-28 | -0/+3 | |
| | | | | | | | | | List arguments when no valid argument is given | ||||
| * | | Remove whitespace in ScreenShot.sh | Ciarán O'Brien | 2024-01-28 | -1/+0 | |
| | | | |||||
| * | | Handle file not found error | KKV9 | 2024-01-28 | -1/+6 | |
| | | | | | | | | | Add exit code 1 when no suitable file is found | ||||
| * | | Allow Sounds script to find and change sound themes | KKV9 | 2024-01-28 | -8/+39 | |
| | | | | | | | | | | | 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. | ||||
| * | | Move sounds to UserScripts | KKV9 | 2024-01-28 | -6/+25 | |
| | | | | | | | | | Allow user to mute desktop sounds | ||||
| * | | Switch to pw-play | KKV9 | 2024-01-28 | -4/+4 | |
| | | | | | | | | | change from paplay to pw-play | ||||
| * | | Fix last commit | KKV9 | 2024-01-27 | -9/+12 | |
| | | | |||||
| * | | feat: Add screenshot sounds & notifications | KKV9 | 2024-01-27 | -2/+14 | |
| | | | | | | | | | Add sounds for screenshots with freedesktop.org sound theme. Notify for screenshots taken with swappy and move swappy capture to ScreenShot.sh. | ||||
| * | | feat: Notify volume change with sound feedback | KKV9 | 2024-01-27 | -0/+2 | |
| |/ | | | | Play a sound when changing volume | ||||
| * | updated rofi beats | Ja.KooLit | 2024-01-24 | -1/+1 | |
| | | |||||
| * | Fix: Set cava waybar input to pulse audio | KKV9 | 2024-01-20 | -0/+4 | |
| | | | | | Cava does not always default to pulseaudio | ||||
| * | Merge pull request #130 from PostCyberPunk/clip | Ja.KooLit | 2024-01-17 | -6/+37 | |
| |\ | | | | | feat(clipboard manager enhancement) Ctl del to delete and entry. Alt del to carry out cliphist wipe | ||||
| | * | Update ClipManager.sh | Ja.KooLit | 2024-01-17 | -21/+39 | |
| | | | |||||
| | * | feat(clipboard):Control+Delete to remove entry | PostCyberPunk | 2024-01-07 | -9/+22 | |
| | | | |||||
| * | | dropped wlsunset | Ja.KooLit | 2024-01-11 | -10/+0 | |
| | | | |||||
| * | | fix(waybar): fix cava creating multiple instances | Luka Momčilović | 2024-01-08 | -0/+3 | |
| |/ | | | | | | | | | WaybarCava was creating a new instance of cava every time it was executed. This happens when waybar is restarted/wallpaper is changed Fixed by killing cava process referencing the same config Fix: #131 | ||||
| * | Merge branch 'development' into main | Ja.KooLit | 2024-01-07 | -2/+6 | |
| |\ | |||||
| | * | updated wiki | JaKooLit | 2024-01-06 | -2/+6 | |
| | | | |||||
| | * | Merge pull request #119 from JaKooLit/main | Ja.KooLit | 2024-01-03 | -3/+3 | |
| | |\ | | | | | | | hotfix | ||||
| | * | | Enhance Logging of Copy.sh | JaKooLit | 2024-01-03 | -0/+0 | |
| | | | | | | | | | | | | | | | | Introduced upgrade.sh bump v2.2.4 | ||||
| * | | | small correction | JaKooLit | 2024-01-07 | -2/+2 | |
| | | | | |||||
| * | | | update on variables on Startup | JaKooLit | 2024-01-07 | -3/+3 | |
| | |/ |/| | |||||
| * | | hotfix | JaKooLit | 2024-01-03 | -3/+3 | |
| |/ | |||||
