Minior changes to configs
This commit is contained in:
parent
cab43399e8
commit
571fd6685d
@ -1,6 +1,10 @@
|
|||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR --export TERM:xterm\x2d256color
|
SETUVAR --export TERM:xterm\x2d256color
|
||||||
|
SETUVAR --export ANDROID_HOME:/home/n0x/Android/Sdk
|
||||||
|
SETUVAR --export ANDROID_SDK_ROOT:/home/n0x/Android/Sdk
|
||||||
|
SETUVAR --export LIBVIRT_DEFAULT_URI:qemu\x3a///system
|
||||||
|
SETUVAR --export _JAVA_AWT_WM_NONREPARENTING:1
|
||||||
SETUVAR __fish_initialized:3400
|
SETUVAR __fish_initialized:3400
|
||||||
SETUVAR fish_color_autosuggestion:4c566a
|
SETUVAR fish_color_autosuggestion:4c566a
|
||||||
SETUVAR fish_color_cancel:\x2dr
|
SETUVAR fish_color_cancel:\x2dr
|
||||||
@ -30,4 +34,5 @@ SETUVAR fish_pager_color_completion:normal
|
|||||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
|
||||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
SETUVAR fish_user_paths:/home/n0x/\x2elocal/bin
|
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||||
|
SETUVAR fish_user_paths:/home/n0x/Android/Sdk/platform\x2dtools\x1e/home/n0x/Android/Sdk/tools/bin\x1e/home/n0x/Android/Sdk/tools\x1e/home/n0x/Android/Sdk/emulator\x1e/home/n0x/\x2elocal/bin
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
file:///home/n0x/Pictures Pictures
|
file:///home/n0x/Data Data
|
||||||
|
file:///home/n0x/DataFast DataFast
|
||||||
file:///home/n0x/Downloads Downloads
|
file:///home/n0x/Downloads Downloads
|
||||||
file:///home/n0x/Nextcloud Nextcloud
|
file:///home/n0x/Nextcloud Nextcloud
|
||||||
|
file:///home/n0x/Pictures Pictures
|
||||||
file:///home/n0x/workspace workspace
|
file:///home/n0x/workspace workspace
|
||||||
|
file:///home/n0x/.steam/steam/steamapps/common/ELDEN%20RING ELDEN RING
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
interval=0
|
interval=0
|
||||||
interface="wlo1"
|
interface="enp4s0"
|
||||||
|
|
||||||
datetime() {
|
datetime() {
|
||||||
icon=""
|
icon=""
|
||||||
@ -69,7 +69,7 @@ song() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
xsetroot -name " $(cpu) $(memory) $(networkinfo) $(disk) $(battery) $(datetime) "
|
xsetroot -name " $(cpu) $(memory) $(networkspeed) $(networkinfo) $(disk) $(song) $(datetime) "
|
||||||
sleep 8
|
sleep 8
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -44,9 +44,13 @@ picom -f &
|
|||||||
# restore wallpaper
|
# restore wallpaper
|
||||||
~/.fehbg &
|
~/.fehbg &
|
||||||
|
|
||||||
|
# set display brightness for secondary monitor
|
||||||
|
xrandr --output DP-2 --brightness .9 &
|
||||||
|
|
||||||
# start autolocker
|
# start autolocker
|
||||||
xautolock -time 10 -locker slock &
|
xautolock -time 10 -locker slock &
|
||||||
xset s off &
|
xset -dpms &
|
||||||
|
xset r rate 300 50 &
|
||||||
|
|
||||||
# auto disk mounting
|
# auto disk mounting
|
||||||
udiskie &
|
udiskie &
|
||||||
|
Loading…
Reference in New Issue
Block a user