1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-19 03:09:06 -05:00

Compare commits

...

4 commits

Author SHA1 Message Date
Kaan Barmore-Genç 3a78f76556
Update Readme.md 2022-04-19 22:18:16 -04:00
Kaan Barmore-Genç f3516673d2 set GOPATH to a dot folder 2022-04-19 20:28:49 -04:00
Kaan Barmore-Genç 522b9d30f4 battery indicator 2022-04-19 20:28:18 -04:00
Kaan Barmore-Genç efa091969b set sway colors 2022-04-19 20:28:00 -04:00
4 changed files with 11 additions and 2 deletions

View file

@ -1,4 +1,4 @@
This is my configuration for my laptop.
See [eclipse](https://github.com/SeriousBug/dotfiles/tree/eclipse) for the configuration I use on my laptop.
See [eclipse](https://github.com/SeriousBug/dotfiles/tree/eclipse) for the configuration I use on my desktop.

View file

@ -4,6 +4,7 @@ SETUVAR --export ANDROID_HOME:/home/kaan/Android/Sdk/
SETUVAR --export BROWSER:firefox
SETUVAR --export CROSS_CONTAINER_ENGINE:podman
SETUVAR --export EDITOR:nano
SETUVAR --export --path GOPATH:/home/kaan/\x2ego
SETUVAR --export MOZ_ENABLE_WAYLAND:1
SETUVAR --export TSC_WATCHFILE:UseFsEventsWithFallbackDynamicPolling
SETUVAR --export XDG_CURRENT_DESKTOP:sway

View file

@ -268,4 +268,12 @@ bar {
gaps inner 12
gaps outer 16
default_border pixel
client.focused #F10086 #F10086 #ffffff #F10086 #F10086
client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
client.focused_tab_title #333333 #5f676a #ffffff
client.unfocused #711A75 #711A75 #ffffff #711A75 #711A75
client.urgent #F582A7 #F582A7 #000000 #F582A7 #F582A7
include /etc/sway/config.d/*

View file

@ -7,7 +7,7 @@
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["custom/media", "pulseaudio", "cpu", "memory", "temperature", "sway/language", "clock", "tray"],
"modules-right": ["custom/media", "battery", "pulseaudio", "cpu", "memory", "temperature", "sway/language", "clock", "tray"],
// Modules configuration
"sway/workspaces": {
"disable-scroll": true,