change colorscheme
This commit is contained in:
parent
cfdfe123e8
commit
a141f52bd7
16
config
16
config
@ -183,17 +183,17 @@ bindsym $mod+z mode "resize"
|
|||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
colors {
|
colors {
|
||||||
background #2e3440
|
background #282a36
|
||||||
focused_workspace #d8dee9 #434c5e #d8dee9
|
focused_workspace #282a36 #bd93f9 #282a36
|
||||||
active_workspace #bf616a #bf616a #2e3440
|
active_workspace #bf616a #bf616a #2e3440
|
||||||
inactive_workspace #2e3440 #2e3440 #4c566a
|
inactive_workspace #282a36 #282a36 #44475a
|
||||||
}
|
}
|
||||||
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 CW %V" date.format="%a, %b %d %Y" \
|
-p root.path=/ time.format="%H:%M" date.format="%a, %b %d %Y" \
|
||||||
-t nord-powerline
|
-t dracula-powerline
|
||||||
}
|
}
|
||||||
|
|
||||||
#bar {
|
#bar {
|
||||||
@ -209,9 +209,9 @@ bar {
|
|||||||
for_window [class=".*"] border pixel 2
|
for_window [class=".*"] border pixel 2
|
||||||
|
|
||||||
# class border bg txt ind child_border
|
# class border bg txt ind child_border
|
||||||
client.focused #88c0d0 #88c0d0 #f8f8f2 #88c0d0 #88c0d0
|
client.focused #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9
|
||||||
client.focused_inactive #88c0d0 #88c0d0 #f8f8f2 #bd93f9 #88c0d0
|
client.focused_inactive #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9
|
||||||
client.unfocused #4c566a #282a36 #44475a #6272a4 #4c566a
|
client.unfocused #44475a #44475a #44475a #44475a #44475a
|
||||||
|
|
||||||
client.background #282a36
|
client.background #282a36
|
||||||
|
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
# i3blocks configuration file
|
|
||||||
#
|
|
||||||
# The i3blocks man page describes the usage of the binary,
|
|
||||||
# and its website describes the configuration:
|
|
||||||
#
|
|
||||||
# https://vivien.github.io/i3blocks
|
|
||||||
|
|
||||||
|
|
||||||
# Global properties
|
|
||||||
separator=true
|
|
||||||
separator_block_width=15
|
|
||||||
|
|
||||||
[documentation]
|
|
||||||
full_text=Documentation
|
|
||||||
website=https://vivien.github.io/i3blocks
|
|
||||||
command=xdg-open "$website"
|
|
||||||
color=#f12711
|
|
||||||
|
|
||||||
[greetings]
|
|
||||||
color=#f5af19
|
|
||||||
command=echo "Hello, $USER!"
|
|
||||||
interval=once
|
|
||||||
|
|
||||||
[time]
|
|
||||||
command=date '+%Y-%m-%d %H:%M:%S'
|
|
||||||
interval=1
|
|
Loading…
Reference in New Issue
Block a user