sway: add dracula GTK theme as submodule
This commit is contained in:
parent
3cc11d7ac3
commit
6fb8449a62
@ -18,8 +18,9 @@ set
|
|||||||
# $bg "~/Pictures/apod/2020-April-29-The-Ion-Tail-of-New-Comet-SWAN.jpg fit #000000"
|
# $bg "~/Pictures/apod/2020-April-29-The-Ion-Tail-of-New-Comet-SWAN.jpg fit #000000"
|
||||||
$bg "~/Pictures/apod/2020-August-11-Churning-Clouds-on-Jupiter.jpg"
|
$bg "~/Pictures/apod/2020-August-11-Churning-Clouds-on-Jupiter.jpg"
|
||||||
$bg2 "~/Pictures/apod/2019-October-20-Pluto-at-Night.jpg"
|
$bg2 "~/Pictures/apod/2019-October-20-Pluto-at-Night.jpg"
|
||||||
$gtk_theme "Mint-Y-Dark-Blue"
|
$gtk_theme "Dracula"
|
||||||
$icon_theme "Flat-Remix-Blue-Dark"
|
$icon_theme "Flat-Remix-Blue-Dark"
|
||||||
|
$theme "Dracula"
|
||||||
$laptop_screen "eDP-1"
|
$laptop_screen "eDP-1"
|
||||||
$ext_screen "DP-2"
|
$ext_screen "DP-2"
|
||||||
$pri $laptop_screen
|
$pri $laptop_screen
|
||||||
@ -47,6 +48,8 @@ exec_always --no-startup-id
|
|||||||
#swaymsg output $ter bg $bg
|
#swaymsg output $ter bg $bg
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme '$gtk_theme'
|
gsettings set org.gnome.desktop.interface gtk-theme '$gtk_theme'
|
||||||
gsettings set org.gnome.desktop.interface icon-theme '$icon_theme'
|
gsettings set org.gnome.desktop.interface icon-theme '$icon_theme'
|
||||||
|
gsettings set org.gnome.desktop.wm.preferences button-layout 'icon:close'
|
||||||
|
gsettings set org.gnome.desktop.wm.preferences theme '$theme'
|
||||||
# TODO add ~/.asdf/shims to PATH
|
# TODO add ~/.asdf/shims to PATH
|
||||||
pkill fusuma; ~/.asdf/shims/fusuma -d -c ~/.config/fusuma/config-wl.yml
|
pkill fusuma; ~/.asdf/shims/fusuma -d -c ~/.config/fusuma/config-wl.yml
|
||||||
pkill autotiling; autotiling
|
pkill autotiling; autotiling
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule ".zsh/bemenu-dracula"]
|
[submodule ".zsh/bemenu-dracula"]
|
||||||
path = .zsh/bemenu-dracula
|
path = .zsh/bemenu-dracula
|
||||||
url = https://github.com/dracula/bemenu
|
url = https://github.com/dracula/bemenu
|
||||||
|
[submodule ".themes/dracula-gtk"]
|
||||||
|
path = .themes/dracula-gtk
|
||||||
|
url = https://github.com/dracula/gtk
|
||||||
|
1
.themes/dracula-gtk
Submodule
1
.themes/dracula-gtk
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 6477a7f099bef481d4326cf7011f969af77e99b3
|
Loading…
Reference in New Issue
Block a user