mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 03:53:43 +00:00
[i3] Remove dunst config
This commit is contained in:
parent
e0e5d66999
commit
8594cf01d5
@ -45,7 +45,7 @@ OUT=$(I3_CONFIG_OUT) $(DUNST_CONFIG_OUT)
|
||||
|
||||
clean_install: clean install
|
||||
clean: clean_i3 clean_dunst clean_compton clean_i3blocks clean_bins
|
||||
install: $(REQUIRED_BINS) install_i3 install_dunst install_compton install_i3blocks install_bins
|
||||
install: $(REQUIRED_BINS) install_i3 install_compton install_i3blocks install_bins clean_dunst
|
||||
|
||||
$(REQUIRED_BINS):
|
||||
$(ROOT_APT) install $(PACKAGES)
|
||||
@ -71,12 +71,6 @@ clean_i3blocks:
|
||||
clean_dunst:
|
||||
rm -f $(DUNST_CONFIG_OUT)
|
||||
|
||||
install_dunst: $(DUNST_CONFIG_DIR)
|
||||
cp $(DUNST_CONFIG) $(DUNST_CONFIG_OUT)
|
||||
|
||||
$(DUNST_CONFIG_DIR):
|
||||
mkdir -p $(DUNST_CONFIG_DIR)
|
||||
|
||||
# compton
|
||||
clean_compton:
|
||||
rm -f $(COMPTON_CONFIG_OUT)
|
||||
|
50
i3/dunstrc
50
i3/dunstrc
@ -1,50 +0,0 @@
|
||||
[global]
|
||||
monitor = 1
|
||||
follow = none
|
||||
geometry = "300x5-30+30"
|
||||
indicate_hidden = yes
|
||||
shrink = yes
|
||||
separator_height = 1
|
||||
padding = 8
|
||||
horizontal_padding = 8
|
||||
frame_width = 0
|
||||
sort = yes
|
||||
|
||||
# Text
|
||||
font = Roboto 10
|
||||
line_height = 0
|
||||
markup = full
|
||||
format = "<b>%s</b>\n%b"
|
||||
aligment = left
|
||||
show_age_threshold = 60
|
||||
word_wrap = yes
|
||||
ignore_newline = no
|
||||
stack_duplicates = false
|
||||
show_indicators = yes
|
||||
icon_position = off
|
||||
max_fieldlength = 200
|
||||
|
||||
[frame]
|
||||
width = 0
|
||||
|
||||
[shortcuts]
|
||||
close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
|
||||
[urgency_low]
|
||||
background = "#212121"
|
||||
foreground = "#FFFFFF"
|
||||
timeout = 10
|
||||
|
||||
[urgency_normal]
|
||||
background = "#ffffff"
|
||||
foreground = "#5f6368"
|
||||
timeout = 15
|
||||
|
||||
[urgency_critical]
|
||||
background = "#B71C1C"
|
||||
foreground = "#000000"
|
||||
timeout = 120
|
||||
|
Loading…
Reference in New Issue
Block a user