diff options
Diffstat (limited to 'config/hyprland')
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 13 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/nord | 35 | ||||
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 6 | ||||
-rw-r--r-- | config/hyprland/waybar/schemes/base16.css | 59 |
4 files changed, 59 insertions, 54 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index a8a99c2..17f0235 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -41,14 +41,17 @@ misc { } decoration { - rounding = 2 - blur = no - blur_size = 3 - blur_passes = 1 - blur_new_optimizations = on + rounding = 0 + blur { + enabled = 1 + size = 6 + } dim_inactive = true dim_strength = 0.08 + active_opacity = 0.98 + inactive_opacity = 0.92 + drop_shadow = yes shadow_range = 4 shadow_render_power = 3 diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index cf78b5c..c8a6192 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -1,7 +1,9 @@ ### Font font = monospace bold font-size = 12 +anchor=top +# colors text-color = #d8dee9 prompt-color = #81a1c1 placeholder-color = #4c566a @@ -9,25 +11,28 @@ input-color = #d8dee9 default-result-color = #88c0d0 selection-color = #5e81ac selection-match-color = #ffffff +background-color = #3b4252f2 +outline-color = #81a1c1 +border-color = #88c0d0 -prompt-text = "" -prompt-padding = 0 -placeholder-text = "..." - -width = 20% +# sizes +width = 100% height = 20% -background-color = #2e3440f0 -outline-width = 0 -outline-color = #81a1c1 + border-width = 2 -border-color = #88c0d0 -corner-radius = 26 +outline-width = 0 +prompt-padding = 0 -padding-top = 0 -padding-bottom = 0 -padding-left = 0 -# padding-left = 7% -padding-right = 0 +padding-top = 5 +padding-bottom = 5 +padding-left = 5 +padding-right = 5 + +corner-radius = 0 + +# general +prompt-text = "" +placeholder-text = "..." matching-algorithm = prefix require-match = false diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 0fc585f..6866f62 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -4,15 +4,15 @@ "modules-center": ["clock"], "modules-right": ["custom/wireguard", "network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"], "mpd": { - "tooltip": false, "format": "{artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})", "artist-len": 24, "format-disconnected": "s", - "format-stopped": "s", + "format-stopped": "", "state-icons": { "playing": "", "paused": "", }, + "tooltip-format": "{songPosition}/{queueLength} ({volume}%)", "on-click": "mpc toggle", "on-scroll-up": "mpc volume +5", "on-scroll-down": "mpc volume -5", @@ -26,7 +26,6 @@ "separate-outputs": true, }, "pulseaudio": { - "tooltip": false, "scroll-step": 5, "format": "{icon} {volume:3}%", "format-icons": { @@ -54,7 +53,6 @@ "format-disconnected": "", }, "cpu": { - "tooltip": false, "format": " {usage:2}%", "interval": 3, }, diff --git a/config/hyprland/waybar/schemes/base16.css b/config/hyprland/waybar/schemes/base16.css index 61378fd..76efbb3 100644 --- a/config/hyprland/waybar/schemes/base16.css +++ b/config/hyprland/waybar/schemes/base16.css @@ -29,6 +29,12 @@ window#waybar.hidden { opacity: 0.2; } +tooltip { + background: @background; + color: @foreground; + border: 2px solid @color0; +} + window#waybar.termite #window, window#waybar.Firefox #window, window#waybar.Navigator #window, @@ -37,17 +43,21 @@ window#waybar.PCSX2 #window { background: @color7; } -#mpd, #battery, -#custom-wireguard, #network, #pulseaudio, #temperature, #cpu, #custom-memory { - margin-left: 8px; - padding-left: 16px; - padding-right: 16px; - border-radius: 26px; +.modules-right * { + padding: 0 16px; +} + +.modules-right { + margin-right: 2px; +} +.modules-left { + margin-left: 2px; } #workspaces, #mpd, #battery, #clock, #custom-wireguard, #network, #pulseaudio, #temperature, #cpu, #custom-memory, #tray { - border: solid @background 2px; + border: solid @background; + border-width: 2px 2px 2px 0; margin-top: 4px; margin-bottom: 2px; transition: none; @@ -60,15 +70,13 @@ window#waybar.PCSX2 #window { } #workspaces { - margin-left: 12px; - border-radius: 26px; + border: solid @background 2px; background: @color3; } #workspaces button { transition: none; background: transparent; - font-size: 16px; color: @background; } @@ -83,6 +91,7 @@ window#waybar.PCSX2 #window { #mpd { color: @background; + padding: 0 16px; background: @color6; } @@ -94,30 +103,27 @@ window#waybar.PCSX2 #window { } #clock { - margin-top: 4px; - margin-bottom: 2px; - margin-left: 8px; - padding-left: 16px; - padding-right: 16px; - border-radius: 26px; + border: solid @color4 2px; + padding: 0 16px; color: @color3; background: @background; - border-color: @color4; } #window { - padding-left: 16px; - color: @color4; + margin-left: 16px; + padding: 0; + color: @color5; } #custom-wireguard { color: @color5; - border-color: @color8; + border: 2px solid @color8; background: @background; } #network { color: @background; + border-left: 2px solid @background; background: @color5; } @@ -137,20 +143,13 @@ window#waybar.PCSX2 #window { } #custom-memory { - margin-left: 8px; - margin-right: 12px; - padding-left: 16px; - padding-right: 16px; - border-radius: 26px; + padding: 0 16px; color: @background; background: @color5; } -#tray { - border: none; - margin-right: 12px; - color: @foreground; - background: transparent; +#tray * { + padding: unset; } #tray > .needs-attention { |