Merge branch 'master' of https://git.ploedige.com/paul-loedige/.dotfiles
This commit is contained in:
@@ -13,7 +13,7 @@ class MemoryC(widget.base.ThreadPoolText):
|
||||
]
|
||||
|
||||
def __init__(self, **config):
|
||||
super().__init__("",**config)
|
||||
super().__init__("", **config)
|
||||
self.add_defaults(MemoryC.defaults)
|
||||
|
||||
def poll(self):
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
sleep 1
|
||||
nitrogen --restore &
|
||||
bash .screenlayout/layout.sh &
|
||||
pulseaudio-ctl set 50 &
|
||||
@@ -7,4 +8,4 @@ nextcloud &
|
||||
timeshift &
|
||||
numlockx &
|
||||
redshift-gtk -t 6500:3600 &
|
||||
udiskie &
|
||||
udiskie -t &
|
||||
Reference in New Issue
Block a user