gianmarco
/
dotfiles
Archived
1
0
Fork 0

Added comments in my own scripts and updated the README

master
Gianmarco Gargiulo 2021-10-20 15:22:41 +02:00
parent b023c7fcbb
commit 33051a56ac
5 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Update module script by Gianmarco Gargiulo (licensed under GPL v3)
ICON_SUCCESS=/usr/share/icons/breeze/status/64/dialog-positive.svg

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Power menu logout script by Gianmarco Gargiulo (licensed under GPL v3)
choice=$(kdialog --yesno "Sei sicuro di voler uscire dalla sessione?" --title "Esci");

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Power menu restart script by Gianmarco Gargiulo (licensed under GPL v3)
choice=$(kdialog --yesno "Sei sicuro di voler riavviare il computer?" --title "Riavvia");

View File

@ -1,4 +1,5 @@
#!/bin/bash
# Power menu shutdown script by Gianmarco Gargiulo (licensed under GPL v3)
choice=$(kdialog --yesno "Sei sicuro di voler spegnere il computer?" --title "Spegni");

View File

@ -40,6 +40,8 @@ Here's a trick: if you changed some configs and you want to quickly restart Poly
Again, since this originates from [adi1090x's Polybar Themes repo](https://github.com/adi1090x/polybar-themes) there's some extra stuff that I don't use such as **rofi menus** and some **extra icon modules** that you might be interested in.
The **media player Python module** was created by d093w1z, I only changed some icons and a few options here and there. [Check the source code here](https://github.com/d093w1z/polybar-now-playing).
#### The Nightmare Magma color scheme
This is **my own custom color scheme** based on Breeze Dark, designed to be the opposite of my other color scheme called [Dream Plasma](https://github.com/gianmarcogg03/dreamplasmacs): **red and dark AF!!!**
@ -62,4 +64,8 @@ It's some mountain in Fronalpstock (Switzerland), the photo was taken by Boris B
#### Firefox theme
[Click here](https://color.firefox.com/?theme=XQAAAAIPAQAAAAAAAABBKYhm849SCia2CaaEGccwS-xMDPsFGGnDOMsy5fmNc5H9T6A5EPZzdnNfysK48XHik8HvuaKF13MCiND3dBGUZ_STLo-XmnOhHIfnLyp8_eBbkOolOHG2TwlE2YixhYhI_m2ATofiWwQYIbJrDskua121qVyA-oX0XjW93jF3-AKGmdSHkYGzD3iTzF1BmAT8sxLNA-k8IXx__7dU0AA).
[Click here](https://color.firefox.com/?theme=XQAAAAIPAQAAAAAAAABBKYhm849SCia2CaaEGccwS-xMDPsFGGnDOMsy5fmNc5H9T6A5EPZzdnNfysK48XHik8HvuaKF13MCiND3dBGUZ_STLo-XmnOhHIfnLyp8_eBbkOolOHG2TwlE2YixhYhI_m2ATofiWwQYIbJrDskua121qVyA-oX0XjW93jF3-AKGmdSHkYGzD3iTzF1BmAT8sxLNA-k8IXx__7dU0AA).
#### Window tiling in Plasma
In the screenshots at the top you can see that my windows are tiling like in a tiling window manager, but I'm not using a tiling window manager (I'm lazy). What I'm actually doing is using KDE's standard compositor **KWin** with a **tiling script** called Krohnkite, but since it hasn't been updated in ages, I suggest you install a fork called [**Bismuth**](https://github.com/gikari/bismuth).