+ themeing / colours

This commit is contained in:
committer
2024-05-20 07:22:58 -05:00
parent cc2d12400d
commit 7488aef8fb

View File

@@ -178,9 +178,10 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
bar { # <FK>
status_command i3status #bar {
} # status_command i3status
#}
#################################################### ####################################################
### START OF OWN ADDITIONS SECTION ### ### START OF OWN ADDITIONS SECTION ###
@@ -217,6 +218,9 @@ exec --no-startup-id xautolock -time 1 -locker i3lock_fk.sh
# shortcuts # shortcuts
# --- # ---
# toggle status bar on/off
bindsym $mod+m bar mode toggle
# start file manager # start file manager
bindsym $mod+F3 exec pcmanfm bindsym $mod+F3 exec pcmanfm
@@ -294,7 +298,7 @@ workspace_auto_back_and_forth yes
workspace 10 output eDP-1 workspace 10 output eDP-1
# --- # ---
# gaps # i3-gaps
# --- # ---
# Set inner/outer gaps # Set inner/outer gaps
@@ -349,3 +353,34 @@ mode "$mode_gaps_outer" {
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"
} }
bar {
status_command i3status
colors {
background #4A0237
statusline #FC08BB
separator #2AFF00
# border backgr text
focused_workspace #2AFF00 #FC08BB #63034A
active_workspace #FC08BB #FC08BB #63034A
inactive_workspace #FC08BB #63034A #FC08BB
binding_mode #FC08BB #2AFF00 #FC08BB
urgent_workspace #FC08BB #2AFF00 #FC08BB
}
}
# ---
# theme colours
# ---
# class border backgr. text indic. child_border
client.focused #53cff9 #53cff9 #fc08bb #FDF6E3 #2AFF00
client.focused_inactive #0683ac #0683ac #b5ebfc #454948
client.unfocused #045d7b #045d7b #09bbf6 #454948
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
client.placeholder #000000 #0c0c0c #ffffff #000000
client.background #7d035c