added setup packages
This commit is contained in:
@@ -778,12 +778,12 @@ interface = eth0
|
|||||||
|
|
||||||
[module/wireless-network]
|
[module/wireless-network]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp3s0
|
interface = wlp5s0
|
||||||
|
|
||||||
; Normal Module
|
; Normal Module
|
||||||
[module/network]
|
[module/network]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp6s0
|
interface = wlp5s0
|
||||||
click-left = nm-connection-editor
|
click-left = nm-connection-editor
|
||||||
|
|
||||||
; Seconds to sleep between updates
|
; Seconds to sleep between updates
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
function get_public_ip(){
|
function public_ip(){
|
||||||
curl icanhazip.com
|
curl icanhazip.com
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,3 +32,6 @@ gnome-keyring
|
|||||||
|
|
||||||
xclip
|
xclip
|
||||||
xorg-xwininfo
|
xorg-xwininfo
|
||||||
|
|
||||||
|
gvfs-smb
|
||||||
|
avahi
|
||||||
|
|||||||
@@ -41,3 +41,4 @@ pamixer
|
|||||||
xbindkeys
|
xbindkeys
|
||||||
nvidia-settings
|
nvidia-settings
|
||||||
dunst
|
dunst
|
||||||
|
ksysguard
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
export AWT_TOOLKIT=MToolkit
|
export AWT_TOOLKIT=MToolkit
|
||||||
|
export LUTRIS_RUNTIME=0
|
||||||
|
|
||||||
xrandr --dpi 110 &
|
xrandr --dpi 110 &
|
||||||
xrdb -merge ~/.Xresources &
|
xrdb -merge ~/.Xresources &
|
||||||
|
|||||||
Reference in New Issue
Block a user