Modernize i3 setup: alacritty, dunst, rofi, i3blocks, blurlock, picom updates
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
|
||||
# If markup is not allowed, those tags will be stripped out of the
|
||||
# message.
|
||||
markup = yes
|
||||
markup = full
|
||||
|
||||
# The format of the message. Possible variables are:
|
||||
# %a appname
|
||||
@@ -116,11 +116,10 @@
|
||||
# Align icons left/right/off
|
||||
icon_position = left
|
||||
|
||||
# Paths to default icons.
|
||||
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/
|
||||
|
||||
# Limit icons size.
|
||||
max_icon_size = 64
|
||||
# Icon lookup
|
||||
enable_recursive_icon_lookup = true
|
||||
icon_theme = Adwaita
|
||||
icon_size = 64
|
||||
|
||||
# Note: [shortcuts] section was removed in dunst 1.7+
|
||||
# Use dunstctl for keyboard control instead:
|
||||
@@ -144,22 +143,4 @@
|
||||
foreground = "#F9FAF9"
|
||||
timeout = 8
|
||||
|
||||
[irc]
|
||||
appname = weechat
|
||||
timeout = 0
|
||||
background = "#0033bb"
|
||||
foreground = "#dddddd"
|
||||
|
||||
[weechat hl]
|
||||
appname = weechat
|
||||
category = weechat.HL
|
||||
background = "#FF5C47"
|
||||
foreground = "#FFFFFF"
|
||||
|
||||
[weechat pn]
|
||||
appname = weechat
|
||||
category = weechat.PM
|
||||
background = "#D53B84"
|
||||
foreground = "#FFFFFF"
|
||||
|
||||
# vim: ft=cfg
|
||||
|
||||
@@ -24,15 +24,21 @@ label=
|
||||
instance=0
|
||||
interval=10
|
||||
|
||||
[iface]
|
||||
[myi3volume]
|
||||
command=$HOME/opt/scripts/myi3blocks/myi3volume
|
||||
label=
|
||||
interval=5
|
||||
signal=1
|
||||
|
||||
[myi3iface]
|
||||
command=$HOME/opt/scripts/myi3blocks/myi3iface
|
||||
label=
|
||||
color=#33CCFF
|
||||
interval=30
|
||||
|
||||
[myi3weather-cam]
|
||||
[myi3weather]
|
||||
command=$HOME/opt/scripts/myi3blocks/myi3weather
|
||||
label=ℂ
|
||||
instance=2653941
|
||||
instance=2867543
|
||||
interval=600
|
||||
|
||||
[time]
|
||||
|
||||
@@ -37,12 +37,8 @@ invert-color-include = [ ];
|
||||
glx-copy-from-front = false;
|
||||
|
||||
opacity-rule = [
|
||||
"80:class_g = 'Gnome-terminal'",
|
||||
"80:class_g = 'Rofi'",
|
||||
"80:class_g = 'Mousepad'",
|
||||
"80:class_g = 'Evolution'",
|
||||
"80:class_g = 'Pcmanfm'",
|
||||
"80:class_g = 'Virt-manager'",
|
||||
"80:class_g = 'i3bar'"
|
||||
];
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
configuration {
|
||||
theme: "android_notification";
|
||||
terminal: "gnome-terminal";
|
||||
ssh-client: "ssh";
|
||||
ssh-command: "{terminal} -- {ssh-client} {host}";
|
||||
theme: "gruvbox-dark-hard";
|
||||
terminal: "alacritty";
|
||||
font: "Noto Sans 12";
|
||||
show-icons: true;
|
||||
lines: 10;
|
||||
drun-display-format: "{name}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user