From 6059d82374c4ea523f6715c338241c30c9b5d1be Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 15:33:56 +0900 Subject: RofiEmoji tweaked, new Rofi-Emoji Configs Tweaked rofi configs and used % instead of px --- config/hypr/scripts/RofiEmoji.sh | 2 +- config/rofi/config-clipboard.rasi | 6 +++--- config/rofi/config-compact.rasi | 12 ++++++++--- config/rofi/config-emoji.rasi | 10 +++++++++ config/rofi/config-long.rasi | 36 +++++--------------------------- config/rofi/config-rofi-Beats.rasi | 2 +- config/rofi/config-search.rasi | 2 +- config/rofi/config-zsh-theme.rasi | 2 +- config/rofi/config.rasi | 3 +-- config/rofi/resolution/1080p/config.rasi | 12 +++++------ config/rofi/resolution/1440p/config.rasi | 3 +-- 11 files changed, 39 insertions(+), 51 deletions(-) create mode 100644 config/rofi/config-emoji.rasi diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index cf6bec55..c92aec87 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -3,7 +3,7 @@ # Rofi Emoticons. Not my own. Cant remember the source sed '1,/^# # DATA # #$/d' $0 | -rofi -i -dmenu -config ~/.config/rofi/config-long.rasi| +rofi -i -dmenu -config ~/.config/rofi/config-emoji.rasi| cut -d ' ' -f 1 | tr -d '\n' | wl-copy exit diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index ddc9a9d0..60d04149 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -1,10 +1,10 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Clipboard Config (long) */ +/* Clipboard Config (long) - Clipboard */ @import "~/.config/rofi/config-long.rasi" /* ---- Entry ---- */ entry { - width: 600px; - placeholder: "CTRL Del - Cliphist del || Alt Del - cliphist wipe"; + width: 45%; + placeholder: "🔎 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe"; } diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index d41fefde..bea90360 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -10,10 +10,15 @@ configuration { /* ---- Window ---- */ window { - width: 500px; + width: 20%; border-radius: 15px; } +/* ---- Inputbar ---- */ +inputbar { + background-image: url("~/.config/rofi/.current_wallpaper", height); +} + /* ---- Imagebox ---- */ imagebox { orientation: vertical; @@ -21,8 +26,9 @@ imagebox { [ "entry", "listview"]; } +/* ---- Entry input ---- */ entry { - width: 400px; + width: 16%; placeholder: " View / Edit Hyprland Configs"; } @@ -32,7 +38,7 @@ listview { lines: 10; spacing: 4px; scrollbar: false; - border-radius: 10px; + border-radius: 12px; } /* ---- Element ---- */ diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi new file mode 100644 index 00000000..53a7ffb7 --- /dev/null +++ b/config/rofi/config-emoji.rasi @@ -0,0 +1,10 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Main Config (long) - emoji */ + +@import "~/.config/rofi/config-long.rasi" + +/* ---- Entry ---- */ +entry { + width: 45%; + placeholder: "🔎 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste"; +} diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 99f35d69..b75d3d5e 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -3,44 +3,18 @@ @import "~/.config/rofi/config.rasi" -/* ---- Configuration ---- */ -configuration { - modi: "drun"; -} - /* ---- Window ---- */ window { - width: 700px; -} - -/* ---- Inputbar ---- */ -inputbar { - children: - ["entry"]; + width: 50%; } +/* ---- Entry ---- */ entry { - placeholder: "🔎 Search"; - width: 600px; + placeholder: "🔎 Search "; } /* ---- Listview ---- */ listview { columns: 1; - lines: 9; - spacing: 4px; - fixed-columns: true; - border-radius: 10px; - scrollbar: false; -} - -/*****----- Message -----*****/ -message { - background-color: transparent; - border-radius: 10px; -} - -textbox { - padding: 6px; - background-color: transparent; -} + lines: 10; +} \ No newline at end of file diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 5f7872f2..efd67033 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -10,5 +10,5 @@ entry { /* ---- Listview ---- */ listview { - lines: 7; + lines: 10; } \ No newline at end of file diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index 149748da..2fc2f475 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -5,7 +5,7 @@ /* ---- Window ---- */ window { - width: 700px; + width: 40%; location: north; } diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index edc7a3ed..ffa8bd14 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -10,7 +10,7 @@ configuration { /* ---- Window ---- */ window { - width: 900px; + width: 40%; border-radius: 15px; } diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index f2353a62..1ed79730 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 1100px; + width: 40%; background-color: #00000099; } @@ -218,7 +218,6 @@ textbox { background-color: @background-alt; text-color: @foreground; vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 12px; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 907c7ad0..55c2f76c 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -1,11 +1,11 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config 1080p */ +/* Main Config 1440p */ /* ---- Configuration ---- */ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 9"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 800px; + width: 40%; background-color: #00000099; } @@ -82,7 +82,7 @@ entry { padding: 10px; border-radius: 12px; background-color: @background-alt; - text-color: @text-selected; + text-color: inherit; cursor: text; placeholder: " Search "; // << Search symbol placeholder-color: inherit; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 95px; + width: 80px; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; text-color: inherit; cursor: inherit; vertical-align: 0.5; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index f2353a62..1ed79730 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 1100px; + width: 40%; background-color: #00000099; } @@ -218,7 +218,6 @@ textbox { background-color: @background-alt; text-color: @foreground; vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 12px; -- cgit v1.2.3 From 053d16b8601f73acde1b7e62ad3407e9d62a32dd Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 15:59:26 +0900 Subject: adjustment on some rofi configs made for 1080p to look better --- config/rofi/config-compact.rasi | 6 +++--- config/rofi/resolution/1080p/config.rasi | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 config/rofi/resolution/1080p/config.rasi diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index bea90360..e35ec79d 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -10,13 +10,13 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 24%; border-radius: 15px; } /* ---- Inputbar ---- */ inputbar { - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); } /* ---- Imagebox ---- */ @@ -28,7 +28,7 @@ imagebox { /* ---- Entry input ---- */ entry { - width: 16%; + width: 18%; placeholder: " View / Edit Hyprland Configs"; } diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi old mode 100644 new mode 100755 index 55c2f76c..d4405819 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -5,7 +5,7 @@ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 9"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 40%; + width: 50%; background-color: #00000099; } @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 80px; + width: 5%; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; text-color: inherit; cursor: inherit; vertical-align: 0.5; -- cgit v1.2.3 From bd0e9001bd063fe45cfd85d796d5e6f1b625a4ac Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 16:00:50 +0900 Subject: last tweak.. I hope for 1080p rofi config lmao --- config/rofi/config-wallpaper.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index bde4e07c..3cfecc41 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -28,7 +28,7 @@ entry { /* ---- Listview ---- */ listview { columns: 4; - lines: 4; + lines: 3; } /* ---- Element ---- */ -- cgit v1.2.3 From 16c0bdbe56a5ac1df2a4f19f2317f73093dc68c0 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 4 May 2024 17:00:43 +0900 Subject: Update copy.sh Remove swaylock folder in the backup folder function --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 4bb1c521..697fc6db 100755 --- a/copy.sh +++ b/copy.sh @@ -209,7 +209,7 @@ get_backup_dirname() { echo "back-up_${timestamp}" } -for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync swaylock wal waybar wlogout; do +for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync wal waybar wlogout; do DIRPATH=~/.config/"$DIR" if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." -- cgit v1.2.3 From 30e159abfb5001f7b5ca71350b51ca804770ff51 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 4 May 2024 17:02:51 +0900 Subject: Update README.md Updated readme for removal of swaylock folder to be backed up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff42ae5..7d75dab4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/4bebe592-ca43-4962-9b5 - [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) > [!Note] > The auto copy script will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup! -- ~/.config (btop cava hypr kitty rofi swappy swaylock swaync waybar wlogout) - These are folders to be copied. +- ~/.config (btop cava hypr kitty rofi swappy swaync waybar wlogout) - These are folders to be copied. - ~/Pictures/wallpapers - Will be backed up - clone this repo by using git. Change directory, make executable and run the script ```bash -- cgit v1.2.3 From dc0ca9bec85ce0a3ddd5e4cb17970147d444b2f9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 19:32:49 +0900 Subject: Updated Swaync light theme mode; Deleted swaylock folder as not gonna use anymore; updated default v2 waybar configs, updated Chroma Tally waybar css --- config/swaylock/config | 59 --------------------------- config/swaync/style.css | 20 ++++----- config/waybar/configs/[TOP] Default Laptop_v2 | 9 ++-- config/waybar/configs/[TOP] Default_v2 | 5 ++- config/waybar/style/[Pywal] Chroma Tally.css | 52 +++++++++++------------ 5 files changed, 44 insertions(+), 101 deletions(-) delete mode 100644 config/swaylock/config diff --git a/config/swaylock/config b/config/swaylock/config deleted file mode 100644 index 53e0b0ab..00000000 --- a/config/swaylock/config +++ /dev/null @@ -1,59 +0,0 @@ -daemonize -show-failed-attempts -clock - -# AM/PM formats (American Format) -#datestr=%a, %B %e -#timestr=%I:%M %p - -#24 HRS clock format and standard Europe Date Format -timestr=%H:%M:%S -datestr=%d %B, %a - -# Add current display as background -#screenshots - -# Add an image as a background. You need to disable screenshots above -image=$HOME/.config/rofi/.current_wallpaper - -# Effect for background -# NOTE: if you choose image as wallpaper, you may want to comment (#) these effects -# effect-blur=9x5 -# effect-vignette=0.5:0.5 -effect-greyscale -# effect-pixelate=5 - -color=1f1d2e80 -font="Fira Code Medium" -indicator -indicator-radius=200 -indicator-thickness=20 - -text-color=e0def4 -text-caps-lock-color=ffffff -inside-color=000000 -line-color=1f1d2e -ring-color=191724 -separator-color=00000000 -text-ver-color=ffffff -inside-ver-color=000000 -line-ver-color=0000ff -ring-ver-color=2777ff -text-wrong-color=ff0000 -inside-wrong-color=000000 -line-wrong-color=000000 -ring-wrong-color=ff8000 -text-clear-color=000000 -inside-clear-color=ffffff -line-clear-color=00ff00 -ring-clear-color=0ffff0 -key-hl-color=ff0000 -bs-hl-color=ffffff - -grace=1 -grace-no-mouse -grace-no-touch -fade-in=0.2 -ignore-empty-password - - diff --git a/config/swaync/style.css b/config/swaync/style.css index 728e2157..db5a3b78 100644 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -3,16 +3,16 @@ @import '../../.cache/wal/colors-waybar.css'; @define-color noti-border-color @color2; -@define-color noti-bg rgba(0, 0, 0, 0.8); -@define-color noti-bg-alt #111111; +@define-color noti-bg rgba(255, 255, 255, 0.9); +@define-color noti-bg-alt #F0F0F0; @define-color noti-bg-hover @color2; -@define-color text-color @color2; -@define-color text-color-alt @color7; +@define-color text-color @color7; +@define-color text-color-alt @color2; @define-color text-color-disabled rgba(150, 150, 150, 0.8); * { - font-family: FiraCode; - font-weight: Bolder; + font-family: "JetBrains Mono Nerd Font"; + font-weight: bold; } .control-center .notification-row:focus, @@ -36,7 +36,7 @@ background: @noti-bg; padding: 3px 10px 3px 6px; border-radius: 10px; - border: 2px solid @noti-border-color; + border: 1px solid @noti-border-color; margin: 0px; } @@ -136,7 +136,7 @@ .summary { font-size: 1rem; - font-weight: 200; + font-weight: bold; background: transparent; color: @text-color-alt; text-shadow: none @@ -144,7 +144,7 @@ .time { font-size: 1rem; - font-weight: 200; + font-weight: bold; background: transparent; color: @text-color; text-shadow: none; @@ -153,7 +153,7 @@ .body { font-size: 1rem; - font-weight: 200; + font-weight: bold; background: transparent; color: @text-color; text-shadow: none diff --git a/config/waybar/configs/[TOP] Default Laptop_v2 b/config/waybar/configs/[TOP] Default Laptop_v2 index d60189d0..31f3d6e5 100644 --- a/config/waybar/configs/[TOP] Default Laptop_v2 +++ b/config/waybar/configs/[TOP] Default Laptop_v2 @@ -17,11 +17,11 @@ "modules-left": [ "custom/menu", + "custom/light_dark", "custom/separator#dot-line", - "clock", "group/motherboard", - "custom/separator#blank" - "group/laptop" + "custom/separator#blank", + "group/laptop", "custom/separator#line", "custom/weather", ], @@ -29,7 +29,8 @@ "modules-center": [ "custom/swaync", "custom/cava_mviz", - "custom/light_dark", + "custom/separator#dot-line", + "clock", "custom/separator#line", "hyprland/workspaces#roman", "custom/separator#line", diff --git a/config/waybar/configs/[TOP] Default_v2 b/config/waybar/configs/[TOP] Default_v2 index f865f22a..0b4c90d8 100644 --- a/config/waybar/configs/[TOP] Default_v2 +++ b/config/waybar/configs/[TOP] Default_v2 @@ -17,8 +17,8 @@ "modules-left": [ "custom/menu", + "custom/light_dark", "custom/separator#dot-line", - "clock", "group/motherboard", "custom/separator#line", "custom/weather", @@ -27,7 +27,8 @@ "modules-center": [ "custom/swaync", "custom/cava_mviz", - "custom/light_dark", + "custom/separator#dot-line", + "clock", "custom/separator#line", "hyprland/workspaces#roman", "custom/separator#line", diff --git a/config/waybar/style/[Pywal] Chroma Tally.css b/config/waybar/style/[Pywal] Chroma Tally.css index 5b080a52..41a15f32 100644 --- a/config/waybar/style/[Pywal] Chroma Tally.css +++ b/config/waybar/style/[Pywal] Chroma Tally.css @@ -22,43 +22,43 @@ window#waybar { } #workspaces { - background: #0F1419; - padding: 0px 1px; - border-radius: 15px; - border: 0px; - font-style: normal; - color: #0F1419; + background: #0F1419; + padding: 0px 1px; + border-radius: 15px; + border: 0px; + font-style: normal; + color: #0F1419; } #taskbar button, #workspaces button { - padding: 0px 5px; - border-radius: 15px; - border: 0px; - color: #0F1419; - background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); - opacity: 0.5; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + padding: 0px 5px; + border-radius: 15px; + border: 0px; + color: #0F1419; + background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); + opacity: 0.5; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button.active, #workspaces button.active { - padding: 0px 5px; - border-radius: 15px; - border: 0px; - color: #0F1419; - background: linear-gradient(45deg, #59C2FF, #D2A6FF); - opacity: 1.0; - min-width: 40px; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + padding: 0px 5px; + border-radius: 15px; + border: 0px; + color: #0F1419; + background: linear-gradient(45deg, #59C2FF, #D2A6FF); + opacity: 1.0; + min-width: 40px; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { - border-radius: 15px; - color: #0F1419; - background: linear-gradient(45deg, #59C2FF, #D2A6FF); - opacity: 0.8; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + border-radius: 15px; + color: #0F1419; + background: linear-gradient(45deg, #59C2FF, #D2A6FF); + opacity: 0.8; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } -- cgit v1.2.3 From df9a357d0a657839c5ba49bedcdd662c9d2baede Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 20:37:38 +0900 Subject: updated swaync folder --- config/swaync/config.json | 0 config/swaync/icons/backup.png | Bin config/swaync/icons/battery-quarter-solid.svg | 0 config/swaync/icons/battery-status.png | Bin config/swaync/icons/brightness-100.png | Bin config/swaync/icons/brightness-20.png | Bin config/swaync/icons/brightness-40.png | Bin config/swaync/icons/brightness-60.png | Bin config/swaync/icons/brightness-80.png | Bin config/swaync/icons/dropper.png | Bin config/swaync/icons/microphone-mute.png | Bin config/swaync/icons/microphone.png | Bin config/swaync/icons/music.png | Bin config/swaync/icons/palette.png | Bin config/swaync/icons/picture.png | Bin config/swaync/icons/timer.png | Bin config/swaync/icons/uptime.png | Bin config/swaync/icons/volume-high.png | Bin config/swaync/icons/volume-low.png | Bin config/swaync/icons/volume-mid.png | Bin config/swaync/icons/volume-mute.png | Bin config/swaync/icons/vpn.png | Bin config/swaync/images/bell.png | Bin config/swaync/style.css | 4 ++-- 24 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 config/swaync/config.json mode change 100644 => 100755 config/swaync/icons/backup.png mode change 100644 => 100755 config/swaync/icons/battery-quarter-solid.svg mode change 100644 => 100755 config/swaync/icons/battery-status.png mode change 100644 => 100755 config/swaync/icons/brightness-100.png mode change 100644 => 100755 config/swaync/icons/brightness-20.png mode change 100644 => 100755 config/swaync/icons/brightness-40.png mode change 100644 => 100755 config/swaync/icons/brightness-60.png mode change 100644 => 100755 config/swaync/icons/brightness-80.png mode change 100644 => 100755 config/swaync/icons/dropper.png mode change 100644 => 100755 config/swaync/icons/microphone-mute.png mode change 100644 => 100755 config/swaync/icons/microphone.png mode change 100644 => 100755 config/swaync/icons/music.png mode change 100644 => 100755 config/swaync/icons/palette.png mode change 100644 => 100755 config/swaync/icons/picture.png mode change 100644 => 100755 config/swaync/icons/timer.png mode change 100644 => 100755 config/swaync/icons/uptime.png mode change 100644 => 100755 config/swaync/icons/volume-high.png mode change 100644 => 100755 config/swaync/icons/volume-low.png mode change 100644 => 100755 config/swaync/icons/volume-mid.png mode change 100644 => 100755 config/swaync/icons/volume-mute.png mode change 100644 => 100755 config/swaync/icons/vpn.png mode change 100644 => 100755 config/swaync/images/bell.png mode change 100644 => 100755 config/swaync/style.css diff --git a/config/swaync/config.json b/config/swaync/config.json old mode 100644 new mode 100755 diff --git a/config/swaync/icons/backup.png b/config/swaync/icons/backup.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/battery-quarter-solid.svg b/config/swaync/icons/battery-quarter-solid.svg old mode 100644 new mode 100755 diff --git a/config/swaync/icons/battery-status.png b/config/swaync/icons/battery-status.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-100.png b/config/swaync/icons/brightness-100.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-20.png b/config/swaync/icons/brightness-20.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-40.png b/config/swaync/icons/brightness-40.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-60.png b/config/swaync/icons/brightness-60.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-80.png b/config/swaync/icons/brightness-80.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/dropper.png b/config/swaync/icons/dropper.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/microphone-mute.png b/config/swaync/icons/microphone-mute.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/microphone.png b/config/swaync/icons/microphone.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/music.png b/config/swaync/icons/music.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/palette.png b/config/swaync/icons/palette.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/picture.png b/config/swaync/icons/picture.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/timer.png b/config/swaync/icons/timer.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/uptime.png b/config/swaync/icons/uptime.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/volume-high.png b/config/swaync/icons/volume-high.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/volume-low.png b/config/swaync/icons/volume-low.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/volume-mid.png b/config/swaync/icons/volume-mid.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/volume-mute.png b/config/swaync/icons/volume-mute.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/vpn.png b/config/swaync/icons/vpn.png old mode 100644 new mode 100755 diff --git a/config/swaync/images/bell.png b/config/swaync/images/bell.png old mode 100644 new mode 100755 diff --git a/config/swaync/style.css b/config/swaync/style.css old mode 100644 new mode 100755 index db5a3b78..da3746c9 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -3,8 +3,8 @@ @import '../../.cache/wal/colors-waybar.css'; @define-color noti-border-color @color2; -@define-color noti-bg rgba(255, 255, 255, 0.9); -@define-color noti-bg-alt #F0F0F0; +@define-color noti-bg rgba(0, 0, 0, 0.8); +@define-color noti-bg-alt #111111; @define-color noti-bg-hover @color2; @define-color text-color @color7; @define-color text-color-alt @color2; -- cgit v1.2.3 From 6b77da3e3e66312cf9e4b60ac072a20a13f09706 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 21:40:31 +0900 Subject: updated WindowsRules.conf --- config/hypr/UserConfigs/WindowRules.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 38d41222..68de90e4 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -40,6 +40,9 @@ windowrulev2 = float, class:([Tt]hunar), title:(File Operation Progress) windowrulev2 = float, class:([Tt]hunar), title:(Confirm to replace files) windowrulev2 = float, class:(xdg-desktop-portal-gtk) windowrulev2 = float, class:(org.gnome.Calculator), title:(Calculator) +windowrulev2 = float, class:(codium), title:(Add Folder to Workspace) +windowrulev2 = float, class:(codium-url-handler), title:(Add Folder to Workspace) +windowrulev2 = float, class:(VSCodium), title:(Add Folder to Workspace) #opacity (transparent) #enable as desired windowrulev2 = opacity 0.9 0.6, class:^([Rr]ofi)$ -- cgit v1.2.3 From 376968f5d3ea2251a19c27716b020bf135db9b9b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 23:44:23 +0900 Subject: Final tweak before pushing to main (I hope so), Rofi.rasi 1080p made as default. New default wallpaper --- config/hypr/initial-boot.sh | 2 +- config/rofi/config.rasi | 15 ++++++++------- config/rofi/resolution/1080p/config.rasi | 2 +- copy.sh | 4 ++-- wallpapers/Anime-girl.jpg | Bin 4562339 -> 0 bytes wallpapers/Lofi-Urban-Nightscape.png | Bin 0 -> 13754390 bytes 6 files changed, 12 insertions(+), 11 deletions(-) mode change 100644 => 100755 config/rofi/config.rasi delete mode 100644 wallpapers/Anime-girl.jpg create mode 100644 wallpapers/Lofi-Urban-Nightscape.png diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 7810ad5f..f5fe66d7 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -7,7 +7,7 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts -wallpaper=$HOME/Pictures/wallpapers/Anime-Landscape2.png +wallpaper=$HOME/Pictures/wallpapers/Lofi-Urban-Nightscape.png waybar_style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css" kvantum_theme="Catppuccin-Mocha" diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi old mode 100644 new mode 100755 index 1ed79730..5a161f29 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,11 +1,11 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config 1440p */ +/* Main Config 1080p */ /* ---- Configuration ---- */ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 13"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 40%; + width: 50%; background-color: #00000099; } @@ -82,7 +82,7 @@ entry { padding: 10px; border-radius: 12px; background-color: @background-alt; - text-color: @text-selected; + text-color: inherit; cursor: text; placeholder: " Search "; // << Search symbol placeholder-color: inherit; @@ -101,7 +101,7 @@ listbox { listview { enabled: true; columns: 2; - lines: 8; + lines: 6; cycle: true; dynamic: true; scrollbar: false; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 110px; + width: 5%; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 16"; + font: "Fira Code SemiBold 14"; text-color: inherit; cursor: inherit; vertical-align: 0.5; @@ -218,6 +218,7 @@ textbox { background-color: @background-alt; text-color: @foreground; vertical-align: 0.5; + horizontal-align: 0.0; } error-message { padding: 12px; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index d4405819..5a161f29 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config 1440p */ +/* Main Config 1080p */ /* ---- Configuration ---- */ diff --git a/copy.sh b/copy.sh index 697fc6db..2e94494c 100755 --- a/copy.sh +++ b/copy.sh @@ -3,7 +3,7 @@ clear -wallpaper=$HOME/Pictures/wallpapers/Anime-Landscape2.png +wallpaper=$HOME/Pictures/wallpapers/Lofi-Urban-Nightscape.png Waybar_Style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css" # Check if running as root. If root, script will exit @@ -259,7 +259,7 @@ else rm -r "$HOME/.config/waybar/configs/[TOP] Default_v2" 2>&1 | tee -a "$LOG" fi -printf "\n%.0s" {1..3} +printf "\n%.0s" {1..2} # additional wallpapers echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" diff --git a/wallpapers/Anime-girl.jpg b/wallpapers/Anime-girl.jpg deleted file mode 100644 index 092fe7c2..00000000 Binary files a/wallpapers/Anime-girl.jpg and /dev/null differ diff --git a/wallpapers/Lofi-Urban-Nightscape.png b/wallpapers/Lofi-Urban-Nightscape.png new file mode 100644 index 00000000..42dc718f Binary files /dev/null and b/wallpapers/Lofi-Urban-Nightscape.png differ -- cgit v1.2.3