Improve transparent design
This commit is contained in:
39
i3/config
39
i3/config
@@ -219,8 +219,20 @@ client.urgent $BACKGROUND $BACKGROUND $BACKGROUND $GREEN $B
|
|||||||
# i3-bar #
|
# i3-bar #
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
set $STATUSLINE #00000050
|
# Workspace symbol colors
|
||||||
set $STATUSBACK #FFFFFF50
|
set $BORDER_ACTIVE #00000050
|
||||||
|
set $BORDER_INACTIVE #00000050
|
||||||
|
set $BORDER_FOCUSED #FFFFFF50
|
||||||
|
set $TEXT_ACTIVE #FFFFFFFF
|
||||||
|
set $TEXT_INACTIVE #AAAAAAFF
|
||||||
|
set $TEXT_FOCUSED #00000050
|
||||||
|
set $BG_ACTIVE #00000050
|
||||||
|
set $BG_INACTIVE #00000000
|
||||||
|
set $BG_FOCUSED #88888850
|
||||||
|
|
||||||
|
# Color ouf statusline background and text
|
||||||
|
set $BG_STATUS #00000000
|
||||||
|
set $COL_STATUS #FFFFFFFF
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
@@ -231,11 +243,12 @@ bar {
|
|||||||
|
|
||||||
# bar theme
|
# bar theme
|
||||||
colors {
|
colors {
|
||||||
statusline $STATUSLINE
|
statusline $COL_STATUS
|
||||||
background $STATUSBACK
|
background $BG_STATUS
|
||||||
inactive_workspace $STATUSBACK $STATUSBACK $STATUSLINE
|
# name border background text
|
||||||
active_workspace $STATUSBACK $STATUSBACK $STATUSLINE
|
inactive_workspace $BORDER_INACTIVE $BG_INACTIVE $TEXT_INACTIVE
|
||||||
focused_workspace $STATUSLINE $STATUSLINE $STATUSBACK
|
active_workspace $BORDER_ACTIVE $BG_ACTIVE $TEXT_ACTIVE
|
||||||
|
focused_workspace $BORDER_FOCUSED $BG_FOCUSED $TEXT_FOCUSED
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -251,36 +264,26 @@ for_window [class="Gedit"] floating enable
|
|||||||
for_window [class="teamspeak3"] floating enable
|
for_window [class="teamspeak3"] floating enable
|
||||||
|
|
||||||
# 0px Border
|
# 0px Border
|
||||||
#for_window [class="chrome"] border none
|
for_window [class="chrome"] border none
|
||||||
for_window [class="Firefox"] border none
|
for_window [class="Firefox"] border none
|
||||||
|
|
||||||
# 1px Border
|
|
||||||
#for_window [class="URxvt" ] border 1pixel
|
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
# auto start with i3 #
|
# auto start with i3 #
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
# composite manager
|
# composite manager
|
||||||
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
||||||
|
|
||||||
# terminal daemon
|
# terminal daemon
|
||||||
#exec --no-startup-id urxvtd -q -f -o
|
#exec --no-startup-id urxvtd -q -f -o
|
||||||
|
|
||||||
# less eye pain
|
# less eye pain
|
||||||
#exec --no-startup-id redshift -l 46:7
|
#exec --no-startup-id redshift -l 46:7
|
||||||
|
|
||||||
# no beep!
|
# no beep!
|
||||||
exec --no-startup-id xset b off
|
exec --no-startup-id xset b off
|
||||||
|
|
||||||
# Nextcloud Sync
|
# Nextcloud Sync
|
||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud
|
||||||
|
|
||||||
# nm-applet
|
# nm-applet
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
|
|
||||||
# dunst for notifications and volnoti daemon
|
# dunst for notifications and volnoti daemon
|
||||||
exec --no-startup-id dunst -conf ~/.dunstrc
|
exec --no-startup-id dunst -conf ~/.dunstrc
|
||||||
|
|
||||||
# wallpapers
|
# wallpapers
|
||||||
exec --no-startup-id feh --bg-fill ~/.wallpapers/linus.png
|
exec --no-startup-id feh --bg-fill ~/.wallpapers/linus.png
|
||||||
|
|||||||
Reference in New Issue
Block a user