Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Configs/.config/fastfetch/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fastfetch --config hyde/*.jsonc
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "\"$(fastfetch.sh logo)\"",
"source": "\"$(hyde-shell fastfetch logo)\"",
"height": 18
},
"display": {
Expand Down
6 changes: 2 additions & 4 deletions Configs/.config/hypr/nvidia.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia # Disable this if you have issues with sc

# If you want to try hardware cursors,
# you can enable them by setting `cursor:no_hardware_cursors = false` ,
# but it will require also enabling `cursor:allow_dumb_copy`
# which may cause small to major hitches whenever the cursor shape changes.
# If this is a problem on your system, keep hardware cursors disabled.
# but it will also require enabling `cursor:use_cpu_buffer`
cursor:no_hardware_cursors = true # Set to true to avoid hitches
# cursor:allow_dumb_copy = true
# cursor:use_cpu_buffer = true

# https://wiki.hyprland.org/Nvidia/#va-api-hardware-video-acceleration
# Hardware video acceleration on Nvidia and Wayland is
Expand Down
2 changes: 2 additions & 0 deletions Configs/.config/hypr/windowrules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ windowrule = float true,match:class ^(io.gitlab.theevilskeleton.Upscaler)$ # Ups
windowrule = float true,match:class ^(com.github.unrud.VideoDownloader)$ # VideoDownloader-Gkk
windowrule = float true,match:class ^(io.gitlab.adhami3310.Impression)$ # Impression-Gtk
windowrule = float true,match:class ^(io.missioncenter.MissionCenter)$ # MissionCenter-Gtk
windowrule = float true,match:title ^(Friends List)$ # Steam Friends List
windowrule = float true,match:title ^(Steam Settings)$ # Steam Settings

# workaround for jetbrains IDEs dropdowns/popups cause flickering
windowrule = no_initial_focus true,match:class ^(.*jetbrains.*)$,match:title ^(win[0-9]+)$
Expand Down
2 changes: 1 addition & 1 deletion Configs/.config/waybar/includes/border-radius.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ menu {
border-radius: 10pt;
}

menu menuitem:hover {
menu menuitem {
border-radius: 10pt;
}

Expand Down
4 changes: 2 additions & 2 deletions Configs/.local/lib/hyde/lockscreen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
[[ $HYDE_SHELL_INIT -ne 1 ]] && eval "$(hyde-shell init)"
lockscreen="${HYPRLAND_LOCKSCREEN:-$lockscreen}"
lockscreen="${LOCKSCREEN:-hyprlock}"
lockscreen="${HYPRLAND_LOCKSCREEN:-hyprlock}"
lockscreen="${LOCKSCREEN:-$lockscreen}"
lockscreen="${HYDE_LOCKSCREEN:-$lockscreen}"
source "${LIB_DIR}/hyde/shutils/argparse.sh"
argparse_init "$@"
Expand Down
2 changes: 1 addition & 1 deletion Configs/.local/share/waybar/includes/border-radius.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ menu {
border-radius: 10pt;
}

menu menuitem:hover {
menu menuitem {
border-radius: 10pt;
}

Expand Down
4 changes: 4 additions & 0 deletions Configs/.local/share/waybar/styles/defaults.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ menu {
background-color: @main-bg;
}

menu menuitem {
transition: 0.25s;
}

menu menuitem:hover {
background-color: @wb-act-bg;
color: @wb-act-fg;
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,14 @@ For more information, visit [HyDE-Project/hyde-themes](https://github.com/HyDE-P
<div align="center"><table><tr><td>
<img src="https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/game_launch_4.png"/></td><td>
<img src="https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/game_launch_5.png"/></td></tr></table></div>
## Quick Tips


### Changing Themes Quickly

1. Press `Mod + T` to open the theme switcher.
2. Select your desired theme.
3. The changes apply instantly without restarting.



Expand Down