i3: add schicky micky
This commit is contained in:
@@ -12,6 +12,9 @@ draw_bold_text_with_bright_colors: false
|
|||||||
|
|
||||||
window:
|
window:
|
||||||
decorations: none
|
decorations: none
|
||||||
|
padding:
|
||||||
|
x: 10
|
||||||
|
y: 10
|
||||||
|
|
||||||
everforest_light_hard: &everforest_light_hard
|
everforest_light_hard: &everforest_light_hard
|
||||||
primary:
|
primary:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
font pango:SFMono 10
|
font pango:SFMono Bold 10
|
||||||
|
|
||||||
# screens
|
# screens
|
||||||
exec_always --no-startup-id ~/.screenlayout/default.sh
|
exec_always --no-startup-id ~/.screenlayout/default.sh
|
||||||
@@ -130,7 +130,6 @@ bar {
|
|||||||
status_command i3status
|
status_command i3status
|
||||||
position top
|
position top
|
||||||
output DP-1
|
output DP-1
|
||||||
padding -5px 0 0 0
|
|
||||||
colors {
|
colors {
|
||||||
statusline $fg
|
statusline $fg
|
||||||
background $bg
|
background $bg
|
||||||
@@ -162,3 +161,10 @@ exec --no-startup-id discord
|
|||||||
|
|
||||||
# wallpaper
|
# wallpaper
|
||||||
exec_always --no-startup-id feh --bg-fill ~/cloud/images/wallpaper/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