From cfdfe123e80141f0038f2004fe0b68e246c72365 Mon Sep 17 00:00:00 2001 From: lw-everestlinux Date: Fri, 16 Dec 2022 16:58:20 -0500 Subject: [PATCH] hi --- config | 21 ++++++++++++--------- i3blocks.conf | 26 ++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 i3blocks.conf diff --git a/config b/config index dc64d56..1884497 100644 --- a/config +++ b/config @@ -184,22 +184,25 @@ bindsym $mod+z mode "resize" bar { colors { background #2e3440 - focused_workspace #bf616a #bf616a #2e3440 + focused_workspace #d8dee9 #434c5e #d8dee9 active_workspace #bf616a #bf616a #2e3440 inactive_workspace #2e3440 #2e3440 #4c566a } - font pango:Source Code Pro for Powerline 11 position top - tray_output none - status_command bumblebee-status \ + 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-colorful + -t nord-powerline } +#bar { +# status_command i3blocks +#} + # Start compositor - exec picom --vsync --backend glx --config /home/arco/.config/picom.conf + exec picom --vsync --backend glx --config /home/arco/.config/picom.conf --experimental-backend # Get rid of borders @@ -212,9 +215,6 @@ client.unfocused #4c566a #282a36 #44475a #6272a4 #4c566a client.background #282a36 -# Gaps - - gaps inner 10 # Wallpaper @@ -223,3 +223,6 @@ client.background #282a36 # Notification Daemon exec dunst & + +# Screenshot +bindsym $mod+Shift+s exec --no-startup-id maim "/home/arco/Screenshots/$(date).png" diff --git a/i3blocks.conf b/i3blocks.conf new file mode 100644 index 0000000..9b4ab7a --- /dev/null +++ b/i3blocks.conf @@ -0,0 +1,26 @@ +# 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