i3: add schicky micky
This commit is contained in:
@@ -12,6 +12,9 @@ draw_bold_text_with_bright_colors: false
|
||||
|
||||
window:
|
||||
decorations: none
|
||||
padding:
|
||||
x: 10
|
||||
y: 10
|
||||
|
||||
everforest_light_hard: &everforest_light_hard
|
||||
primary:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
set $mod Mod4
|
||||
|
||||
font pango:SFMono 10
|
||||
font pango:SFMono Bold 10
|
||||
|
||||
# screens
|
||||
exec_always --no-startup-id ~/.screenlayout/default.sh
|
||||
@@ -130,7 +130,6 @@ bar {
|
||||
status_command i3status
|
||||
position top
|
||||
output DP-1
|
||||
padding -5px 0 0 0
|
||||
colors {
|
||||
statusline $fg
|
||||
background $bg
|
||||
@@ -162,3 +161,10 @@ exec --no-startup-id discord
|
||||
|
||||
# wallpaper
|
||||
exec_always --no-startup-id feh --bg-fill ~/cloud/images/wallpaper/wallpaper
|
||||
|
||||
# schicky micky
|
||||
exec --no-startup-id picom \
|
||||
--corner-radius 20 \
|
||||
--rounded-corners-exclude 'class_g = "dmenu"' \
|
||||
--rounded-corners-exclude 'class_g = "i3bar"'
|
||||
gaps inner 5
|
||||
|
||||
Reference in New Issue
Block a user