diff --git a/SimpleRead/simpread.AppImage b/SimpRead/simpread.AppImage
similarity index 100%
rename from SimpleRead/simpread.AppImage
rename to SimpRead/simpread.AppImage
diff --git a/SimpleRead/simpread_config.json b/SimpRead/simpread_config.json
similarity index 100%
rename from SimpleRead/simpread_config.json
rename to SimpRead/simpread_config.json
diff --git a/dotfiles/config/hypr/hyprland.conf b/dotfiles/config/hypr/hyprland.conf
index dffb0ca..e07789e 100644
--- a/dotfiles/config/hypr/hyprland.conf
+++ b/dotfiles/config/hypr/hyprland.conf
@@ -35,6 +35,7 @@ exec-once = v2raya --lite &
exec-once = mako
exec-once = blueman-applet
exec-once = nm-applet --indicator
+exec-once = gtk-launch simpread
# Source a file (multi-file configs)
@@ -259,7 +260,7 @@ bind = $mainMod, C, killactive,
bind = $mainMod, F, togglefloating,
bind = $mainMod CTRL, P, pseudo,
bind = $mainMod SHIFT, M, exit,
-bind = $mainMod SHIFT, S, togglesplit,
+bind = $mainMod SHIFT, T, togglesplit,
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
diff --git a/dotfiles/config/waybar/config.jsonc b/dotfiles/config/waybar/config.jsonc
index 8388bfd..bc7042e 100644
--- a/dotfiles/config/waybar/config.jsonc
+++ b/dotfiles/config/waybar/config.jsonc
@@ -32,9 +32,9 @@
//"pulseaudio_pamixer",
//"pulseaudio_pamixer#microphone",
//"custom/keyboard-layout",
- "backlight#icon",
- "backlight#value",
- "custom/updates",
+ //"backlight#icon",
+ //"backlight#value",
+ //"custom/updates",
"clock",
"tray",
//"custom/power",
@@ -75,9 +75,9 @@
//"on-click": "playerctl previous",
"on-click-right": "playerctl next",
"format-icons": {
- "Playing": " ",
- "Paused": " "
- },
+ "Playing": " ",
+ "Paused": " "
+ }
},
"custom/playerlabel": {
@@ -90,9 +90,9 @@
//"on-click": "playerctl previous",
"on-click-right": "playerctl next",
"format-icons": {
- "Playing": " ",
- "Paused": " "
- },
+ "Playing": " ",
+ "Paused": " "
+ }
},
// --------------------
@@ -193,7 +193,7 @@
"critical": 15
},
"format": "{capacity}% {icon}",
- "format-charging": "{capacity}% ",
+ "format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
@@ -208,8 +208,8 @@
"scroll-step": 1, // %, can be a float
"format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}% {format_source}",
- "format-bluetooth-muted": " {icon} {format_source}",
- "format-muted": " ",
+ "format-bluetooth-muted": " {icon} {format_source}",
+ "format-muted": " ",
"format-source": "{volume}% ",
"format-source-muted": "",
"format-icons": {
@@ -223,7 +223,7 @@
},
"on-click": "pavucontrol",
"on-scroll-up": "pactl set-sink-volume @DEFAULT_SINK@ +1%",
- "on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -1%",
+ "on-scroll-down": "pactl set-sink-volume @DEFAULT_SINK@ -1%"
},
"pulseaudio_pamixer": {
"format": "{icon}",