switch from dunst to wired

master
Rostyslav Hnatyshyn 3 weeks ago
parent c16abd979b
commit a96fffb78c
  1. 1
      Xresources
  2. 2
      dunst/dunstrc
  3. 2
      dunst/start.sh
  4. 3
      i3/config
  5. 4
      wired/start.sh
  6. 3898
      wired/wired.ron

@ -1,4 +1,5 @@
Xcursor.size: 16
Xft.dpi: 96
Xft.autohint: 1
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull

@ -67,7 +67,7 @@
### Text ###
font = Iosevka 12
font = Hack Nerd Font 14
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.

@ -1,4 +1,4 @@
#!/bin/bash
killall -q dunst
dunst --startup-notification true &
dunst -startup_notification &

@ -194,7 +194,8 @@ hide_edge_borders none
gaps inner 0
gaps outer 0
exec_always --no-startup-id ~/.config/wired/start.sh
exec_always --no-startup-id feh --bg-scale --randomize ~/.wallpapers/
# wal -i ~/.wallpapers
exec_always --no-startup-id ~/.config/dunst/start.sh
#exec_always --no-startup-id ~/.config/dunst/start.sh
exec_always --no-startup-id ~/.config/polybar/launch.sh

@ -0,0 +1,4 @@
#!/bin/bash
killall -q wired
wired &

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save