switch from dunst to wired
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Xcursor.size: 16
|
Xcursor.size: 16
|
||||||
|
Xft.dpi: 96
|
||||||
Xft.autohint: 1
|
Xft.autohint: 1
|
||||||
Xft.lcdfilter: lcddefault
|
Xft.lcdfilter: lcddefault
|
||||||
Xft.hintstyle: hintfull
|
Xft.hintstyle: hintfull
|
||||||
|
|||||||
+1
-1
@@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
### Text ###
|
### Text ###
|
||||||
|
|
||||||
font = Iosevka 12
|
font = Hack Nerd Font 14
|
||||||
|
|
||||||
# The spacing between lines. If the height is smaller than the
|
# The spacing between lines. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
killall -q dunst
|
killall -q dunst
|
||||||
dunst --startup-notification true &
|
dunst -startup_notification &
|
||||||
|
|||||||
@@ -194,7 +194,8 @@ hide_edge_borders none
|
|||||||
gaps inner 0
|
gaps inner 0
|
||||||
gaps outer 0
|
gaps outer 0
|
||||||
|
|
||||||
|
exec_always --no-startup-id ~/.config/wired/start.sh
|
||||||
exec_always --no-startup-id feh --bg-scale --randomize ~/.wallpapers/
|
exec_always --no-startup-id feh --bg-scale --randomize ~/.wallpapers/
|
||||||
# wal -i ~/.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
|
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||||
|
|||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
killall -q wired
|
||||||
|
wired &
|
||||||
+3898
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user