Updates
This commit is contained in:
parent
c0ce4ec0f9
commit
a6349ec522
|
@ -40,13 +40,13 @@ packagesPacman=(
|
||||||
"brightnessctl"
|
"brightnessctl"
|
||||||
"gum"
|
"gum"
|
||||||
"man-pages"
|
"man-pages"
|
||||||
"xdg-desktop-portal"
|
"xdg-desktop-portal"
|
||||||
|
"xdg-desktop-portal-gnome"
|
||||||
"nm-connection-editor"
|
"nm-connection-editor"
|
||||||
"gvfs"
|
"gvfs"
|
||||||
"xdg-user-dirs"
|
"xdg-user-dirs"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"network-manager-applet"
|
"network-manager-applet"
|
||||||
"xclip"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
packagesYay=(
|
packagesYay=(
|
||||||
|
|
|
@ -8,6 +8,7 @@ packagesPacman=(
|
||||||
"nitrogen"
|
"nitrogen"
|
||||||
"python-dbus-next"
|
"python-dbus-next"
|
||||||
"python-iwlib"
|
"python-iwlib"
|
||||||
|
"xclip"
|
||||||
);
|
);
|
||||||
|
|
||||||
packagesYay=(
|
packagesYay=(
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.7.2RC1
|
2.7.2
|
|
@ -1 +1 @@
|
||||||
271
|
272
|
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
gnome_schema="org.gnome.desktop.interface"
|
gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark'
|
||||||
gsettings set "$gnome_schema" icon-theme "Papirus-Dark"
|
gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'
|
||||||
gsettings set "$gnome_schema" cursor-theme "Bibata-Modern-Ice"
|
gsettings set org.gnome.desktop.interface font-name 'Cantarell 11'
|
||||||
gsettings set "$gnome_schema" font-name "Cantarell 11"
|
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||||
gsettings set "$gnome_schema" color-scheme "prefer-dark"
|
|
||||||
|
|
|
@ -5,4 +5,3 @@
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = QT_QPA_PLATFORM,wayland
|
env = QT_QPA_PLATFORM,wayland
|
||||||
env = GTK_THEME,Adwaita:dark
|
|
||||||
|
|
|
@ -5,6 +5,5 @@
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = QT_QPA_PLATFORM,wayland
|
env = QT_QPA_PLATFORM,wayland
|
||||||
env = GTK_THEME,Adwaita:dark
|
|
||||||
env = WLR_NO_HARDWARE_CURSORS, 1
|
env = WLR_NO_HARDWARE_CURSORS, 1
|
||||||
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
|
@ -2,9 +2,9 @@
|
||||||
# ML4W configurations
|
# ML4W configurations
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
windowrulev2 = float,class:(ml4w-about)
|
windowrulev2 = float,class:(com.ml4w.welcome)
|
||||||
windowrulev2 = size 60% 60%,class:(ml4w-about)
|
windowrulev2 = size 700 600,class:(om.ml4w.welcome)
|
||||||
windowrulev2 = center,class:(ml4w-about)
|
windowrulev2 = move 100%-730 80,class:(om.ml4w.welcome)
|
||||||
|
|
||||||
windowrulev2 = float,class:(dotfiles-floating)
|
windowrulev2 = float,class:(dotfiles-floating)
|
||||||
windowrulev2 = size 60% 60%,class:(dotfiles-floating)
|
windowrulev2 = size 60% 60%,class:(dotfiles-floating)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user