Updates structure

This commit is contained in:
Stephan Raabe 2024-01-22 17:10:16 +01:00
parent 63a5b2c940
commit 41f0e5fadd
9 changed files with 91 additions and 67 deletions

View File

@ -11,14 +11,11 @@ packagesPacman=(
"chromium"
"dunst"
"starship"
"neovim"
"mpv"
"freerdp"
"xfce4-power-manager"
"thunar"
"mousepad"
"noto-fonts"
"ttf-font-awesome"
"otf-font-awesome"
"ttf-fira-sans"
"ttf-fira-code"
@ -32,11 +29,9 @@ packagesPacman=(
"python-click"
"pavucontrol"
"tumbler"
"xautolock"
"blueman"
"papirus-icon-theme"
"polkit-gnome"
"qalculate-gtk"
"brightnessctl"
"gum"
"man-pages"
@ -54,3 +49,7 @@ packagesYay=(
"trizen"
"pacseek"
);
# Removed packages
# "xfce4-power-manager"
# "ttf-font-awesome"

View File

@ -9,6 +9,7 @@ packagesPacman=(
"python-dbus-next"
"python-iwlib"
"xclip"
"xautolock"
);
packagesYay=(

View File

@ -358,6 +358,7 @@
"icon": false,
},
// Idle Inhibator
"idle_inhibitor": {
"format": "{icon}",
"tooltip": true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -185,7 +185,7 @@ window#waybar.empty #window {
#custom-ml4w-welcome {
margin-right: 15px;
background-image: url("../../../hypr/apps/ml4w-welcome/src/icon-small.png");
background-image: url("../assets/ml4w-icon.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 24px;

View File

@ -186,7 +186,7 @@ window#waybar.empty #window {
#custom-ml4w-welcome {
margin-right: 15px;
background-image: url("../../../hypr/apps/ml4w-welcome/src/icon-small.png");
background-image: url("../assets/ml4w-icon.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 24px;
@ -196,7 +196,7 @@ window#waybar.empty #window {
* Idle Inhibator
* ----------------------------------------------------- */
#idle_inhibitor {
#idle_inhibitor {
margin-right: 15px;
font-size: 22px;
font-weight: bold;

View File

@ -34,7 +34,9 @@
"custom/settings",
"custom/waybarthemes",
"custom/wallpaper",
// START TASK TOOGLE
// "wlr/taskbar",
// END TASK TOOGLE
"group/quicklinks",
"hyprland/window",
"custom/starter"
@ -49,12 +51,23 @@
"modules-right": [
"custom/updates",
"pulseaudio",
// START BT TOOGLE
"bluetooth",
// END BT TOOGLE
"battery",
// START NETWORK TOOGLE
"network",
// END NETWORK TOOGLE
"group/hardware",
"custom/cliphist",
// START IDLE TOOGLE
"idle_inhibitor",
// END IDLE TOOGLE
// START TRAY TOOGLE
"tray",
// END TRAY TOOGLE
"custom/exit",
"custom/ml4w-welcome",
"clock"
]
}

View File

@ -56,15 +56,6 @@
"separate-outputs": true
},
// Youtube Subscriber Count
"custom/youtube": {
"format": " {}",
"exec": "python ~/private/youtube.py",
"restart-interval": 600,
"on-click": "chromium https://studio.youtube.com",
"tooltip": false
},
// Cliphist
"custom/cliphist": {
"format": "",
@ -86,7 +77,7 @@
"tooltip": false
},
// Wallpaper
// Theme Starter Label
"custom/starter": {
"format": "THEME STARTER",
"tooltip": false
@ -128,27 +119,20 @@
"tooltip": false
},
// Outlook Launcher
"custom/outlook": {
"format": "",
"on-click": "chromium --app=https://outlook.office.com/mail/",
"tooltip": false
},
// Teams Launcher
"custom/teams": {
"format": "",
"on-click": "chromium --app=https://teams.microsoft.com/go",
"tooltip": false
},
// Browser Launcher
"custom/browser": {
"format": "",
"on-click": "chromium",
"on-click": "~/dotfiles/.settings/browser.sh",
"tooltip": false
},
// ML4W Welcome App
"custom/ml4w-welcome": {
"on-click": "~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage",
"format": " ",
"tooltip": false
},
// ChatGPT Launcher
"custom/chatgpt": {
"format": "",
@ -156,20 +140,6 @@
"tooltip": false
},
// Calculator
"custom/calculator": {
"format": "",
"on-click": "qalculate-gtk",
"tooltip": false
},
// Windows VM
"custom/windowsvm": {
"format": "",
"on-click": "~/dotfiles/scripts/launchvm.sh",
"tooltip": false
},
// Rofi Application Launcher
"custom/appmenu": {
"format": "Apps",
@ -344,5 +314,16 @@
"format": "{user}",
"interval": 60,
"icon": false,
},
// Idle Inhibator
"idle_inhibitor": {
"format": "{icon}",
"tooltip": true,
"format-icons":{
"activated": "",
"deactivated": ""
},
"on-click-right": "swaylock"
}
}

View File

@ -150,31 +150,60 @@ window#waybar.empty #window {
* Custom Quicklinks
* ----------------------------------------------------- */
#custom-brave,
#custom-browser,
#custom-keybindings,
#custom-outlook,
#custom-filemanager,
#custom-teams,
#custom-chatgpt,
#custom-calculator,
#custom-windowsvm,
#custom-cliphist,
#custom-wallpaper,
#custom-settings,
#custom-wallpaper,
#custom-system,
#custom-waybarthemes {
margin-right: 23px;
font-size: 20px;
font-weight: bold;
color: @iconcolor;
}
#custom-brave,
#custom-browser,
#custom-keybindings,
#custom-outlook,
#custom-filemanager,
#custom-teams,
#custom-chatgpt,
#custom-calculator,
#custom-windowsvm,
#custom-cliphist,
#custom-wallpaper,
#custom-settings,
#custom-wallpaper,
#custom-system,
#custom-waybarthemes {
margin-right: 23px;
font-size: 20px;
font-weight: bold;
color: @iconcolor;
}
#custom-waybarthemes,#custom-system {
margin-right:15px;
}
#custom-ml4w-welcome {
margin-right: 15px;
background-image: url("../assets/ml4w-icon.png");
background-repeat: no-repeat;
background-position: center;
padding-right: 24px;
}
/* -----------------------------------------------------
* Idle Inhibator
* ----------------------------------------------------- */
#idle_inhibitor {
margin-right: 15px;
font-size: 22px;
font-weight: bold;
opacity: 0.8;
color: @iconcolor;
}
#idle_inhibitor.activated {
margin-right: 15px;
font-size: 20px;
font-weight: bold;
opacity: 0.8;
color: #dc2f2f;
}
/* -----------------------------------------------------
* Custom Modules
* ----------------------------------------------------- */