Updated ubuntu i3 config 11-17-2025
This commit is contained in:
parent
cb74524818
commit
0be536ca8e
4 changed files with 42 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -14,5 +14,9 @@
|
|||
!alacritty/**
|
||||
!i3*/**
|
||||
|
||||
# allow picom.conf/fonts
|
||||
!picom.conf
|
||||
!*.ttf
|
||||
|
||||
# Don't forget to not ignore .gitignore!
|
||||
!.gitignore
|
||||
|
|
|
|||
BIN
ModernDOS9x16.ttf
Normal file
BIN
ModernDOS9x16.ttf
Normal file
Binary file not shown.
21
i3/config
21
i3/config
|
|
@ -14,7 +14,8 @@ set $mod Mod1
|
|||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:monospace 8
|
||||
#font pango:monospace 8
|
||||
font pango:Ubuntu 8, Italic
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
|
|
@ -185,6 +186,22 @@ mode "resize" {
|
|||
bindsym $mod+r mode "default"
|
||||
}
|
||||
|
||||
# Modern aesthetic tuning
|
||||
gaps inner 12
|
||||
gaps outer 12
|
||||
smart_gaps on
|
||||
smart_borders on
|
||||
hide_edge_borders smart
|
||||
default_border normal
|
||||
default_floating_border pixel 2
|
||||
|
||||
#exec --no-startup-id picom --experimental-backends --backend glx \
|
||||
# --blur-method kawase --blur-strength 5 \
|
||||
# --corner-radius 8 --shadow --shadow-radius 20 \
|
||||
# --shadow-opacity 0.32 --shadow-color "#220022" --vsync
|
||||
|
||||
|
||||
exec --no-startup-id feh --bg-fill ~/Pictures/wallpaper.png
|
||||
|
||||
# ===========================
|
||||
# Ubuntu Yaru/Dark Theme
|
||||
|
|
@ -196,6 +213,8 @@ client.focused_inactive #3D1E2D #3D1E2D #CCCCCC #3D1E2D
|
|||
client.unfocused #2C001E #2C001E #AAAAAA #2C001E
|
||||
client.urgent #FF6E40 #FF6E40 #FFFFFF #FF6E40
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# i3bar styled like Ubuntu Dark
|
||||
bar {
|
||||
status_command i3status
|
||||
|
|
|
|||
18
picom.conf
Normal file
18
picom.conf
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
backend = "glx";
|
||||
vsync = true;
|
||||
|
||||
corner-radius = 1;
|
||||
|
||||
# Soft glow
|
||||
shadow = true;
|
||||
shadow-radius = 20;
|
||||
shadow-opacity = 0.32;
|
||||
shadow-color = "#220022";
|
||||
|
||||
# Slight blur (looks perfect behind gaps)
|
||||
blur-method = "kawase";
|
||||
blur-strength = 3;
|
||||
|
||||
# Make transparency smoother
|
||||
detect-rounded-corners = true;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue