diff --git a/config/hypr/HelpFile.md b/config/hypr/HelpFile.md
index 55ea789..23581c9 100644
--- a/config/hypr/HelpFile.md
+++ b/config/hypr/HelpFile.md
@@ -18,15 +18,14 @@
- All the scripts all located in ~/.config/hypr/scripts.
# wallpaper / styling stuff
- Super w *wallpaper shuffle* (right click on wallpaper waybar module)
- Super Shift w *waybar style-change* (middle click on wallpaper waybar module)
- Super Ctrl w *wallpaper select* (click on wallpaper waybar module) add more wallpaper in ~/Pictures/wallpapers
+ CTRL ALT w *wallpaper shuffle* (right click on wallpaper waybar module)
+ Super w *wallpaper select* (click on wallpaper waybar module) add more wallpaper in ~/Pictures/wallpapers
- right click on update waybar module *wallpaper cycle using swww*
- for the wallpaper styles and configurations, you can watch my video about it *https://youtu.be/6ZGzOjMJBe4*
- - scripts for wallpaper stuff are located in *~/.config/hypr/scripts* file names `DarkLight.sh` `Wallpaper.sh` `WallpaperSelect.sh` `WaybarStyles.sh` (last one for waybar)
+ - scripts for wallpaper stuff are located in *~/.config/hypr/scripts* file names `DarkLight.sh` `Wallpaper.sh` `WallpaperSelect.sh` `WallpaperRandom.sh` (last one for automatic wallpaper changed every 5 mins)
# Monitor, executables, keybindings, window rules,
files are located in *~/.config/hypr/configs* . View with SUPER E
@@ -37,7 +36,7 @@
Super Shift PrintSrc(button) *active window screenshot*
Super CTRL SHIFT PrintScr *full screenshot + timer (5s)*
Super Alt PrintScr *full screenshot + timer (10s)*
- Super Shift S *screenshot with swappy* (NOT AVAILABLE FOR DEBIAN/UBUNTU)
+ Super Shift S *screenshot with swappy*
# clipboard manager (cliphist)
Super Alt V *launch the rofi menu of clipboard manager*
@@ -45,11 +44,11 @@
- to clean up clipboard manager, launch kitty (super enter) then type ```cliphist wipe```
# applications shortcuts
- Super T *file manager* (`thunar`) - if installed
+ Super T *file manager* (`thunar`) - if you chose to install
# container layout
- Super Shift Space *toggle tiling/floating mode*
- Super Shift F *toggle all windows in float mode*
+ Super Shift F *toggle tiling/floating mode*
+ Super Alt F *toggle all windows in float mode*
Super left mouse button *move window*
Super right mouse button *resize window* (note! only in float mode)
@@ -62,7 +61,8 @@
# waybar customizations
- waybar font too big or too small. Edit the font-size in waybar styles located in ~/.config/waybar/styles/ . By default, it is set to 98%. After adjusting the GTK font scaling to your liking, edit all the waybar styles. Reduce or increase according to your needs. NOTE that its on percent %. You can also change to px whichever suits you. Note: This corresponds well with nwg-look
- - if you want 12h format instead of 24H format, edit the ~/.config/waybar/modules look for clock. delete the // and add // or delete the previous one
+ - if you want 12h format instead of 24H format, edit the ~/.config/waybar/modules look for clock. for 12h format, should be like %I:%M%P; for 24H format, %H:%M:%S.. ensure to disable one format by adding // before that line. For clock formatting, you can use website: https://help.gnome.org/users/gthumb/stable/gthumb-date-formats.html.en
+
- CPU Temperature:
- a.) to change from deg C to deg F , edit the ~/.config/waybar/modules look for "temperature". Change the format to "format": "{temperatureF}°F {icon}",
@@ -71,10 +71,10 @@
- Weather.sh (Default weather app in waybar) edit ~/.config/hypr/scripts/Weather.sh or Weather.py and add your city. Make sure a major city in your Area. Delete rbn folder in ~/.cache and refresh waybar by either pressing SUPER SHIFT W or choose waybar layout SUPER ALT W. If wanted to use Weather.py for weather, edit weather module located in ~/.config/waybar/modules.\
- - some waybars layouts have a separate modules baked into their respective configs (ie Peony, Chrysanthemum, Camelia, etc) and does not get all modules from main waybar modules file. Edit each configs accordingly to your liking (~/.config/waybar/configs)
+ - NOTE!!! some waybars layouts have a separate modules baked into their respective configs (ie Peony, Chrysanthemum, Camelia, etc) and does not get all modules from main waybar modules file. Edit each configs accordingly to your liking (~/.config/waybar/configs)
# Hyprland configurations
- - *Hyprland* configuration files are in `~/.config/hypr/configs` Can view using SUPER E
+ - *Hyprland* configuration files are in `~/.config/hypr/configs` Can view using SUPER E (by default, will be opened with nano. You can edit default editor by editing ~/.config/hypr/scripts/QuickEdit.sh)
- files located in this folder can be edited using editor of your choice.
# notes for nvidia gpu users
@@ -87,8 +87,8 @@
- Follow the wiki - https://wiki.hyprland.org/
- Follow the github - https://github.com/hyprwm/Hyprland
-# If you dont like kitty or in your tty to get the pywal colors, edit ~/.config/kitty/kitty.conf or .zshrc (for zsh)
+# If you dont like kitty or in your tty to get the pywal colors, edit ~/.config/kitty/kitty.conf or .zshrc (for zsh). You can also edit ~/.config/hypr/scripts/PywalSwww.sh . At the bottom of the file, you will see that I have placed a note. I have placed on the readme for the link
# HIDDEN FEATURES!
- - ROFI BEATS or ONLINE Music ( SUPER SHIFT S)
- - EMOTICONS (SUPER ALT E) - useful for chats or messages )
+ - ROFI BEATS or ONLINE Music ( SUPER SHIFT S) (note: you may need to install yt-dlp or youtube-dl)
+ - EMOTICONS (SUPER ALT E) - useful for chats or messages ). Click to copy and CTRL ALT V to paste
diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh
index a4307cb..2a18122 100755
--- a/config/hypr/scripts/PywalSwww.sh
+++ b/config/hypr/scripts/PywalSwww.sh
@@ -28,4 +28,6 @@ done
wal -i $wallpaper_path
# execute pywal skipping tty and terminal
-#wal -i $wallpaper_path -s -t
\ No newline at end of file
+#wal -i $wallpaper_path -s -t
+
+# more info regarding Pywal https://github.com/dylanaraps/pywal/wiki/Getting-Started
\ No newline at end of file
diff --git a/config/waybar/configs/Camellia [Bottom] b/config/waybar/configs/Camellia [Bottom]
index d3e52c5..c335757 100644
--- a/config/waybar/configs/Camellia [Bottom]
+++ b/config/waybar/configs/Camellia [Bottom]
@@ -76,7 +76,7 @@
"clock#cam": {
"interval": 60,
- //"format": "{:%A, %H:%M %p}",
+ //"format": "{:%A, %I:%M %P}",
"format": "{:%A, %H:%M}",
"max-length": 25,
diff --git a/config/waybar/configs/Camellia [TOP] b/config/waybar/configs/Camellia [TOP]
index 59e0bef..dd8c87d 100644
--- a/config/waybar/configs/Camellia [TOP]
+++ b/config/waybar/configs/Camellia [TOP]
@@ -76,7 +76,7 @@
"clock#cam": {
"interval": 60,
- //"format": "{:%A, %H:%M %p}",
+ //"format": "{:%A, %I:%M %P}",
"format": "{:%A, %H:%M}",
"max-length": 25,
diff --git a/config/waybar/configs/Chrysanthemum [Bottom] b/config/waybar/configs/Chrysanthemum [Bottom]
index 3e5afc1..9f1f192 100644
--- a/config/waybar/configs/Chrysanthemum [Bottom]
+++ b/config/waybar/configs/Chrysanthemum [Bottom]
@@ -47,6 +47,7 @@
},
"clock#gar": {
+ //"format": "{:%A, %I:%M %P}",
"format": "{:%a %d | %H:%M}",
"format-alt": "{:%A, %d %B, %Y (%R)}"
},
diff --git a/config/waybar/configs/Chrysanthemum [TOP] b/config/waybar/configs/Chrysanthemum [TOP]
index 598a666..665eec5 100644
--- a/config/waybar/configs/Chrysanthemum [TOP]
+++ b/config/waybar/configs/Chrysanthemum [TOP]
@@ -47,6 +47,7 @@
},
"clock#gar": {
+ //"format": "{:%A, %I:%M %P}",
"format": "{:%a %d | %H:%M}",
"format-alt": "{:%A, %d %B, %Y (%R)}"
},
diff --git a/config/waybar/configs/Gardenia [Bottom] b/config/waybar/configs/Gardenia [Bottom]
index 0adec1c..8e0ce16 100644
--- a/config/waybar/configs/Gardenia [Bottom]
+++ b/config/waybar/configs/Gardenia [Bottom]
@@ -50,7 +50,8 @@
},
"clock#gar": {
- "format": "{:%a %d | %H:%M %p}",
+ //"format": "{:%A, %I:%M %P}",
+ "format": "{:%a %d | %H:%M}",
"format-alt": "{:%A, %d %B, %Y (%R)}"
},
diff --git a/config/waybar/configs/Gardenia [TOP] b/config/waybar/configs/Gardenia [TOP]
index 7cf7120..6eedd78 100644
--- a/config/waybar/configs/Gardenia [TOP]
+++ b/config/waybar/configs/Gardenia [TOP]
@@ -49,7 +49,8 @@
},
"clock#gar": {
- "format": "{:%a %d | %H:%M %p}",
+ //"format": "{:%A, %I:%M %P}",
+ "format": "{:%a %d | %H:%M}",
"format-alt": "{:%A, %d %B, %Y (%R)}"
},
diff --git a/config/waybar/configs/Peony [Bottom] b/config/waybar/configs/Peony [Bottom]
index dd771b1..6e186a7 100644
--- a/config/waybar/configs/Peony [Bottom]
+++ b/config/waybar/configs/Peony [Bottom]
@@ -61,7 +61,7 @@
"clock#peony": {
"interval": 60,
"tooltip-format": "{:%B %Y}\n{calendar}",
- //"format": "{:%B | %a %d, %Y | %H:%M %p}",
+ //"format": "{:%B | %a %d, %Y | %I:%M %p}",
"format": "{:%B | %a %d, %Y | %H:%M}",
"format-alt": "{:%a %b %d, %G}",
},
diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP]
index 1fa751c..66dbc7d 100644
--- a/config/waybar/configs/Peony [TOP]
+++ b/config/waybar/configs/Peony [TOP]
@@ -61,7 +61,7 @@
"clock#peony": {
"interval": 60,
"tooltip-format": "{:%B %Y}\n{calendar}",
- //"format": "{:%B | %a %d, %Y | %H:%M %p}",
+ //"format": "{:%B | %a %d, %Y | %I:%M %p}",
"format": "{:%B | %a %d, %Y | %H:%M}",
"format-alt": "{:%a %b %d, %G}",
},