Updates
This commit is contained in:
parent
ca85294d10
commit
ea26ad635b
|
@ -42,6 +42,8 @@ packagesPacman=(
|
||||||
"xdg-user-dirs"
|
"xdg-user-dirs"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"network-manager-applet"
|
"network-manager-applet"
|
||||||
|
"xarchiver"
|
||||||
|
"thunar-archive-plugin"
|
||||||
"fuse2"
|
"fuse2"
|
||||||
"gtk4"
|
"gtk4"
|
||||||
"libadwaita"
|
"libadwaita"
|
||||||
|
|
1
.settings/rofi-border.rasi
Normal file
1
.settings/rofi-border.rasi
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* { border-width: 1px; }
|
|
@ -1 +1 @@
|
||||||
2.8
|
2.8.1
|
Binary file not shown.
|
@ -30,6 +30,7 @@ configuration {
|
||||||
/* ---- Load pywal colors (custom wal template) ---- */
|
/* ---- Load pywal colors (custom wal template) ---- */
|
||||||
@import "~/.cache/wal/colors-rofi-pywal"
|
@import "~/.cache/wal/colors-rofi-pywal"
|
||||||
@import "~/.cache/current_wallpaper.rasi"
|
@import "~/.cache/current_wallpaper.rasi"
|
||||||
|
@import "~/dotfiles/.settings/rofi-border.rasi"
|
||||||
|
|
||||||
/* ---- Window ---- */
|
/* ---- Window ---- */
|
||||||
window {
|
window {
|
||||||
|
@ -40,7 +41,7 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 3px;
|
border: @border-width;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
@ -162,7 +163,7 @@ element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
|
|
|
@ -30,6 +30,7 @@ configuration {
|
||||||
/* ---- Load pywal colors (custom wal template) ---- */
|
/* ---- Load pywal colors (custom wal template) ---- */
|
||||||
@import "~/.cache/wal/colors-rofi-pywal"
|
@import "~/.cache/wal/colors-rofi-pywal"
|
||||||
@import "~/.cache/current_wallpaper.rasi"
|
@import "~/.cache/current_wallpaper.rasi"
|
||||||
|
@import "~/dotfiles/.settings/rofi-border.rasi"
|
||||||
|
|
||||||
/* ---- Window ---- */
|
/* ---- Window ---- */
|
||||||
window {
|
window {
|
||||||
|
@ -40,7 +41,7 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 3px;
|
border: @border-width;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
@ -162,7 +163,7 @@ element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
|
|
|
@ -30,6 +30,7 @@ configuration {
|
||||||
/* ---- Load pywal colors (custom wal template) ---- */
|
/* ---- Load pywal colors (custom wal template) ---- */
|
||||||
@import "~/.cache/wal/colors-rofi-pywal"
|
@import "~/.cache/wal/colors-rofi-pywal"
|
||||||
@import "~/.cache/current_wallpaper.rasi"
|
@import "~/.cache/current_wallpaper.rasi"
|
||||||
|
@import "~/dotfiles/.settings/rofi-border.rasi"
|
||||||
|
|
||||||
/* ---- Window ---- */
|
/* ---- Window ---- */
|
||||||
window {
|
window {
|
||||||
|
@ -40,7 +41,7 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 3px;
|
border: @border-width;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
@ -162,7 +163,7 @@ element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
|
|
|
@ -30,6 +30,7 @@ configuration {
|
||||||
/* ---- Load pywal colors (custom wal template) ---- */
|
/* ---- Load pywal colors (custom wal template) ---- */
|
||||||
@import "~/.cache/wal/colors-rofi-pywal"
|
@import "~/.cache/wal/colors-rofi-pywal"
|
||||||
@import "~/.cache/current_wallpaper.rasi"
|
@import "~/.cache/current_wallpaper.rasi"
|
||||||
|
@import "~/dotfiles/.settings/rofi-border.rasi"
|
||||||
|
|
||||||
/* ---- Window ---- */
|
/* ---- Window ---- */
|
||||||
window {
|
window {
|
||||||
|
@ -40,7 +41,7 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 3px;
|
border: @border-width;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
@ -162,7 +163,7 @@ element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
|
|
|
@ -30,6 +30,7 @@ configuration {
|
||||||
/* ---- Load pywal colors (custom wal template) ---- */
|
/* ---- Load pywal colors (custom wal template) ---- */
|
||||||
@import "~/.cache/wal/colors-rofi-pywal"
|
@import "~/.cache/wal/colors-rofi-pywal"
|
||||||
@import "~/.cache/current_wallpaper.rasi"
|
@import "~/.cache/current_wallpaper.rasi"
|
||||||
|
@import "~/dotfiles/.settings/rofi-border.rasi"
|
||||||
|
|
||||||
/* ---- Window ---- */
|
/* ---- Window ---- */
|
||||||
window {
|
window {
|
||||||
|
@ -41,7 +42,7 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 3px;
|
border: @border-width;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
@ -163,7 +164,7 @@ element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
|
|
|
@ -30,6 +30,7 @@ configuration {
|
||||||
/* ---- Load pywal colors (custom wal template) ---- */
|
/* ---- Load pywal colors (custom wal template) ---- */
|
||||||
@import "~/.cache/wal/colors-rofi-pywal"
|
@import "~/.cache/wal/colors-rofi-pywal"
|
||||||
@import "~/.cache/current_wallpaper.rasi"
|
@import "~/.cache/current_wallpaper.rasi"
|
||||||
|
@import "~/dotfiles/.settings/rofi-border.rasi"
|
||||||
|
|
||||||
/* ---- Window ---- */
|
/* ---- Window ---- */
|
||||||
window {
|
window {
|
||||||
|
@ -40,7 +41,7 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 3px;
|
border: @border-width;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
@ -162,7 +163,7 @@ element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
|
|
|
@ -25,6 +25,7 @@ configuration {
|
||||||
/* ---- Load pywal colors (custom wal template) ---- */
|
/* ---- Load pywal colors (custom wal template) ---- */
|
||||||
@import "~/.cache/wal/colors-rofi-pywal"
|
@import "~/.cache/wal/colors-rofi-pywal"
|
||||||
@import "~/.cache/current_wallpaper.rasi"
|
@import "~/.cache/current_wallpaper.rasi"
|
||||||
|
@import "~/dotfiles/.settings/rofi-border.rasi"
|
||||||
|
|
||||||
/* ---- Window ---- */
|
/* ---- Window ---- */
|
||||||
window {
|
window {
|
||||||
|
@ -35,7 +36,7 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 3px;
|
border: @border-width;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
@ -153,7 +154,7 @@ element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px;
|
border: @border-width;
|
||||||
layout: vertical;
|
layout: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@ configuration {
|
||||||
/* ---- Load pywal colors (custom wal template) ---- */
|
/* ---- Load pywal colors (custom wal template) ---- */
|
||||||
@import "~/.cache/wal/colors-rofi-pywal"
|
@import "~/.cache/wal/colors-rofi-pywal"
|
||||||
@import "~/.cache/current_wallpaper.rasi"
|
@import "~/.cache/current_wallpaper.rasi"
|
||||||
|
@import "~/dotfiles/.settings/rofi-border.rasi"
|
||||||
|
|
||||||
/* ---- Window ---- */
|
/* ---- Window ---- */
|
||||||
window {
|
window {
|
||||||
|
@ -40,7 +41,7 @@ window {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border: 3px;
|
border: @border-width;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
cursor: "default";
|
cursor: "default";
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
|
@ -162,7 +163,7 @@ element {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px;
|
border: @border-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
element normal.normal {
|
element normal.normal {
|
||||||
|
|
9
scripts/unlock-pacman.sh
Executable file
9
scripts/unlock-pacman.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
sleep 1
|
||||||
|
if [ -f /var/lib/pacman/db.lck ]; then
|
||||||
|
sudo rm /var/lib/pacman/db.lck
|
||||||
|
echo ":: Unlock complete"
|
||||||
|
else
|
||||||
|
echo ":: Pacman database is not locked"
|
||||||
|
fi
|
||||||
|
sleep 3
|
|
@ -186,7 +186,7 @@
|
||||||
|
|
||||||
// Rofi Application Launcher
|
// Rofi Application Launcher
|
||||||
"custom/appmenuicon": {
|
"custom/appmenuicon": {
|
||||||
"format": "",
|
"format": "",
|
||||||
"on-click": "rofi -show drun -replace",
|
"on-click": "rofi -show drun -replace",
|
||||||
"on-click-right": "~/dotfiles/hypr/scripts/keybindings.sh",
|
"on-click-right": "~/dotfiles/hypr/scripts/keybindings.sh",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": ["hyprland/workspaces","custom/waybarthemes"],
|
"modules-left": ["hyprland/workspaces","custom/waybarthemes"],
|
||||||
"modules-center": ["hyprland/window"],
|
"modules-center": ["hyprland/window"],
|
||||||
"modules-right": ["mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"],
|
"modules-right": ["custom/ml4w-welcome","mpd", "idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "backlight", "keyboard-state", "sway/language", "battery", "battery#bat2", "clock", "tray"],
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
// "sway/workspaces": {
|
// "sway/workspaces": {
|
||||||
// "disable-scroll": true,
|
// "disable-scroll": true,
|
||||||
|
@ -34,6 +34,12 @@
|
||||||
"unlocked": ""
|
"unlocked": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// ML4W Welcome App
|
||||||
|
"custom/ml4w-welcome": {
|
||||||
|
"on-click": "~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage",
|
||||||
|
"format": " ",
|
||||||
|
"tooltip": false
|
||||||
|
},
|
||||||
// Waybar Themes
|
// Waybar Themes
|
||||||
"custom/waybarthemes": {
|
"custom/waybarthemes": {
|
||||||
"format": "Themes",
|
"format": "Themes",
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
theme_name="Default"
|
theme_name="Waybar Default Theme"
|
||||||
|
|
|
@ -34,6 +34,15 @@ window#waybar.chromium {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-ml4w-welcome {
|
||||||
|
margin-right: 15px;
|
||||||
|
background-image: url("../assets/ml4w-icon-20.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
padding-right: 20px;
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
/* Use box-shadow instead of border so the text isn't offset */
|
/* Use box-shadow instead of border so the text isn't offset */
|
||||||
box-shadow: inset 0 -3px transparent;
|
box-shadow: inset 0 -3px transparent;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user