mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 14:13:08 +01:00
Add all the wlogout icons
This commit is contained in:
parent
b3a3d1a44f
commit
ac389ec953
@ -50,62 +50,62 @@ in
|
||||
}
|
||||
];
|
||||
style = ''
|
||||
* {
|
||||
font-family: "JetBrainsMono NF", FontAwesome, sans-serif;
|
||||
* {
|
||||
font-family: "JetBrainsMono NF", FontAwesome, sans-serif;
|
||||
background-image: none;
|
||||
transition: 20ms;
|
||||
}
|
||||
window {
|
||||
}
|
||||
window {
|
||||
background-color: rgba(12, 12, 12, 0.1);
|
||||
}
|
||||
button {
|
||||
}
|
||||
button {
|
||||
color: #${palette.base05};
|
||||
font-size:20px;
|
||||
background-repeat: no-repeat;
|
||||
font-size:20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
border-style: solid;
|
||||
background-color: rgba(12, 12, 12, 0.3);
|
||||
border: 3px solid #${palette.base05};
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
}
|
||||
button:focus,
|
||||
button:active,
|
||||
button:hover {
|
||||
color: #${palette.base0E};
|
||||
background-color: rgba(12, 12, 12, 0.5);
|
||||
border: 3px solid #${palette.base0E};
|
||||
}
|
||||
#logout {
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
}
|
||||
button:focus,
|
||||
button:active,
|
||||
button:hover {
|
||||
color: #${palette.base0E};
|
||||
background-color: rgba(12, 12, 12, 0.5);
|
||||
border: 3px solid #${palette.base0E};
|
||||
}
|
||||
#logout {
|
||||
margin: 10px;
|
||||
border-radius: 20px;
|
||||
background-image: image(url("icons/logout.png"));
|
||||
}
|
||||
#suspend {
|
||||
}
|
||||
#suspend {
|
||||
margin: 10px;
|
||||
border-radius: 20px;
|
||||
background-image: image(url("icons/suspend.png"));
|
||||
}
|
||||
#shutdown {
|
||||
}
|
||||
#shutdown {
|
||||
margin: 10px;
|
||||
border-radius: 20px;
|
||||
background-image: image(url("icons/shutdown.png"));
|
||||
}
|
||||
#reboot {
|
||||
}
|
||||
#reboot {
|
||||
margin: 10px;
|
||||
border-radius: 20px;
|
||||
background-image: image(url("icons/reboot.png"));
|
||||
}
|
||||
#lock {
|
||||
}
|
||||
#lock {
|
||||
margin: 10px;
|
||||
border-radius: 20px;
|
||||
background-image: image(url("icons/lock.png"));
|
||||
}
|
||||
#hibernate {
|
||||
}
|
||||
#hibernate {
|
||||
margin: 10px;
|
||||
border-radius: 20px;
|
||||
background-image: image(url("icons/hibernate.png"));
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
BIN
config/wlogout/hibernate.png
Normal file
BIN
config/wlogout/hibernate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
config/wlogout/lock.png
Normal file
BIN
config/wlogout/lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
config/wlogout/logout.png
Normal file
BIN
config/wlogout/logout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
config/wlogout/reboot.png
Normal file
BIN
config/wlogout/reboot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
config/wlogout/shutdown.png
Normal file
BIN
config/wlogout/shutdown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
config/wlogout/suspend.png
Normal file
BIN
config/wlogout/suspend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
@ -45,6 +45,10 @@ in
|
||||
source = ../../config/wallpapers;
|
||||
recursive = true;
|
||||
};
|
||||
home.file.".config/wlogout/icons" = {
|
||||
source = ../../config/wlogout;
|
||||
recursive = true;
|
||||
};
|
||||
home.file.".local/share/fonts" = {
|
||||
source = ../../config/fonts;
|
||||
recursive = true;
|
||||
|
Loading…
Reference in New Issue
Block a user