3/11
This commit is contained in:
parent
a141f52bd7
commit
2eba38ab2f
31
config
31
config
@ -183,17 +183,17 @@ bindsym $mod+z mode "resize"
|
|||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
colors {
|
colors {
|
||||||
background #282a36
|
background #282828
|
||||||
focused_workspace #282a36 #bd93f9 #282a36
|
focused_workspace #d79921 #d79921 #282828
|
||||||
active_workspace #bf616a #bf616a #2e3440
|
active_workspace #d79921 #d79921 #282828
|
||||||
inactive_workspace #282a36 #282a36 #44475a
|
inactive_workspace #3c3836 #3c3836 #282828
|
||||||
}
|
}
|
||||||
position top
|
position top
|
||||||
font pango:Source Code Pro for Powerline 11
|
font pango:Source Code Pro for Powerline 11
|
||||||
status_command bumblebee-status \
|
status_command bumblebee-status \
|
||||||
-m title disk:root battery date time pasink pasource vpn network arch-update \
|
-m title disk:root battery date time pasink pasource vpn network arch-update \
|
||||||
-p root.path=/ time.format="%H:%M" date.format="%a, %b %d %Y" \
|
-p root.path=/ time.format="%H:%M" date.format="%a, %b %d %Y" \
|
||||||
-t dracula-powerline
|
-t gruvbox-powerline
|
||||||
}
|
}
|
||||||
|
|
||||||
#bar {
|
#bar {
|
||||||
@ -208,13 +208,23 @@ bar {
|
|||||||
|
|
||||||
for_window [class=".*"] border pixel 2
|
for_window [class=".*"] border pixel 2
|
||||||
|
|
||||||
|
################
|
||||||
|
# COLORSCHEMES #
|
||||||
|
################
|
||||||
|
|
||||||
|
# Dracula
|
||||||
# class border bg txt ind child_border
|
# class border bg txt ind child_border
|
||||||
client.focused #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9
|
#client.focused #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9
|
||||||
client.focused_inactive #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9
|
#client.focused_inactive #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9
|
||||||
client.unfocused #44475a #44475a #44475a #44475a #44475a
|
#client.unfocused #44475a #44475a #44475a #44475a #44475a
|
||||||
|
#client.background #282a36
|
||||||
client.background #282a36
|
|
||||||
|
|
||||||
|
# Gruvbox
|
||||||
|
# class border bg txt ind child_border
|
||||||
|
client.focused #d79921 #d79921 #a89984 #d79921 #d79921
|
||||||
|
client.focused_inactive #d79921 #d79921 #a89984 #d79921 #d79921
|
||||||
|
client.unfocused #3c3856 #3c3856 #3c3856 #3c3856 #3c3856
|
||||||
|
client.background #282828
|
||||||
|
|
||||||
# Wallpaper
|
# Wallpaper
|
||||||
|
|
||||||
@ -226,3 +236,4 @@ client.background #282a36
|
|||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bindsym $mod+Shift+s exec --no-startup-id maim "/home/arco/Screenshots/$(date).png"
|
bindsym $mod+Shift+s exec --no-startup-id maim "/home/arco/Screenshots/$(date).png"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user