#Mint i3 & Polybar: Hyprland Impersonation

5 messages · Page 1 of 1 (latest)

uneven ginkgo
#

Loved Fedora 42 Hyprland on my gaming PC, but ran into so many issues I had to come back to Mint. So I spent the past two days building out i3 and polybar to make me feel like I never left Hyprland. Now I have the stability of Mint, but the aesthetic and flow of Hyprland.

novel narwhal
#

can i ask what blur settings you're using?

wicked lynx
#

making me want really learn how to use i3

uneven ginkgo
# novel narwhal can i ask what blur settings you're using?

Via Picom:

backend = "glx";
vsync = true;

blur-method = "dual_kawase";
blur-strength = 7;
blur-background = true;

#blur-background-fixed = [

"window_type = 'dock'"

"class_g = 'Conky'"

#];

shadow = true;
shadow-radius = 20;
shadow-offset-x = -20;
shadow-offset-y = -20;
shadow-opacity = 0.5;

corner-radius = 12;
round-borders = 1;

opacity-rule = [
"90:class_g = 'kitty'",
"90:class_g = 'Conky'"
];

fading = true;
fade-in-step = 0.03;
fade-out-step = 0.03;

wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.95; };
dock = { shadow = false; };
};


Kitty dotfile

__ ___ __ __

/ //() // /__ __

/ ,< / / __/ __/ // /

//|//_/__/_, /

/___/

Configuration

enable_graphics_optimizations yes
sync_to_monitor yes
font_family JetBrainsMono Nerd Font
font_size 12
bold_font auto
italic_font auto
bold_italic_font auto
remember_window_size no
initial_window_width 950
initial_window_height 500
cursor_blink_interval 0.5
cursor_stop_blinking_after 10
scrollback_lines 2000
wheel_scroll_min_lines 1
enable_audio_bell no
window_padding_width 10
hide_window_decorations yes
background_opacity 0
dynamic_background_opacity no
confirm_os_window_close 0
selection_foreground none
selection_background none

Animated cursor follows text

include $HOME/.config/kitty/kitty-cursor-trail.conf

Include wallpaper colors

include colors-wallust.conf
include colors-matugen.conf

Include Custom Configuration

Create the file custom.conf in ~/.config/kitty to overwrite the default configuration

include ./custom.conf