mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-29 16:52:02 +00:00
Connecting to NAS
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Load user settings from config file.
|
||||
. ~/.config/i3/settings.conf
|
||||
. ~/.config/settings.conf
|
||||
|
||||
cat ~/.config/i3/shared.conf ~/.config/i3/${computer}.conf > ~/.config/i3/config
|
||||
|
@ -147,6 +147,9 @@ bindsym $mod+r mode "resize"
|
||||
# Start bar
|
||||
exec --no-startup-id polybar aqua
|
||||
|
||||
# Startup scripts
|
||||
ecec --no-startup-id sh ~/.config/scripts/connect-nas.sh
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #0288D1 #0288D1 #B3E5FC #000000 #000000
|
||||
client.focused_inactive #212121 #212121 #ffffff #000000 #000000
|
||||
|
Reference in New Issue
Block a user