i3 changed to dracula

This commit is contained in:
2022-03-19 12:20:53 +00:00
parent 3921a49856
commit 53582d2a7c
5 changed files with 93 additions and 26 deletions
+43 -19
View File
@@ -48,13 +48,22 @@ font pango: Fira Code 11px
# ------------------------- NEW COLORS -------------------------
# class border backgr. text indicator child_border
client.focused $coloract $coloract $white $split $coloract
client.focused_inactive $coloract $coloract $white $split $coloract
client.unfocused $colorin $colorin #888888 $split $colorin
client.urgent #2f343a #900000 $white #900000 #900000
client.placeholder #000000 #0c0c0c $white #000000 #0c0c0c
#client.focused $coloract $coloract $white $split $coloract
#client.focused_inactive $coloract $coloract $white $split $coloract
#client.unfocused $colorin $colorin #888888 $split $colorin
#client.urgent #2f343a #900000 $white #900000 #900000
#client.placeholder #000000 #0c0c0c $white #000000 #0c0c0c
client.background #ffffff
#client.background #ffffff
# -------------------- DRACULA THEME ----------------------------
client.focused #6272A4 #6272A4 #F8F8F2 #FF79C6 #6272A4
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
client.background #F8F8F2
@@ -64,7 +73,7 @@ client.background #ffffff
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork --color=000000
exec --no-startup-id setxkbmap -option
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
@@ -174,8 +183,8 @@ bindsym $mod+Shift+space focus mode_toggle
# focus the child container
#bindsym $mod+d focus child
new_window pixel 2
default_border pixel 2
new_window pixel 3
default_border pixel 3
gaps inner 14
gaps outer 14
@@ -324,7 +333,7 @@ mode "resize" {
bindsym $mod+r mode "resize"
set $Locker i3lock && sleep 1
set $Locker i3lock --color=000000 && sleep 1
set $mode_system (l)lock (e)logout (s)suspend (h)hibernate (r)reboot (Shift+s)shutdown
@@ -358,20 +367,35 @@ bar {
tray_output primary
tray_output eDP-1
i3bar_command i3bar
position bottom
position top
separator_symbol "|"
# colors {
# background #000000
# statusline $white
# separator $white
#
# focused_workspace $colorin $split #FFFFFF
# active_workspace #333333 #222222 #FFFFFF
# inactive_workspace #333333 #222222 #888888
# urgent_workspace #2F343A #900000 #FFFFFF
# binding_mode #2F343A #900000 #FFFFFF
# }
# DRACULA THEMMEMEMEMMEE
colors {
background #000000
statusline $white
separator $white
background #282A36
statusline #F8F8F2
separator #44475A
focused_workspace $colorin $split #FFFFFF
active_workspace #333333 #222222 #FFFFFF
inactive_workspace #333333 #222222 #888888
urgent_workspace #2F343A #900000 #FFFFFF
binding_mode #2F343A #900000 #FFFFFF
focused_workspace #44475A #44475A #F8F8F2
active_workspace #282A36 #44475A #F8F8F2
inactive_workspace #282A36 #282A36 #BFBFBF
urgent_workspace #FF5555 #FF5555 #F8F8F2
binding_mode #FF5555 #FF5555 #F8F8F2
}
}
bindsym $mod+b bar mode toggle