AutoYADM commit: 2024-12-10 18:00:02
This commit is contained in:
parent
41c87d5731
commit
8cff8cbc62
2 changed files with 56 additions and 60 deletions
|
@ -489,26 +489,22 @@ for_window [class="urxvt"] border pixel 1
|
||||||
# set $mediumgrey #8b8b8b
|
# set $mediumgrey #8b8b8b
|
||||||
# set $yellowbrown #e1b700
|
# set $yellowbrown #e1b700
|
||||||
#
|
#
|
||||||
# # define colors for windows:
|
|
||||||
# #class border bground text indicator child_border
|
|
||||||
# client.focused $lightblue $darkblue $white $mediumgrey $mediumgrey
|
|
||||||
# client.unfocused $darkblue $darkblue $grey $darkgrey $darkgrey
|
|
||||||
# client.focused_inactive $darkblue $darkblue $grey $black $black
|
|
||||||
# client.urgent $urgentred $urgentred $white $yellowbrown $yellowbrown
|
|
||||||
|
|
||||||
# Dracula color settings
|
set $fg #c3c3c3
|
||||||
|
set $bg #781e1e
|
||||||
|
set $bgb #282828
|
||||||
|
set $bg2 #933737
|
||||||
|
set $warn #f79000
|
||||||
|
# set $complement #259797
|
||||||
|
|
||||||
set $lgray #43454A
|
# class border backgr. text indicator child_border
|
||||||
|
client.focused $bg2 $bg2 $fg $bg2 $bg2
|
||||||
# client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
|
client.focused_inactive $bg $bg $fg $bg $bg
|
||||||
client.focused $lgray $lgray #F8F8F2 $lgray $lgray
|
client.unfocused $bg $bg $fg $bg $bg
|
||||||
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
|
client.urgent $warn $warn $fg $warn $warn
|
||||||
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
|
client.placeholder $bg $bg $fg $bg $bg
|
||||||
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
|
|
||||||
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
|
||||||
|
|
||||||
client.background #F8F8F2
|
|
||||||
|
|
||||||
|
client.background $bg
|
||||||
|
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
|
@ -544,15 +540,15 @@ strip_workspace_numbers yes
|
||||||
# urgent_workspace $urgentred $urgentred $white $purple
|
# urgent_workspace $urgentred $urgentred $white $purple
|
||||||
|
|
||||||
# background #282A36
|
# background #282A36
|
||||||
background #292929
|
background $bgb
|
||||||
statusline #F8F8F2
|
statusline $fg
|
||||||
separator #43454A
|
separator $bg
|
||||||
|
|
||||||
focused_workspace #43454A #43454A #F8F8F2
|
focused_workspace $bg2 $bg2 $fg
|
||||||
active_workspace #292929 #292929 #F8F8F2
|
active_workspace $bgb $bgb $fg
|
||||||
inactive_workspace #292929 #292929 #BFBFBF
|
inactive_workspace $bgb $bgb $fg
|
||||||
urgent_workspace #FF5555 #FF5555 #F8F8F2
|
urgent_workspace $warn $warn $fg
|
||||||
binding_mode #FF5555 #FF5555 #F8F8F2
|
binding_mode $warn $warn $fg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -47,29 +47,29 @@ markup=pango
|
||||||
#interval=1800
|
#interval=1800
|
||||||
#color=#7275b3
|
#color=#7275b3
|
||||||
|
|
||||||
[terminal]
|
# [terminal]
|
||||||
full_text=
|
# full_text=
|
||||||
color=#807dfe
|
# color=#807dfe
|
||||||
command=i3-msg -q exec xfce4-terminal
|
# command=i3-msg -q exec xfce4-terminal
|
||||||
|
#
|
||||||
[browser]
|
# [browser]
|
||||||
full_text=
|
# full_text=
|
||||||
color=#ff7f81
|
# color=#ff7f81
|
||||||
command=i3-msg -q exec firefox
|
# command=i3-msg -q exec firefox
|
||||||
|
#
|
||||||
[files]
|
# [files]
|
||||||
full_text=
|
# full_text=
|
||||||
color=#7f3fbf
|
# color=#7f3fbf
|
||||||
command=i3-msg -q exec thunar ~/
|
# command=i3-msg -q exec thunar ~/
|
||||||
|
|
||||||
#[mail]
|
#[mail]
|
||||||
#full_text=
|
#full_text=
|
||||||
#color=#dbcb75
|
#color=#dbcb75
|
||||||
#command=i3-msg -q exec thunderbird
|
#command=i3-msg -q exec thunderbird
|
||||||
|
|
||||||
[simple-2]
|
# [simple-2]
|
||||||
full_text=: :
|
# full_text=: :
|
||||||
color=#717171
|
# color=#717171
|
||||||
|
|
||||||
# Disk usage
|
# Disk usage
|
||||||
#
|
#
|
||||||
|
@ -112,9 +112,9 @@ interval=30
|
||||||
#command=echo "$(LANG=C nmcli d | grep connected | awk '{print $4}')"
|
#command=echo "$(LANG=C nmcli d | grep connected | awk '{print $4}')"
|
||||||
#interval=30
|
#interval=30
|
||||||
|
|
||||||
[bandwidth]
|
# [bandwidth]
|
||||||
command=~/.config/i3/scripts/bandwidth2
|
# command=~/.config/i3/scripts/bandwidth2
|
||||||
interval=persist
|
# interval=persist
|
||||||
|
|
||||||
# Battery indicator
|
# Battery indicator
|
||||||
#[battery]
|
#[battery]
|
||||||
|
@ -124,13 +124,13 @@ interval=persist
|
||||||
#label=
|
#label=
|
||||||
#interval=30
|
#interval=30
|
||||||
|
|
||||||
[simple-2]
|
# [simple-2]
|
||||||
full_text=: :
|
# full_text=: :
|
||||||
color=#717171
|
# color=#717171
|
||||||
|
|
||||||
[pavucontrol]
|
# [pavucontrol]
|
||||||
full_text=
|
# full_text=
|
||||||
command=pavucontrol
|
# command=pavucontrol
|
||||||
|
|
||||||
[volume-pulseaudio]
|
[volume-pulseaudio]
|
||||||
command=~/.config/i3/scripts/volume
|
command=~/.config/i3/scripts/volume
|
||||||
|
@ -146,9 +146,9 @@ interval=1
|
||||||
#command=~/.config/i3/scripts/keyboard-layout
|
#command=~/.config/i3/scripts/keyboard-layout
|
||||||
#interval=2
|
#interval=2
|
||||||
|
|
||||||
[keybindings]
|
# [keybindings]
|
||||||
full_text=
|
# full_text=
|
||||||
command=~/.config/i3/scripts/keyhint
|
# command=~/.config/i3/scripts/keyhint
|
||||||
|
|
||||||
# power-profiles-daemon implementation:
|
# power-profiles-daemon implementation:
|
||||||
# needs package power-profiles-daemon installed and the service running see here:
|
# needs package power-profiles-daemon installed and the service running see here:
|
||||||
|
@ -170,10 +170,10 @@ command=~/.config/i3/scripts/keyhint
|
||||||
command=date '+%a %d %b %H:%M:%S'
|
command=date '+%a %d %b %H:%M:%S'
|
||||||
interval=1
|
interval=1
|
||||||
|
|
||||||
[shutdown_menu]
|
# [shutdown_menu]
|
||||||
full_text=
|
# full_text=
|
||||||
command=~/.config/i3/scripts/powermenu
|
# command=~/.config/i3/scripts/powermenu
|
||||||
|
|
||||||
[simple-2]
|
# [simple-2]
|
||||||
full_text=: :
|
# full_text=: :
|
||||||
color=#717171
|
# color=#717171
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue