diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 2 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 20 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 22 | ||||
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 2 | ||||
| -rwxr-xr-x | config/rofi/config.rasi | 19 | ||||
| -rw-r--r-- | config/rofi/master-config.rasi | 21 | ||||
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 12 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/master-config.rasi | 17 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 12 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/master-config.rasi | 21 | ||||
| -rw-r--r-- | config/waybar/style/[Colorful] Oglo Chicklets.css | 5 | ||||
| -rw-r--r-- | config/waybar/style/[Dark] Purpl.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Extra] Simple Pink.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Retro] Simple Style.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Transparent] Crystal Clear.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust Transparent] Crystal Clear.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust] Chroma Fusion.css | 2 |
18 files changed, 80 insertions, 87 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 91106f32..a8c9143d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -54,7 +54,7 @@ body: attributes: label: KooL's Dots version description: | - Paste the output of `find ~/.config/hypr/ -type f -name 'v*' -exec basename {} \;` + Paste the output of `find ~/.config/hypr/ -type f -name 'v*' -exec basename {} \;` This is just KooL's Hyprland Dots version. validations: required: true diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index 954a1d40..bd10091a 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -8,6 +8,15 @@ # Sourcing colors generated by wallust source = $HOME/.config/hypr/wallust/wallust-hyprland.conf +general { + border_size = 2 + gaps_in = 6 + gaps_out = 8 + + col.active_border = $color12 + col.inactive_border = $color9 +} + decoration { rounding = 10 @@ -21,11 +30,11 @@ decoration { shadow { enabled = true - range = 6 + range = 3 render_power = 1 color = $color12 - color_inactive = $color2 + color_inactive = $color9 } @@ -39,6 +48,13 @@ decoration { } } +group { + col.border_active = $color15 + + groupbar { + col.active = $color0 + } +} animations { enabled = yes diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index dfca157d..f5bfcf7e 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -5,8 +5,7 @@ # refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables/ -# Sourcing colors generated by wallust -source = $HOME/.config/hypr/wallust/wallust-hyprland.conf +# NOTE: some settings are in ~/.config/hypr/UserConfigs/UserDecorAnimations.conf dwindle { pseudotile = yes @@ -21,15 +20,8 @@ master { } general { - border_size = 2 - gaps_in = 6 - gaps_out = 8 - resize_on_border = true - - col.active_border = $color12 - col.inactive_border = $background - + layout = dwindle } @@ -82,14 +74,6 @@ gestures { } -group { - col.border_active = $color15 - - groupbar { - col.active = $color0 - } -} - misc { disable_hyprland_logo = true disable_splash_rendering = true @@ -132,4 +116,4 @@ cursor { enable_hyprcursor = true warp_on_change_workspace = 2 no_warps = true -}
\ No newline at end of file +} diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index c90c2fa3..4f83c098 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -45,7 +45,7 @@ element-icon { } element-text { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; vertical-align: 0.5; horizontal-align: 0.5; } diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 7efc033d..eca05ea6 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -3,36 +3,29 @@ @import "~/.config/rofi/master-config.rasi" -/* ---- Configuration ---- */ -configuration { - font: "Fira Code SemiBold 12"; -} - /* ---- Window ---- */ window { - width: 60%; + width: 50%; } /* ---- Listview ---- */ listview { - columns: 6; - lines: 4; + columns: 5; + lines: 5; fixed-height: true; } /* ---- Element ---- */ element { orientation: vertical; - padding: 12px 0px 0px 0px; + padding: 10px 5px 10px 5px; spacing: 6px; - border-radius: 12px; } element-icon { - size: 6%; + size: 3%; } element-text { - font: "Fira Code SemiBold 12"; - vertical-align: 0.5; + font: "JetBrainsMono Nerd Font SemiBold 10"; horizontal-align: 0.5; }
\ No newline at end of file diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi index ceea4764..8314381a 100644 --- a/config/rofi/master-config.rasi +++ b/config/rofi/master-config.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; modi: "drun,run,filebrowser"; show-icons: true; display-drun: "Apps"; @@ -43,7 +43,7 @@ window { transparency: "real"; cursor: "default"; spacing: 0px; - border: 4px 0px 4px 0px; + border: 3px 0px 3px 0px; border-radius: 30px; location: center; anchor: center; @@ -55,7 +55,7 @@ window { /* ----- Main Box ----- */ mainbox { - padding: 15px; + padding: 12px; enabled: true; orientation: vertical; children: [ "inputbar", "listbox" ]; @@ -66,7 +66,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px 10px 100px 10px; + padding: 10px 10px 50px 10px; margin: 10px; background-color: transparent; border-radius: 25px; @@ -144,11 +144,10 @@ button selected { /* ---- Scrollbar ---- */ scrollbar { - width: 4px ; - border: 0; - handle-color: @border-color; - handle-width: 8px ; - padding: 0; + border: 0; + handle-color: @border-color; + handle-width: 2px ; + padding: 0; } /* ---- Elements ---- */ @@ -175,7 +174,7 @@ element normal.active { } element selected.normal { - border: 1px 6px 1px 6px; + border: 0px 3px 0px 3px; border-radius: 16px; border-color: @selected; background-color: transparent; @@ -209,7 +208,7 @@ element-icon { cursor: inherit; } element-text { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 4f30098d..eca05ea6 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -5,27 +5,27 @@ /* ---- Window ---- */ window { - width: 60%; + width: 50%; } /* ---- Listview ---- */ listview { - columns: 6; - lines: 4; + columns: 5; + lines: 5; fixed-height: true; } /* ---- Element ---- */ element { orientation: vertical; - padding: 12px 0px 0px 0px; + padding: 10px 5px 10px 5px; spacing: 6px; } element-icon { - size: 6%; + size: 3%; } element-text { - font: "Fira Code SemiBold 10"; + font: "JetBrainsMono Nerd Font SemiBold 10"; horizontal-align: 0.5; }
\ No newline at end of file diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi index 9a1fd0a9..8314381a 100644 --- a/config/rofi/resolution/1080p/master-config.rasi +++ b/config/rofi/resolution/1080p/master-config.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; modi: "drun,run,filebrowser"; show-icons: true; display-drun: "Apps"; @@ -43,7 +43,7 @@ window { transparency: "real"; cursor: "default"; spacing: 0px; - border: 4px 0px 4px 0px; + border: 3px 0px 3px 0px; border-radius: 30px; location: center; anchor: center; @@ -144,11 +144,10 @@ button selected { /* ---- Scrollbar ---- */ scrollbar { - width: 4px ; - border: 0; - handle-color: @border-color; - handle-width: 8px ; - padding: 0; + border: 0; + handle-color: @border-color; + handle-width: 2px ; + padding: 0; } /* ---- Elements ---- */ @@ -175,7 +174,7 @@ element normal.active { } element selected.normal { - border: 1px 6px 1px 6px; + border: 0px 3px 0px 3px; border-radius: 16px; border-color: @selected; background-color: transparent; @@ -209,7 +208,7 @@ element-icon { cursor: inherit; } element-text { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index d8d3fe17..c8b3deb2 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -5,7 +5,7 @@ /* ---- Window ---- */ window { - width: 60%; + width: 50%; } /* ---- Mode Switcher ---- */ @@ -15,23 +15,23 @@ button { /* ---- Listview ---- */ listview { - columns: 6; - lines: 4; + columns: 5; + lines: 5; fixed-height: true; } /* ---- Element ---- */ element { orientation: vertical; - padding: 12px 0px 0px 0px; + padding: 10px 5px 10px 5px; spacing: 6px; } element-icon { - size: 5%; + size: 3%; } element-text { - font: "Fira Code SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 12"; horizontal-align: 0.5; } diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi index 908bf17a..430dff61 100644 --- a/config/rofi/resolution/1440p/master-config.rasi +++ b/config/rofi/resolution/1440p/master-config.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { - font: "Fira Code SemiBold 13"; + font: "JetBrainsMono Nerd Font SemiBold 12"; modi: "drun,run,filebrowser"; show-icons: true; display-drun: "Apps"; @@ -43,7 +43,7 @@ window { transparency: "real"; cursor: "default"; spacing: 0px; - border: 4px 0px 4px 0px; + border: 3px 0px 3px 0px; border-radius: 30px; location: center; anchor: center; @@ -69,7 +69,7 @@ inputbar { padding: 10px 10px 50px 10px; margin: 10px; background-color: transparent; - border-radius: 25px; + border-radius: 20px; orientation: horizontal; children: ["entry", "dummy", "mode-switcher" ]; background-image: url("~/.config/rofi/.current_wallpaper", width); @@ -144,18 +144,17 @@ button selected { /* ---- Scrollbar ---- */ scrollbar { - width: 4px ; - border: 0; - handle-color: @border-color; - handle-width: 8px ; - padding: 0; + border: 0; + handle-color: @border-color; + handle-width: 2px ; + padding: 0; } /* ---- Elements ---- */ element { enabled: true; spacing: 10px; - padding: 10px; + padding: 10px; border-radius: 12px; background-color: transparent; cursor: pointer; @@ -175,7 +174,7 @@ element normal.active { } element selected.normal { - border: 1px 6px 1px 6px; + border: 0px 3px 0px 3px; border-radius: 16px; border-color: @selected; background-color: transparent; @@ -209,7 +208,7 @@ element-icon { cursor: inherit; } element-text { - font: "Fira Code SemiBold 16"; + font: "JetBrainsMono Nerd Font SemiBold 14"; background-color: transparent; text-color: inherit; cursor: inherit; diff --git a/config/waybar/style/[Colorful] Oglo Chicklets.css b/config/waybar/style/[Colorful] Oglo Chicklets.css index 90353d62..6438ddf4 100644 --- a/config/waybar/style/[Colorful] Oglo Chicklets.css +++ b/config/waybar/style/[Colorful] Oglo Chicklets.css @@ -1,5 +1,8 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Oglo Chicklets */ + * { - font-family: JetBrainsMono Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-family: "JetBrainsMono Nerd Font", FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-size: 97%; font-weight: bold; } diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css index 8117fe1b..a78a1977 100644 --- a/config/waybar/style/[Dark] Purpl.css +++ b/config/waybar/style/[Dark] Purpl.css @@ -3,7 +3,7 @@ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ * { - font-family: "JetBrains Mono Nerd Font"; + 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 */ diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css index 95802b13..a2e2bdb1 100644 --- a/config/waybar/style/[Extra] Simple Pink.css +++ b/config/waybar/style/[Extra] Simple Pink.css @@ -3,7 +3,7 @@ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ * { - font-family: "JetBrains Mono Nerd Font"; + 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 */ diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index ba23e25b..eec369aa 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -9,7 +9,7 @@ @define-color green #b8bb26; * { - font-family: "JetBrains Mono Nerd Font"; + 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 */ diff --git a/config/waybar/style/[Transparent] Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css index 1c2c7de2..f437c364 100644 --- a/config/waybar/style/[Transparent] Crystal Clear.css +++ b/config/waybar/style/[Transparent] Crystal Clear.css @@ -3,7 +3,7 @@ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ *{ - font-family: "JetBrains Mono Nerd Font"; + 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 */ diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css index 86790823..bb8d2570 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css @@ -21,7 +21,7 @@ @import "../waybar/style/catppuccin-themes/latte.css"; * { - font-family: "JetBrains Mono Nerd Font"; + 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 */ diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css index 3efa0e87..52cfec67 100644 --- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css +++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css @@ -11,7 +11,7 @@ @define-color bg @color7; /* background color */ *{ - font-family: "JetBrains Mono Nerd Font"; + 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 */ diff --git a/config/waybar/style/[Wallust] Chroma Fusion.css b/config/waybar/style/[Wallust] Chroma Fusion.css index 99a6e031..c1610187 100644 --- a/config/waybar/style/[Wallust] Chroma Fusion.css +++ b/config/waybar/style/[Wallust] Chroma Fusion.css @@ -21,7 +21,7 @@ @import "../waybar/style/catppuccin-themes/latte.css"; * { - font-family: "JetBrains Mono Nerd Font"; + 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 */ |
