diff options
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/fish/conf.d/rustup.fish | 1 | ||||
| -rw-r--r-- | dot_config/fish/fish_variables | 6 | ||||
| -rw-r--r-- | dot_config/foot/catppuccin-latte | 2 | ||||
| -rw-r--r-- | dot_config/mpv/mpv.conf.tmpl | 3 | ||||
| -rw-r--r-- | dot_config/sway/config.tmpl | 2 | ||||
| -rw-r--r-- | dot_config/waybar/config | 9 | ||||
| -rw-r--r-- | dot_config/wofi/style.css | 3 |
7 files changed, 16 insertions, 10 deletions
diff --git a/dot_config/fish/conf.d/rustup.fish b/dot_config/fish/conf.d/rustup.fish deleted file mode 100644 index cf1d54a..0000000 --- a/dot_config/fish/conf.d/rustup.fish +++ /dev/null @@ -1 +0,0 @@ -source "/home/tom/.local/share/rust/cargo/env.fish" diff --git a/dot_config/fish/fish_variables b/dot_config/fish/fish_variables deleted file mode 100644 index 687fe6c..0000000 --- a/dot_config/fish/fish_variables +++ /dev/null @@ -1,6 +0,0 @@ -# This file contains fish universal variable definitions. -# VERSION: 3.0 -SETUVAR --export CARAPACE_BRIDGES:zsh\x2cfish\x2cbash\x2cinshellisense -SETUVAR __fish_initialized:4300 -SETUVAR _fish_abbr_lf:lfcd -SETUVAR fish_user_paths:/home/tom/\x2elocal/bin diff --git a/dot_config/foot/catppuccin-latte b/dot_config/foot/catppuccin-latte index 7f77dae..df0207f 100644 --- a/dot_config/foot/catppuccin-latte +++ b/dot_config/foot/catppuccin-latte @@ -23,7 +23,7 @@ bright5=ea76cb bright6=179299 bright7=bcc0cc -cursor=eff1f5 dc8a78 +#cursor=eff1f5 dc8a78 16=fe640b 17=dc8a78 diff --git a/dot_config/mpv/mpv.conf.tmpl b/dot_config/mpv/mpv.conf.tmpl index d94f17f..7796488 100644 --- a/dot_config/mpv/mpv.conf.tmpl +++ b/dot_config/mpv/mpv.conf.tmpl @@ -2,6 +2,9 @@ # Home laptop hwdec=vaapi gpu-api=opengl +{{- else if eq .chezmoi.hostname "aurora" }} +# Work laptop +hwdec=vaapi {{- else }} hwdec=auto {{- end }} diff --git a/dot_config/sway/config.tmpl b/dot_config/sway/config.tmpl index 463e958..dac5feb 100644 --- a/dot_config/sway/config.tmpl +++ b/dot_config/sway/config.tmpl @@ -47,7 +47,7 @@ output eDP-1 { mode 3200x2000@165Hz scale {{ .dp_scale }} bg ./bladerunner.jpg fill - position 3840 375 + position 3840 0 } # Work setup: 2 monitors to the left output "Samsung Electric Company LS32B30 HCNYA05090" { diff --git a/dot_config/waybar/config b/dot_config/waybar/config index 82d8b6c..5a26019 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -6,7 +6,7 @@ // Define modules to use "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["sway/window"], - "modules-right": ["network", "bluetooth", "wireplumber", "cpu", "memory", "battery", "power-profiles-daemon", "clock", "systemd-failed-units"], + "modules-right": ["mpd", "network", "bluetooth", "wireplumber", "cpu", "memory", "battery", "power-profiles-daemon", "clock", "systemd-failed-units"], // Configure modules "sway/window": { @@ -21,6 +21,13 @@ "mpris": { "dynamic-len": 50, }, + "mpd": { + "server": "/run/user/1000/mpd.sock", + "format": "{album} - {artist} - {title}", + "album-len": 30, + "artist-len": 30, + "title-len": 30, + }, "bluetooth": { "format": " {status} ({num_connections})", "tooltip-format": "{controller_alias}\t{controller_address}", diff --git a/dot_config/wofi/style.css b/dot_config/wofi/style.css new file mode 100644 index 0000000..92e4e70 --- /dev/null +++ b/dot_config/wofi/style.css @@ -0,0 +1,3 @@ +#window { + opacity: 0.9; +} |