mirror of https://github.com/E-Almqvist/dotfiles
parent
879a647059
commit
aac2eaa8cc
@ -0,0 +1,39 @@ |
|||||||
|
# Keyboard layout |
||||||
|
setxkbmap se & |
||||||
|
|
||||||
|
# Display settings |
||||||
|
$HOME/.screenlayout/layout.sh & |
||||||
|
|
||||||
|
# Compositor |
||||||
|
$HOME/.config/picom/launch & |
||||||
|
|
||||||
|
# Background |
||||||
|
nitrogen --restore & |
||||||
|
|
||||||
|
# Notification daemon |
||||||
|
dunst & |
||||||
|
|
||||||
|
# Anti sleep |
||||||
|
xset s off & |
||||||
|
xset -dpms & |
||||||
|
|
||||||
|
# EWW widgets etc |
||||||
|
#eww daemon |
||||||
|
#eww open bar |
||||||
|
|
||||||
|
# Polybar |
||||||
|
# $HOME/.config/polybar/launch & |
||||||
|
|
||||||
|
# EWW widgets |
||||||
|
eww daemon & |
||||||
|
eww open-many bar-1 bar-2 & # the bar |
||||||
|
|
||||||
|
# Keyring |
||||||
|
eval $(gnome-keyring-daemon --start) |
||||||
|
export SSH_AUTH_SOCK |
||||||
|
|
||||||
|
# Emacs daemon |
||||||
|
# emacs --daemon & |
||||||
|
|
||||||
|
# LeftWM theme |
||||||
|
leftwm-command "LoadTheme $HOME/.config/leftwm/themes/current/theme.toml" |
@ -0,0 +1,24 @@ |
|||||||
|
[[repos]] |
||||||
|
url = "https://raw.githubusercontent.com/leftwm/leftwm-community-themes/master/known.toml" |
||||||
|
name = "community" |
||||||
|
definitions_version = 1 |
||||||
|
themes = [] |
||||||
|
|
||||||
|
[[repos]] |
||||||
|
url = "localhost" |
||||||
|
name = "LOCAL" |
||||||
|
definitions_version = 1 |
||||||
|
|
||||||
|
[[repos.themes]] |
||||||
|
name = "default" |
||||||
|
directory = "/home/elal/.config/leftwm/themes/default" |
||||||
|
version = "0.0.0" |
||||||
|
leftwm_versions = "*" |
||||||
|
current = false |
||||||
|
|
||||||
|
[[repos.themes]] |
||||||
|
name = "gruv" |
||||||
|
directory = "/home/elal/.config/leftwm/themes/gruv" |
||||||
|
version = "0.0.0" |
||||||
|
leftwm_versions = "*" |
||||||
|
current = true |
@ -0,0 +1 @@ |
|||||||
|
/home/elal/.config/leftwm/themes/gruv |
@ -0,0 +1,4 @@ |
|||||||
|
#!/usr/bin/bash |
||||||
|
|
||||||
|
export SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )" |
||||||
|
leftwm-command "UnloadTheme $SCRIPTPATH/theme.toml" |
@ -0,0 +1,5 @@ |
|||||||
|
border_width = 1 |
||||||
|
margin = 16 |
||||||
|
default_border_color = "#282828" |
||||||
|
focused_border_color = "#484848" |
||||||
|
floating_border_color = "#142f5a" |
@ -0,0 +1,4 @@ |
|||||||
|
#!/usr/bin/bash |
||||||
|
|
||||||
|
export SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )" |
||||||
|
leftwm-command "LoadTheme $SCRIPTPATH/theme.toml" |
Loading…
Reference in new issue