diff --git a/README.md b/README.md index d7e53d9..759e5e3 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/4c98fa74-0190-4a1d-96d - [v2-Changes](https://youtu.be/yaVurRoXc-s) +### 📽️ A video coverage by other users. Pls watch and subscribe to their channel +- [`Link`](https://github.com/JaKooLit/Hyprland-Dots/wiki/8.-Videos-and-Reviews) + ## ✨ Copying instructions. - 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! @@ -62,6 +65,9 @@ chmod +x release.sh + More info [HERE](https://github.com/JaKooLit/Hyprland-Dots/wiki/2.-Installations-&-Copying-dots) +### 🛎️ a small note on wallpapers +- by default, only few wallpapers will be copied (1 each dark and light plus 2 more). You will be offered to download more wallpapers. You can preview/check the additional wallpapers on [`THIS`](https://github.com/JaKooLit/Wallpaper-Bank/tree/main/wallpapers) Link + ### ⚠️⚠️⚠️ A MUST! after copying these dots @@ -74,6 +80,7 @@ chmod +x release.sh ### 📖 Known issues and possible solutions - check out this page [FAQ](https://github.com/JaKooLit/Hyprland-Dots/wiki/4.-FAQ) and [UNSOLVED ISSUES](https://github.com/JaKooLit/Hyprland-Dots/wiki/6.-Known-Issues) + ### 🙋 QUESTIONS ?!?! ⁉️ - FAQ! Yes you can use these dotfiles to other distro! Just ensure to install proper packages first! If it makes you feel better, I use same config on my Gentoo and NixOS :) - QUICK HINT! Click the HINT! Waybar module (note only available in Waybar default and Simple-L [TOP] layout). Can be launched by Keybind SUPER H diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 5873427..e20c4cc 100755 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -70,7 +70,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#7F8153" + frame_color = "#3C27C7" # Define a color for the separator. # possible values are: @@ -282,24 +282,24 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 2 # Icon for notifications with low urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png [urgency_normal] background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png [urgency_critical] background = "#00000080" - foreground = "#FFFFFF90" - frame_color = "#7F8153" + foreground = "#fafafa" + frame_color = "#3C27C7" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable icon = $HOME/.config/dunst/images/bell.png diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index fe3ad2a..b40eba6 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -97,7 +97,7 @@ input { kb_rules= repeat_rate=50 repeat_delay=300 - numlock_by_default=0 + numlock_by_default=1 left_handed=0 follow_mouse=1 float_switch_override_focus=0 diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index fc75bf7..2072e1b 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -47,10 +47,10 @@ notify_user "$next_mode" # Change background for dunst if [ "$next_mode" = "dark" ]; then sed -i '/background = /s/.*/ background = "#00000080"/' "${dunst_config}/dunstrc" - sed -i '/foreground = /s/.*/ foreground = "#FFFFFF90"/' "${dunst_config}/dunstrc" + sed -i '/foreground = /s/.*/ foreground = "#fafafa"/' "${dunst_config}/dunstrc" else sed -i '/background = /s/.*/ background = "#FFFFFF80"/' "${dunst_config}/dunstrc" - sed -i '/foreground = /s/.*/ foreground = "#00000090"/' "${dunst_config}/dunstrc" + sed -i '/foreground = /s/.*/ foreground = "#00000095"/' "${dunst_config}/dunstrc" fi # Symlink for rofi theme diff --git a/config/hypr/v2.1.12 b/config/hypr/v2.1.13 similarity index 100% rename from config/hypr/v2.1.12 rename to config/hypr/v2.1.13 diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 15300a7..308ff85 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,11 +46,11 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index a1f33e6..28f6786 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config (long) */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + /*height: 500px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,8 +38,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } @@ -44,11 +46,11 @@ window { mainbox { enabled: true; orientation: vertical; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -74,7 +76,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 6px; border-radius: 10px; border-color: @foreground; background-color: @background; @@ -104,15 +106,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index ae1ee00..520c09d 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -18,13 +18,15 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 280px; + /*height: 500px;*/ + x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; - border: 2px; - border-radius: 15px; + border: 3px; + border-radius: 10px; border-color: @active-background; cursor: "default"; background-color: @background-color; @@ -47,7 +49,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px; + padding: 5px; background-color: transparent; orientation: horizontal; children: ["prompt"]; @@ -56,9 +58,9 @@ inputbar { prompt { enabled: true; /*padding: 10px;*/ - border-radius: 15px; + border-radius: 10px; border-color: @foreground; - background-color: @background-color; + background-color: @background; text-color: @foreground; cursor: text; @@ -68,7 +70,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; @@ -87,14 +89,14 @@ listview { /* ---- Elements ---- */ element { enabled: true; - padding: 10px; - border-radius: 30px; + padding: 30px 40px 30px 40px; + border-radius: 20px; background-color: transparent; text-color: @foreground; cursor: pointer; } element-text { - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 16"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 17bf54a..8619b67 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -46,11 +47,11 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 5b17e06..da47e90 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -46,11 +47,11 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -81,7 +82,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @background; @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 08ab350..5d94a26 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,26 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { - background-color: transparent; + background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -77,7 +79,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @backrgound90; @@ -106,8 +108,8 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; + columns: 2; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -115,9 +117,10 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index fb01213..d35d3a1 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,18 +38,18 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } @@ -54,7 +57,6 @@ mainbox { imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -77,10 +79,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @backrgound90; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; @@ -106,18 +108,19 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; - spacing: 4px; - dynamic: true; - cycle: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: false; - background-color: transparent; - border-radius: 10px; + columns: 2; + lines: 8; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: true; + background-color: transparent; + border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 3201441..8430cc8 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (main) - mine */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,25 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 14px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; - border-radius: 10px; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox" ]; + border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy", "mode-switcher" ]; + /*children: [ "inputbar"];*/ } /* ---- Listbox ---- */ @@ -63,7 +64,8 @@ listbox { spacing: 4px; orientation: vertical; children: [ "listview" ]; - border-radius: 10px; + padding: 10px; + border-radius: 12px; border: 1px; border-color: @active-background; background-color: @background; @@ -79,17 +81,17 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 10px; - border-radius: 10px; + border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -98,6 +100,7 @@ textbox-prompt-colon { entry { enabled: true; + padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; placeholder: "Search"; @@ -114,8 +117,8 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; + padding: 2px 24px 2px 24px; + border-radius: 12px; background-color: @background; text-color: inherit; cursor: pointer; @@ -134,9 +137,10 @@ button selected { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 9; - spacing: 4px; + columns: 2; + lines: 6; + spacing: 5px; + padding: 6px; dynamic: true; cycle: true; scrollbar: false; @@ -145,7 +149,8 @@ listview { fixed-height: true; fixed-columns: false; background-color: transparent; - border-radius: 10px; + border-radius: 12px; + border: 0px; } /* ---- Element ---- */ @@ -155,7 +160,7 @@ element { margin: 2px; cursor: pointer; background-color: transparent; - border-radius: 10px; + border-radius: 12px; border: 0px; } @@ -216,25 +221,25 @@ element-text { text-color: inherit; cursor: inherit; vertical-align: 0.5; - horizontal-align: 0.0; + horizontal-align: 0; } /*****----- Message -----*****/ message { background-color: @background; margin: 20px 0px 0px 0px; - border-radius: 10px; + border-radius: 12px; } textbox { - padding: 15px; + padding: 10px; background-color: @background; text-color: @foreground; } error-message { padding: 15px; - border-radius: 20px; + border-radius: 12px; background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index 15300a7..308ff85 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,11 +46,11 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi index a1f33e6..28f6786 100644 --- a/config/rofi/resolution/1080p/config-long.rasi +++ b/config/rofi/resolution/1080p/config-long.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config (long) */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + /*height: 500px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,8 +38,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } @@ -44,11 +46,11 @@ window { mainbox { enabled: true; orientation: vertical; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -74,7 +76,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 6px; border-radius: 10px; border-color: @foreground; background-color: @background; @@ -104,15 +106,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi index ae1ee00..520c09d 100644 --- a/config/rofi/resolution/1080p/config-powermenu.rasi +++ b/config/rofi/resolution/1080p/config-powermenu.rasi @@ -18,13 +18,15 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 280px; + /*height: 500px;*/ + x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; - border: 2px; - border-radius: 15px; + border: 3px; + border-radius: 10px; border-color: @active-background; cursor: "default"; background-color: @background-color; @@ -47,7 +49,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px; + padding: 5px; background-color: transparent; orientation: horizontal; children: ["prompt"]; @@ -56,9 +58,9 @@ inputbar { prompt { enabled: true; /*padding: 10px;*/ - border-radius: 15px; + border-radius: 10px; border-color: @foreground; - background-color: @background-color; + background-color: @background; text-color: @foreground; cursor: text; @@ -68,7 +70,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; @@ -87,14 +89,14 @@ listview { /* ---- Elements ---- */ element { enabled: true; - padding: 10px; - border-radius: 30px; + padding: 30px 40px 30px 40px; + border-radius: 20px; background-color: transparent; text-color: @foreground; cursor: pointer; } element-text { - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 16"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi index 17bf54a..8619b67 100644 --- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -46,11 +47,11 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index 5b17e06..da47e90 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -46,11 +47,11 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -81,7 +82,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @background; @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi index 08ab350..5d94a26 100644 --- a/config/rofi/resolution/1080p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,26 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { - background-color: transparent; + background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -77,7 +79,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @backrgound90; @@ -106,8 +108,8 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; + columns: 2; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -115,9 +117,10 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi index fb01213..d35d3a1 100644 --- a/config/rofi/resolution/1080p/config-waybar-style.rasi +++ b/config/rofi/resolution/1080p/config-waybar-style.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,18 +38,18 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } @@ -54,7 +57,6 @@ mainbox { imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -77,10 +79,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @backrgound90; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; @@ -106,18 +108,19 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; - spacing: 4px; - dynamic: true; - cycle: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: false; - background-color: transparent; - border-radius: 10px; + columns: 2; + lines: 8; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: true; + background-color: transparent; + border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 3201441..8430cc8 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (main) - mine */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,25 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 14px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; - border-radius: 10px; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox" ]; + border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy", "mode-switcher" ]; + /*children: [ "inputbar"];*/ } /* ---- Listbox ---- */ @@ -63,7 +64,8 @@ listbox { spacing: 4px; orientation: vertical; children: [ "listview" ]; - border-radius: 10px; + padding: 10px; + border-radius: 12px; border: 1px; border-color: @active-background; background-color: @background; @@ -79,17 +81,17 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 10px; - border-radius: 10px; + border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -98,6 +100,7 @@ textbox-prompt-colon { entry { enabled: true; + padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; placeholder: "Search"; @@ -114,8 +117,8 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; + padding: 2px 24px 2px 24px; + border-radius: 12px; background-color: @background; text-color: inherit; cursor: pointer; @@ -134,9 +137,10 @@ button selected { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 9; - spacing: 4px; + columns: 2; + lines: 6; + spacing: 5px; + padding: 6px; dynamic: true; cycle: true; scrollbar: false; @@ -145,7 +149,8 @@ listview { fixed-height: true; fixed-columns: false; background-color: transparent; - border-radius: 10px; + border-radius: 12px; + border: 0px; } /* ---- Element ---- */ @@ -155,7 +160,7 @@ element { margin: 2px; cursor: pointer; background-color: transparent; - border-radius: 10px; + border-radius: 12px; border: 0px; } @@ -216,25 +221,25 @@ element-text { text-color: inherit; cursor: inherit; vertical-align: 0.5; - horizontal-align: 0.0; + horizontal-align: 0; } /*****----- Message -----*****/ message { background-color: @background; margin: 20px 0px 0px 0px; - border-radius: 10px; + border-radius: 12px; } textbox { - padding: 15px; + padding: 10px; background-color: @background; text-color: @foreground; } error-message { padding: 15px; - border-radius: 20px; + border-radius: 12px; background-color: @background; text-color: @foreground; } diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index 8ec0cf7..0dd5fe5 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,7 +46,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi index a6373e8..5453ceb 100644 --- a/config/rofi/resolution/1440p/config-long.rasi +++ b/config/rofi/resolution/1440p/config-long.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config (long) */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + /*height: 500px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,8 +38,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } @@ -44,7 +46,7 @@ window { mainbox { enabled: true; orientation: vertical; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; @@ -74,7 +76,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 6px; border-radius: 10px; border-color: @foreground; background-color: @background; @@ -104,15 +106,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi index ae1ee00..b032dc5 100644 --- a/config/rofi/resolution/1440p/config-powermenu.rasi +++ b/config/rofi/resolution/1440p/config-powermenu.rasi @@ -18,13 +18,15 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 300px; + /*height: 500px;*/ + x-offset: -10px; +/* Debian/Ubuntu users use this offset */ +/* x-offset: -130px; */ y-offset: 0px; padding: 0px; - border: 2px; - border-radius: 15px; + border: 3px; + border-radius: 10px; border-color: @active-background; cursor: "default"; background-color: @background-color; @@ -47,7 +49,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px; + padding: 5px; background-color: transparent; orientation: horizontal; children: ["prompt"]; @@ -56,9 +58,9 @@ inputbar { prompt { enabled: true; /*padding: 10px;*/ - border-radius: 15px; + border-radius: 10px; border-color: @foreground; - background-color: @background-color; + background-color: @background; text-color: @foreground; cursor: text; @@ -68,7 +70,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; @@ -87,14 +89,14 @@ listview { /* ---- Elements ---- */ element { enabled: true; - padding: 10px; - border-radius: 30px; + padding: 30px 40px 30px 40px; + border-radius: 20px; background-color: transparent; text-color: @foreground; cursor: pointer; } element-text { - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 18"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index 5c6e31b..521875f 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -46,7 +47,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi index b95e46d..ef28039 100644 --- a/config/rofi/resolution/1440p/config-wallpaper.rasi +++ b/config/rofi/resolution/1440p/config-wallpaper.rasi @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -16,7 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; - fake-transparency: true; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,8 +38,8 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } @@ -46,7 +47,7 @@ window { mainbox { enabled: true; orientation: horizontal; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; @@ -81,7 +82,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @background; diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi index 1b9a759..8c51c0c 100644 --- a/config/rofi/resolution/1440p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,26 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { - background-color: transparent; + background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -77,7 +79,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; background-color: @backrgound90; @@ -106,8 +108,8 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; + columns: 2; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -115,9 +117,10 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi index e419ab1..cd73cfe 100644 --- a/config/rofi/resolution/1440p/config-waybar-style.rasi +++ b/config/rofi/resolution/1440p/config-waybar-style.rasi @@ -1,5 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* config - Waybar */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; @@ -7,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + /*height: 800px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -35,18 +38,18 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "imagebox", "listbox" ]; + orientation: vertical; + padding: 8px; + background-image: url("~/.config/rofi/.current_wallpaper", width); + children: [ "inputbar", "listbox"]; border-radius: 12px; } @@ -54,7 +57,6 @@ mainbox { imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy"]; } /* ---- Listbox ---- */ @@ -77,10 +79,10 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 15px; + padding: 8px; border-radius: 10px; border-color: @foreground; - background-color: @background; + background-color: @backrgound90; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; @@ -106,18 +108,19 @@ entry { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 16; - spacing: 4px; - dynamic: true; - cycle: true; - scrollbar: true; - layout: vertical; - reverse: false; - fixed-height: true; - fixed-columns: false; - background-color: transparent; - border-radius: 10px; + columns: 2; + lines: 8; + spacing: 4px; + dynamic: true; + cycle: true; + scrollbar: true; + layout: vertical; + reverse: false; + fixed-height: true; + fixed-columns: true; + background-color: transparent; + border-radius: 10px; + border: 0px; } /* ---- Element ---- */ diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 86492df..dca52fd 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (main) - mine */ +/* Main Config (main) */ /* ---- Configuration ---- */ configuration { @@ -8,7 +8,7 @@ configuration { show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -37,25 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 14px; + orientation: vertical; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); - children: [ "imagebox", "listbox" ]; - border-radius: 10px; + children: [ "inputbar", "listbox" ]; + border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy", "mode-switcher" ]; + /*children: [ "inputbar"];*/ } /* ---- Listbox ---- */ @@ -63,7 +64,8 @@ listbox { spacing: 4px; orientation: vertical; children: [ "listview" ]; - border-radius: 10px; + padding: 10px; + border-radius: 12px; border: 1px; border-color: @active-background; background-color: @background; @@ -79,17 +81,17 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 10px; - border-radius: 10px; + border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -98,6 +100,7 @@ textbox-prompt-colon { entry { enabled: true; + padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; placeholder: "Search"; @@ -114,8 +117,8 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; + padding: 2px 24px 2px 24px; + border-radius: 12px; background-color: @background; text-color: inherit; cursor: pointer; @@ -134,9 +137,10 @@ button selected { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 9; - spacing: 4px; + columns: 2; + lines: 6; + spacing: 5px; + padding: 6px; dynamic: true; cycle: true; scrollbar: false; @@ -145,7 +149,8 @@ listview { fixed-height: true; fixed-columns: false; background-color: transparent; - border-radius: 10px; + border-radius: 12px; + border: 0px; } /* ---- Element ---- */ @@ -155,7 +160,7 @@ element { margin: 2px; cursor: pointer; background-color: transparent; - border-radius: 10px; + border-radius: 12px; border: 0px; } @@ -216,25 +221,25 @@ element-text { text-color: inherit; cursor: inherit; vertical-align: 0.5; - horizontal-align: 0.0; + horizontal-align: 0; } /*****----- Message -----*****/ message { background-color: @background; margin: 20px 0px 0px 0px; - border-radius: 10px; + border-radius: 12px; } textbox { - padding: 15px; + padding: 10px; background-color: @background; text-color: @foreground; } error-message { padding: 15px; - border-radius: 20px; + border-radius: 12px; background-color: @background; text-color: @foreground; } diff --git a/config/swaylock/config b/config/swaylock/config index 985bd1a..03f5f81 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,10 +1,7 @@ -## Swaylock-effects config - -ignore-empty-password -font="Fira Sans Semibold" - -# clock choose between AM/PM or 24H +daemonize +show-failed-attempts clock + # AM/PM formats (American Format) #datestr=%a, %B %e #timestr=%I:%M %p @@ -14,55 +11,47 @@ timestr=%H:%M:%S datestr=%d %B, %a # Add current display as background -# screenshots +#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=5x4 -# effect-greyscale +# effect-blur=9x5 +# effect-vignette=0.5:0.5 +effect-greyscale # effect-pixelate=5 -# effect-vignette 0:1 -# Fade in time (secs) -fade-in=0.5 - -# Show/Hide indicator circle +color=1f1d2e80 +font="Inter" indicator - -# indicator (higher number means bigger clock) indicator-radius=200 - indicator-thickness=20 -indicator-caps-lock - -# colors -bs-hl-color=31748f -inside-color=323232 +line-color=1f1d2e +ring-color=191724 +inside-color=1f1d2e key-hl-color=eb6f92 -line-color=4f4f4f -ring-color=4f4f4f separator-color=00000000 text-color=e0def4 - -inside-ver-color=1f1d2e +text-caps-lock-color="" line-ver-color=eb6f92 ring-ver-color=eb6f92 +inside-ver-color=1f1d2e text-ver-color=e0def4 - -inside-wrong-color=1f1d2e -line-wrong-color=1f1d2e ring-wrong-color=31748f text-wrong-color=31748f - +inside-wrong-color=1f1d2e inside-clear-color=1f1d2e -line-clear-color=1f1d2e -ring-clear-color=9ccfd8 text-clear-color=e0def4 +ring-clear-color=9ccfd8 +line-clear-color=1f1d2e +line-wrong-color=1f1d2e +bs-hl-color=31748f +grace=1 +grace-no-mouse +grace-no-touch +fade-in=0.2 +ignore-empty-password + -caps-lock-bs-hl-color=ffffff -caps-lock-key-hl-color=ffffff -text-caps-lock-color=ffffff -#disable-caps-lock-text diff --git a/config/waybar/modules b/config/waybar/modules index 0cd2246..aa92494 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -164,7 +164,7 @@ //"format": "{icon} {percent}%", //"format-icons": ["󰃞", "󰃟", "󰃠"], "format": "{icon}", - "format-icons": ["󰛩", "󱩎", "󱩏", "󱩑", "󱩒", "󱩓", "󱩔", "󱩕", "󰛨"], + "format-icons": ["","","","","","","","","","","","","","",""], "tooltip-format": "backlight {percent}%", "icon-size": 10, "on-click": "", @@ -313,8 +313,8 @@ "idle_inhibitor": { "format": "{icon}", "format-icons": { - "activated": " ", - "deactivated": " ", + "activated": " ", + "deactivated": " ", } }, @@ -416,7 +416,7 @@ }, "tray": { - "icon-size": 12, + "icon-size": 14, "spacing": 8, }, @@ -473,7 +473,7 @@ }, "custom/menu": { - "format": "", + "format": "", "tooltip": false, "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser", "on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh", diff --git a/config/waybar/style/Pywal Simple.css b/config/waybar/style/Pywal Simple.css new file mode 100644 index 0000000..83d73cd --- /dev/null +++ b/config/waybar/style/Pywal Simple.css @@ -0,0 +1,244 @@ +*{ +font-family: "JetBrainsMono Nerd Font"; +font-weight: bold; +min-height: 0; +/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ +font-size: 97%; +font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; +padding-top: 1px; +padding-bottom: 1px; +} + +@import '../../.cache/wal/colors-waybar.css'; + +window#waybar { + background: transparent; +} + +#waybar.empty, #waybar.tiled, #waybar.floating { + background-color: transparent; +} + +tooltip { + color: @color2; + background: @color0; + opacity: 0.8; + border-radius: 10px; + border-width: 1px; + border-style: solid; + border-color: @color15; +} + +/*-----module groups----*/ +.modules-right { + background-color: @color0; + border: 0.5px solid @color15; + border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} +.modules-center { + background-color: @color0; + border: 0.5px solid @color15; + border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} +.modules-left { + background-color: @color0; + border: 0.5px solid @color15; + border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; +} +/*-----modules indv----*/ + +#workspaces button { + color: @color2; + box-shadow: none; + text-shadow: none; + padding: 0px; + border-radius: 9px; + padding-left: 4px; + padding-right: 4px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); +} + +#workspaces button.active { + color: @foreground; + background-color: @color2; + padding-left: 8px; + padding-right: 8px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#workspaces button.focused { + color: @color4; +} + +#workspaces button.urgent { + color: #11111b; + border-radius: 10px; +} + +#workspaces button:hover { + color: @color4; + padding-left: 2px; + padding-right: 2px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#backlight, +#backlight-slider, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state label, +#keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, +#mpd, +#network, +#pulseaudio, +#pulseaudio-slider, +#taskbar button, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, +#workspaces, +#custom-backlight, +#custom-cycle_wall, +#custom-keybinds, +#custom-light_dark, +#custom-lock, +#custom-menu, +#custom-power_vertical, +#custom-power, +#custom-speaker, +#custom-updater, +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default, +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { + color: @color2; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 6px; + padding-left: 6px; +} + +#mode { + color: #cc3436; + font-weight: bold; +} +#custom-power { + /*background-color: rgba(0,119,179,0.6);*/ + /*border-radius: 50px;*/ + padding: 1px 3px; +} +/*-----Indicators----*/ +#idle_inhibitor.activated { + color: #2dcc36; +} +#pulseaudio.muted { + color: #cc3436; +} +#pulseaudio-microphone.muted { + color: #cc3436; +} +#temperature.critical { + background-color: #ff0000; +} + +@keyframes blink { + to { + color: #000000; + } +} + +#taskbar button.active { + background-color: @color2; + border-radius: 30px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#taskbar button:hover { + padding-left: 3px; + padding-right: 3px; + border-radius: 15px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + +#battery.critical:not(.charging) { + color: #f53c3c; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +#pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; +} + +#pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; +} + +#backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; +} + +#backlight-slider highlight { + min-width: 10px; + border-radius: 5px; +} \ No newline at end of file diff --git a/copy.sh b/copy.sh index 9cca14f..7da9b37 100755 --- a/copy.sh +++ b/copy.sh @@ -175,8 +175,8 @@ cp -r wallpapers ~/Pictures/ && { echo "${OK}Copy completed!"; } || { echo "${ER # Initial Symlinks to avoid errors # symlinks for waybar -ln -sf "$HOME/.config/waybar/configs/Simple-L [TOP]" "$HOME/.config/waybar/config" && \ -ln -sf "$HOME/.config/waybar/style/Chroma Tally.css" "$HOME/.config/waybar/style.css" && \ +ln -sf "$HOME/.config/waybar/configs/Default [TOP]" "$HOME/.config/waybar/config" && \ +ln -sf "$HOME/.config/waybar/style/Golden Noir.css" "$HOME/.config/waybar/style.css" && \ # Set some files as executable @@ -185,13 +185,30 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG" # Set executable for initial-boot.sh chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG" +printf "\n\n" +# adding user to input group printf " adding user to input group...\n" sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG" +printf "\n\n" +# Additional wallpaper +echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" +read -n1 -rep "${CAT} Would you like to download additional wallpapers? (y/n)" WALL +sleep 1 + +if [[ $WALL =~ ^[Yy]$ ]]; then + printf "${NOTE} Downloading additional wallpapers...\n" + if git clone https://github.com/JaKooLit/Wallpaper-Bank.git 2>&1 | tee -a "$LOG"; then + cp -R Wallpaper-Bank/wallpapers/* ~/Pictures/wallpapers/ + rm -rf Wallpaper-Bank # Remove cloned repository after copying wallpapers + else + echo "${ERROR} Downloading additional wallpapers failed" 2>&1 | tee -a "$LOG" + fi +fi + # initialize pywal to avoid config error on hyprland wal -i ~/Pictures/wallpapers/mecha-nostalgia.png 2>&1 | tee -a "$LOG" - - +printf "\n\n" printf "\n${OK} Copy Completed!\n\n\n" printf "${ORANGE} ATTENTION!!!! \n" printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n" diff --git a/wallpapers/Dynamic-Wallpapers/Dark/Beach_dark.jpg b/wallpapers/Dynamic-Wallpapers/Dark/Beach_dark.jpg deleted file mode 100644 index 07188cd..0000000 Binary files a/wallpapers/Dynamic-Wallpapers/Dark/Beach_dark.jpg and /dev/null differ diff --git a/wallpapers/Dynamic-Wallpapers/Light/Beach_light.jpg b/wallpapers/Dynamic-Wallpapers/Light/Beach_light.jpg deleted file mode 100644 index 40e2e43..0000000 Binary files a/wallpapers/Dynamic-Wallpapers/Light/Beach_light.jpg and /dev/null differ diff --git a/wallpapers/anime-girl-abyss.png b/wallpapers/anime-girl-abyss.png deleted file mode 100644 index 6871f0e..0000000 Binary files a/wallpapers/anime-girl-abyss.png and /dev/null differ diff --git a/wallpapers/highway-dark-minimal.jpg b/wallpapers/highway-dark-minimal.jpg deleted file mode 100644 index ad1eed8..0000000 Binary files a/wallpapers/highway-dark-minimal.jpg and /dev/null differ