Compare commits
No commits in common. "ubuntutheme" and "master" have entirely different histories.
ubuntuthem
...
master
5 changed files with 54 additions and 99 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -14,9 +14,5 @@
|
||||||
!alacritty/**
|
!alacritty/**
|
||||||
!i3*/**
|
!i3*/**
|
||||||
|
|
||||||
# allow picom.conf/fonts
|
|
||||||
!picom.conf
|
|
||||||
!*.ttf
|
|
||||||
|
|
||||||
# Don't forget to not ignore .gitignore!
|
# Don't forget to not ignore .gitignore!
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,42 +1,40 @@
|
||||||
# ===========================================
|
|
||||||
# IBM Terminal Style — Modernized Alacritty
|
|
||||||
# ===========================================
|
|
||||||
|
|
||||||
[colors.primary]
|
[colors.bright]
|
||||||
background = "0x000000" # Pitch black
|
black = "0x555555"
|
||||||
foreground = "0xD0D0D0" # Soft bright IBM-gray (not pure white)
|
blue = "0x5555ff"
|
||||||
|
cyan = "0x00eaff"
|
||||||
|
green = "0x55ff55"
|
||||||
|
magenta = "0xff55ff"
|
||||||
|
red = "0xff5555"
|
||||||
|
white = "0xffffff"
|
||||||
|
yellow = "0xffff55"
|
||||||
|
|
||||||
|
[colors.cursor]
|
||||||
|
cursor = "0x00eaff"
|
||||||
|
text = "0x000000"
|
||||||
|
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = "0x000000"
|
black = "0x000000"
|
||||||
red = "0xCC0000" # IBM red
|
blue = "0x337bff"
|
||||||
green = "0x00CC00" # IBM phosphor green tone
|
cyan = "0x00aaaa"
|
||||||
yellow = "0xCCCC00" # IBM amber
|
green = "0x00aa00"
|
||||||
blue = "0x4C82FF" # Readable bright IBM blue (not navy)
|
magenta = "0xaa00aa"
|
||||||
magenta = "0xCC00CC" # IBM magenta/pink
|
red = "0xaa0000"
|
||||||
cyan = "0x00CCCC" # Cyan
|
white = "0xaaaaaa"
|
||||||
white = "0xD0D0D0" # Light gray (foreground match)
|
yellow = "0xaa5500"
|
||||||
|
|
||||||
[colors.bright]
|
[colors.primary]
|
||||||
black = "0x4D4D4D"
|
background = "0x000000"
|
||||||
red = "0xFF3333"
|
foreground = "0x00eaff"
|
||||||
green = "0x33FF33"
|
|
||||||
yellow = "0xFFFF66"
|
|
||||||
blue = "0x79A6FF" # Even brighter blue, visible on black
|
|
||||||
magenta = "0xFF33FF"
|
|
||||||
cyan = "0x33FFFF"
|
|
||||||
white = "0xFFFFFF"
|
|
||||||
|
|
||||||
[colors.cursor]
|
|
||||||
cursor = "0xFFFFFF" # White block cursor
|
|
||||||
text = "0x000000" # Invert on black background
|
|
||||||
|
|
||||||
[colors.selection]
|
[colors.selection]
|
||||||
background = "0x333333"
|
background = "0x00a8b5"
|
||||||
text = "0xFFFFFF"
|
text = "0x000000"
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style = "Block"
|
style = "Block"
|
||||||
vi_mode_style = "Block"
|
vi_mode_style = "Beam"
|
||||||
|
|
||||||
|
|
||||||
[scrolling]
|
[scrolling]
|
||||||
history = 10000
|
history = 10000
|
||||||
|
|
@ -45,13 +43,16 @@ history = 10000
|
||||||
decorations = "full"
|
decorations = "full"
|
||||||
dynamic_padding = false
|
dynamic_padding = false
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
opacity = 0.80
|
opacity = 1.0
|
||||||
|
|
||||||
[window.padding]
|
[window.padding]
|
||||||
x = 6
|
x = 6
|
||||||
y = 4
|
y = 4
|
||||||
|
|
||||||
[font]
|
[general]
|
||||||
normal = { family = "Modern DOS 9x16", style = "Regular" }
|
live_config_reload = true
|
||||||
size = 12.0
|
|
||||||
|
[font]
|
||||||
|
size = 12.0
|
||||||
|
normal = { family = "monospace", style = "Regular" }
|
||||||
|
|
||||||
|
|
|
||||||
62
i3/config
62
i3/config
|
|
@ -9,13 +9,11 @@
|
||||||
#
|
#
|
||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
# Using alt key
|
set $mod Mod4
|
||||||
set $mod Mod1
|
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# 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
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
|
|
@ -186,57 +184,35 @@ mode "resize" {
|
||||||
bindsym $mod+r mode "default"
|
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 \
|
# Hatsune Miku i3 Theme
|
||||||
# --corner-radius 8 --shadow --shadow-radius 20 \
|
# ================================
|
||||||
# --shadow-opacity 0.32 --shadow-color "#220022" --vsync
|
|
||||||
|
|
||||||
|
# class border backgr. text indicator child_border
|
||||||
exec --no-startup-id feh --bg-fill ~/Pictures/wallpaper.png
|
client.focused #00eaff #000000 #00eaff #00eaff #00a8b5
|
||||||
|
client.unfocused #00373a #000000 #aaaaaa #00373a #00373a
|
||||||
# ===========================
|
client.focused_inactive #00373a #000000 #aaaaaa #00373a #00373a
|
||||||
# Ubuntu Yaru/Dark Theme
|
client.urgent #ff55ff #000000 #ffffff #ff55ff #ff55ff
|
||||||
# ===========================
|
|
||||||
|
|
||||||
# Window border colors (Ubuntu style)
|
|
||||||
client.focused #E95420 #E95420 #FFFFFF #E95420
|
|
||||||
client.focused_inactive #3D1E2D #3D1E2D #CCCCCC #3D1E2D
|
|
||||||
client.unfocused #2C001E #2C001E #AAAAAA #2C001E
|
|
||||||
client.urgent #FF6E40 #FF6E40 #FFFFFF #FF6E40
|
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# i3bar styled like Ubuntu Dark
|
# ================================
|
||||||
|
# Miku i3bar
|
||||||
|
# ================================
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
position top
|
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #2C001E
|
background #000000
|
||||||
statusline #EEEEEE
|
statusline #00eaff
|
||||||
separator #FF6E40
|
|
||||||
|
|
||||||
# Workspace colors
|
focused_workspace #00eaff #000000 #ffffff
|
||||||
focused_workspace #E95420 #E95420 #FFFFFF
|
active_workspace #00a8b5 #000000 #000000
|
||||||
active_workspace #3D1E2D #3D1E2D #FFFFFF
|
inactive_workspace #000000 #000000 #555555
|
||||||
inactive_workspace #2C001E #2C001E #AAAAAA
|
urgent_workspace #ff55ff #000000 #ffffff
|
||||||
urgent_workspace #FF6E40 #FF6E40 #FFFFFF
|
|
||||||
binding_mode #FF6E40 #FF6E40 #FFFFFF
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Optional: Set a Ubuntu-inspired wallpaper (if using feh)
|
|
||||||
#exec --no-startup-id feh --bg-fill /usr/share/backgrounds/warty-final-ubuntu.png
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
18
picom.conf
18
picom.conf
|
|
@ -1,18 +0,0 @@
|
||||||
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