diff --git a/config b/config index 1884497..108e7d9 100644 --- a/config +++ b/config @@ -183,17 +183,17 @@ bindsym $mod+z mode "resize" # finds out, if available) bar { colors { - background #2e3440 - focused_workspace #d8dee9 #434c5e #d8dee9 + background #282a36 + focused_workspace #282a36 #bd93f9 #282a36 active_workspace #bf616a #bf616a #2e3440 - inactive_workspace #2e3440 #2e3440 #4c566a + inactive_workspace #282a36 #282a36 #44475a } position top font pango:Source Code Pro for Powerline 11 status_command bumblebee-status \ -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" \ - -t nord-powerline + -p root.path=/ time.format="%H:%M" date.format="%a, %b %d %Y" \ + -t dracula-powerline } #bar { @@ -209,9 +209,9 @@ bar { for_window [class=".*"] border pixel 2 # class border bg txt ind child_border -client.focused #88c0d0 #88c0d0 #f8f8f2 #88c0d0 #88c0d0 -client.focused_inactive #88c0d0 #88c0d0 #f8f8f2 #bd93f9 #88c0d0 -client.unfocused #4c566a #282a36 #44475a #6272a4 #4c566a +client.focused #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9 +client.focused_inactive #bd93f9 #bd93f9 #f8f8f2 #bd93f9 #bd93f9 +client.unfocused #44475a #44475a #44475a #44475a #44475a client.background #282a36 diff --git a/i3blocks.conf b/i3blocks.conf deleted file mode 100644 index 9b4ab7a..0000000 --- a/i3blocks.conf +++ /dev/null @@ -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