aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/WaybarStyles.sh
Commit message (Collapse)AuthorAgeLines
* Changed /usr/bin/bash to /usr/bin/env bashDon Williams2025-10-28-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: Distro-Hyprland.sh modified: config/hypr/UserScripts/RainbowBorders.sh modified: config/hypr/UserScripts/RofiBeats.sh modified: config/hypr/UserScripts/RofiCalc.sh modified: config/hypr/UserScripts/Tak0-Autodispatch.sh modified: config/hypr/UserScripts/WallpaperAutoChange.sh modified: config/hypr/UserScripts/WallpaperEffects.sh modified: config/hypr/UserScripts/WallpaperRandom.sh modified: config/hypr/UserScripts/WallpaperSelect.sh modified: config/hypr/UserScripts/Weather.sh modified: config/hypr/UserScripts/WeatherWrap.sh modified: config/hypr/UserScripts/ZshChangeTheme.sh new file: config/hypr/configs/Startup_Apps.conf new file: config/hypr/configs/WindowRules.conf modified: config/hypr/hyprland.conf modified: config/hypr/initial-boot.sh modified: config/hypr/scripts/AirplaneMode.sh modified: config/hypr/scripts/Animations.sh modified: config/hypr/scripts/Battery.sh modified: config/hypr/scripts/Brightness.sh modified: config/hypr/scripts/BrightnessKbd.sh modified: config/hypr/scripts/ChangeBlur.sh modified: config/hypr/scripts/ChangeLayout.sh modified: config/hypr/scripts/ClipManager.sh new file: config/hypr/scripts/ComposeHyprConfigs.sh modified: config/hypr/scripts/DarkLight.sh modified: config/hypr/scripts/Distro_update.sh modified: config/hypr/scripts/Dropterminal.sh modified: config/hypr/scripts/GameMode.sh modified: config/hypr/scripts/Hypridle.sh modified: config/hypr/scripts/KeyBinds.sh modified: config/hypr/scripts/KeyHints.sh modified: config/hypr/scripts/KillActiveProcess.sh modified: config/hypr/scripts/Kitty_themes.sh modified: config/hypr/scripts/KooLsDotsUpdate.sh modified: config/hypr/scripts/Kool_Quick_Settings.sh modified: config/hypr/scripts/LockScreen.sh modified: config/hypr/scripts/MediaCtrl.sh modified: config/hypr/scripts/MonitorProfiles.sh modified: config/hypr/scripts/Polkit-NixOS.sh modified: config/hypr/scripts/Polkit.sh modified: config/hypr/scripts/PortalHyprland.sh modified: config/hypr/scripts/Refresh.sh modified: config/hypr/scripts/RefreshNoWaybar.sh modified: config/hypr/scripts/RofiEmoji.sh modified: config/hypr/scripts/RofiSearch.sh modified: config/hypr/scripts/RofiThemeSelector-modified.sh modified: config/hypr/scripts/RofiThemeSelector.sh modified: config/hypr/scripts/ScreenShot.sh modified: config/hypr/scripts/Sounds.sh modified: config/hypr/scripts/SwitchKeyboardLayout.sh modified: config/hypr/scripts/Tak0-Autodispatch.sh modified: config/hypr/scripts/TouchPad.sh modified: config/hypr/scripts/Volume.sh modified: config/hypr/scripts/WallustSwww.sh modified: config/hypr/scripts/WaybarLayout.sh modified: config/hypr/scripts/WaybarScripts.sh modified: config/hypr/scripts/WaybarStyles.sh modified: config/hypr/scripts/Wlogout.sh modified: config/hypr/scripts/sddm_wallpaper.sh modified: copy.sh modified: release.sh modified: upgrade.sh
* Waybar: fix rofi selection marker stripping; prevent embedding 👉 in ↵Don Williams2025-10-20-1/+1
| | | | | | | | | | | | symlink names Problem: reselecting the current style/layout left the '👉 ' prefix in the choice, so the symlink target included it (e.g., style.css -> .../👉 [0 VERTICAL] [Catpuccin] Mocha.css). Cause: options are annotated as "👉 ${name}", but the code used: choice=${choice# $MARKER} (matches ' 👉'), not the actual prefix '👉 '. Fix: use choice=${choice#"$MARKER "} in WaybarStyles.sh and WaybarLayout.sh. Result: selecting the same item no longer pollutes the symlink target.
* fix: resolve emoji removaljteijema2025-07-25-2/+3
|
* Update WaybarStyles.shJa.KooLit2025-07-25-1/+1
|
* feat: Add selected config highlighting for waybarjteijema2025-07-23-18/+31
|
* some final changes for next releaseJaKooLit2025-02-22-1/+1
|
* bumping to v2.3.12JaKooLit2025-02-19-1/+2
|
* removed the set -xJaKooLit2025-02-18-2/+0
|
* added -L on find command on some scripts to be moreJaKooLit2025-02-13-1/+3
| | | | https://github.com/JaKooLit/Hyprland-Dots/issues/553
* some scripts are tweaked to get a better notification. swaync config tweakedJaKooLit2025-01-14-1/+0
|
* some changes on scripts which depends on rofi. Downside is only way to close ↵JaKooLit2025-01-12-1/+1
| | | | the rofi is pressing esc button. However, you can execute immediately the script. ie., rofi menu is opened, by pressing Super W, it will execute wallpaper menu immediately.
* Code Clean upsJaKooLit2024-08-02-9/+0
| | | | | Keybinds killall replaced with pkill for compatibility with Nixos Refresh.sh, WaybarLayout & Styles.sh code clean up
* make rofi configs case insensitiveJaKooLit2024-04-29-1/+1
|
* removal of extra # to align with new hyprlang requirement. Credit goes to ↵Ja.KooLit2024-03-13-1/+1
| | | | @@Ryuuyas
* Just a small tinkering... :)JaKooLit2024-01-01-7/+9
|
* Here are changes madeJaKooLit2023-11-27-18/+26
| | | | | | | | | 1.) Use pywal for dunst colors. However, seems backgrounds are not changing. Perhaps only on OpenSuse? 2.) Deleted preconfigured style for dunst. to align with #1 changes 3.) Rewrite some scripts to align with PywalDunst. 4.) New script created for Dunst-Pywal called PywalDunst.sh 5.) Random wallpaper auto change is not increased timing to change every 15 mins 6.) Some scripts are re-written
* updatedJaKooLit2023-11-25-1/+1
|
* waybar changes on name, style and scriptJa.KooLit2023-11-16-49/+40
|
* renamed Purple style to Purpl as per @KrauttJa.KooLit2023-11-16-1/+1
|
* rename none to transparent waybar styleJaKooLit2023-11-16-1/+1
|
* Waybar rename for easy additionJaKooLit2023-11-15-3/+3
|
* added Krautt waybar stylesJaKooLit2023-11-15-0/+5
|
* code clean up, no action if no wallpaper selectedJaKooLit2023-11-12-18/+22
|
* Waybar clean up and updateJaKooLit2023-11-11-3/+4
|
* Renamed waybar styles, rofi size increaseJaKooLit2023-11-10-1/+11
|
* added pywal in waybar stylesJaKooLit2023-11-10-1/+1
|
* Update WaybarStyles.shJa.KooLit2023-11-10-2/+2
| | | removing the purpl for now until you submit the new purpl styles... Good job bro :)
* [FEATURE] waybar styles with rofikrautt2023-11-09-30/+19
|
* changes for new Hyprland-DotsJaKooLit2023-11-05-1/+3
|
* replaced killall with pkill. WebCord addedJaKooLit2023-11-03-1/+1
|
* added underlined waybar styleJaKooLit2023-10-29-1/+3
|
* Initial uploadJaKooLit2023-10-22-0/+45
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage