laptop
Elias Almqvist 2 years ago
parent 879a647059
commit aac2eaa8cc
  1. 39
      leftwm/.config/leftwm/autostart.sh
  2. 24
      leftwm/.config/leftwm/themes.toml
  3. 1
      leftwm/.config/leftwm/themes/current
  4. 4
      leftwm/.config/leftwm/themes/gruv/down
  5. 5
      leftwm/.config/leftwm/themes/gruv/theme.toml
  6. 4
      leftwm/.config/leftwm/themes/gruv/up

@ -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…
Cancel
Save