Compare commits
No commits in common. "5ce34e515350c57725a080a6c4f90d947f2e2a74" and "803e1364ef5cd619db5afea79fe50f4e738718b0" have entirely different histories.
5ce34e5153
...
803e1364ef
|
@ -6,7 +6,6 @@ tromjaro-mirrorlist
|
||||||
grub-theme-tromjaro
|
grub-theme-tromjaro
|
||||||
tromjaro-settings
|
tromjaro-settings
|
||||||
tromjaro-autosnap-hook
|
tromjaro-autosnap-hook
|
||||||
tromjaro-welcome-app
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,7 +44,6 @@ smplayer-themes
|
||||||
webapp-manager
|
webapp-manager
|
||||||
normcap
|
normcap
|
||||||
catfish
|
catfish
|
||||||
nextcloud-client
|
|
||||||
|
|
||||||
|
|
||||||
#Settings
|
#Settings
|
||||||
|
@ -88,6 +86,7 @@ zsh-autosuggestions
|
||||||
#Global Menus and HUD
|
#Global Menus and HUD
|
||||||
mate-hud
|
mate-hud
|
||||||
vala-panel-appmenu-xfce-git
|
vala-panel-appmenu-xfce-git
|
||||||
|
vala-panel-appmenu-registrar
|
||||||
vala-panel-appmenu-common-git
|
vala-panel-appmenu-common-git
|
||||||
appmenu-gtk-module
|
appmenu-gtk-module
|
||||||
libdbusmenu-gtk2
|
libdbusmenu-gtk2
|
||||||
|
@ -95,18 +94,23 @@ libdbusmenu-gtk2
|
||||||
|
|
||||||
#Themes and Icons
|
#Themes and Icons
|
||||||
zafiro-icon-theme
|
zafiro-icon-theme
|
||||||
|
skeuos-gtk
|
||||||
|
mint-y-icons
|
||||||
|
delft-icon-theme-git
|
||||||
|
papirus-icon-theme
|
||||||
|
mcmojave-circle-icon-theme-git
|
||||||
|
mint-themes
|
||||||
|
layan-gtk-theme-git
|
||||||
|
mojave-gtk-theme-git
|
||||||
bibata-cursor-theme
|
bibata-cursor-theme
|
||||||
bibata-cursor-translucent
|
bibata-cursor-translucent
|
||||||
graphite-cursor-theme-git
|
graphite-cursor-theme-git
|
||||||
capitaine-cursors
|
capitaine-cursors
|
||||||
colloid-gtk-theme-git
|
|
||||||
papirus-icon-theme-git
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#Useful packages
|
#Useful packages
|
||||||
pamac-gtk3
|
|
||||||
tlp
|
tlp
|
||||||
libadwaita-without-adwaita-git
|
libadwaita-without-adwaita-git
|
||||||
hunspell
|
hunspell
|
||||||
|
|
|
@ -39,7 +39,7 @@ mesa-vdpau
|
||||||
>nonfree_multilib lib32-nvidia-470xx-utils
|
>nonfree_multilib lib32-nvidia-470xx-utils
|
||||||
>nonfree_multilib lib32-nvidia-390xx-utils
|
>nonfree_multilib lib32-nvidia-390xx-utils
|
||||||
>nonfree_multilib lib32-nvidia-utils
|
>nonfree_multilib lib32-nvidia-utils
|
||||||
#opencl-mesa
|
opencl-mesa
|
||||||
open-vm-tools
|
open-vm-tools
|
||||||
primus
|
primus
|
||||||
qemu-guest-agent
|
qemu-guest-agent
|
||||||
|
|
|
@ -12,6 +12,6 @@ hide-user-image = true
|
||||||
keyboard = onboard
|
keyboard = onboard
|
||||||
a11y-states = ~keyboard
|
a11y-states = ~keyboard
|
||||||
background = #000000
|
background = #000000
|
||||||
theme-name = Colloid-Teal-Dark-Nord
|
theme-name = Skeuos-Grey-Dark
|
||||||
icon-theme-name = zafiro-dark
|
icon-theme-name = zafiro-dark
|
||||||
font-name = Ubuntu Condensed, 14
|
font-name = Ubuntu Condensed, 14
|
|
@ -81,9 +81,9 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
SigLevel = PackageRequired
|
SigLevel = PackageRequired
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# [community]
|
[community]
|
||||||
# SigLevel = PackageRequired
|
SigLevel = PackageRequired
|
||||||
# Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the multilib repositories as required here.
|
# enable the multilib repositories as required here.
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Exec=create-template
|
||||||
|
Name=create-template
|
||||||
|
Comment=Create Empty File for Nautilus "New Document" Menu
|
||||||
|
Type=Application
|
||||||
|
Icon=nautilus
|
|
@ -1,9 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Name=TROMjaro Welcome
|
|
||||||
Comment=Customize TROMjaro for you!
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
Exec=python /usr/bin/tromjaro-welcome-app
|
|
||||||
Icon=/usr/share/tromjaro-welcome-app/tromjaro-welcome.svg
|
|
||||||
Categories=GTK;Utility;Accessibility;
|
|
|
@ -1,21 +1,8 @@
|
||||||
/* Better padding for the panel app icons */
|
/* Taller or wider buttons */
|
||||||
#docklike-plugin button {padding: 5px;}
|
#docklike-plugin button {
|
||||||
|
min-height: 48px;
|
||||||
|
min-width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Highlight active and hover group for the panel app icons */
|
|
||||||
#docklike-plugin .active_group { background-color: alpha(white, 0.2); }
|
|
||||||
#docklike-plugin .hover_group { transition: background-size 0.3s ease; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 0%);}
|
|
||||||
|
|
||||||
/* Make opened windows count number more visible */
|
|
||||||
#docklike-plugin .group .window_count {
|
|
||||||
font-size:20px;
|
|
||||||
color: white;
|
|
||||||
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
|
|
||||||
2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
|
|
||||||
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000,
|
|
||||||
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;}
|
|
||||||
|
|
||||||
/* Whisker menu icon fix */
|
|
||||||
#whiskermenu-button image { -gtk-icon-transform: scale(1.5); min-height: 44px; min-width: 44px; }
|
#whiskermenu-button image { -gtk-icon-transform: scale(1.5); min-height: 44px; min-width: 44px; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 556 B After Width: | Height: | Size: 582 B |
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 242 B |
After Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 284 B After Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 713 B After Width: | Height: | Size: 746 B |
Before Width: | Height: | Size: 475 B After Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 711 B After Width: | Height: | Size: 736 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 327 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 546 B After Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 427 B |
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 520 B After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 407 B |
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 713 B |
Before Width: | Height: | Size: 577 B After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 755 B After Width: | Height: | Size: 815 B |
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 319 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 374 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 135 B After Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 602 B |
Before Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 646 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 358 B |
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 417 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 455 B |
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 404 B After Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 500 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 417 B |
Before Width: | Height: | Size: 679 B After Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 687 B After Width: | Height: | Size: 698 B |