Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
/ linuxconfig Public archive

Stuff for my workstations. No longer alive, due to https://github.com/jonasks/dotfiles and macOS instead of Linux

Notifications You must be signed in to change notification settings

JonasKs/linuxconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linuxconfig

Stuff for my workstations

statusbar.py

Add the following config to your ~/.config/sway/config:

bar {
    position top
    status_command python3.7 ~/path/to/statusbar.py
    colors {
        statusline #ffffff
        background #323232
        inactive_workspace #32323200 #32323200 #5c5c5c
    }
}

Remember to install pip install -r requirements.txt

sway_config

Should be renamed to config and placed in ~/.config/sway/ General sway config. Very work in progress. Some custom keybinds and a very specific worspace handling for my dock.

About

Stuff for my workstations. No longer alive, due to https://github.com/jonasks/dotfiles and macOS instead of Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages