Initial Hyprland config

This commit is contained in:
2025-02-23 16:14:01 +00:00
parent 170391da4e
commit 1ab975e643
7 changed files with 1114 additions and 1 deletions

192
home/.config/waybar/config Normal file
View File

@@ -0,0 +1,192 @@
{
"layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 5, // Gaps between modules (4px)
"margin-top": 5,
"margin-right": 5,
"margin-left": 5,
"margin-bottom": 0,
// Choose the order of the modules
"modules-left": ["clock", "backlight", "battery", "sway/scratchpad", "mpd", "tray"],
"modules-center": ["sway/workspaces"],
"modules-right": ["wireplumber", "network", "cpu", "memory", "temperature"],
// Modules configuration
"custom/power": {
"format": "󰣇",
"on-click": "",
},
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"format": "{icon}",
"format-icons": {
"focused": "",
"default": ""
}
},
"keyboard-state": {
"numlock": true,
"capslock": true,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon} Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "󰾪",
"deactivated": "󰅶"
}
},
"tray": {
// "icon-size": 21,
"spacing": 10
},
//"clock": {
// // "timezone": "America/New_York",
// "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
// "format-alt": "{:%Y-%m-%d}"
//},
"clock": {
"format": "{:%H:%M} ",
"format-alt": "{:%A, %B %d, %Y (%R)} 󰃭",
"tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": {
"mode" : "year",
"mode-mon-col" : 3,
"weeks-pos" : "right",
"on-scroll" : 1,
"on-click-right": "mode",
"format": {
"months": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
}
},
"actions": {
"on-click-right": "mode",
"on-click-forward": "tz_up",
"on-click-backward": "tz_down",
"on-scroll-up": "shift_up",
"on-scroll-down": "shift_down"
}
},
"cpu": {
"interval": 1,
"format": "{usage}% ",
"tooltip": false
},
"memory": {
"interval": 2,
"format": "{}% "
},
"temperature": {
// "thermal-zone": 2,
"hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
"critical-threshold": 80,
"format-critical": "{temperatureC}°C 󰈸",
"format": "{temperatureC}°C {icon}",
"format-icons": ["󱃃", "󰔏"],
"interval": 1
},
"temperature#gpu": {
// "thermal-zone": 2,
"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
"critical-threshold": 80,
"format-critical": "󰽉 {temperatureC}°C 󰈸",
"format": "󰽉 {temperatureC}°C {icon}",
"format-icons": ["󱃃", "󰔏"],
"interval": 1
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% 󱐋",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
"bat": "BAT2"
},
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) 󰤨",
"format-ethernet": "{ipaddr}/{cidr} 󰈀",
"tooltip-format": "{ifname} via {gwaddr} 󰩟",
"format-linked": "{ifname} (No IP) 󱦂",
"format-disconnected": "Disconnected ",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
},
"wireplumber": {
"format": "{volume}% {icon}",
"format-muted": "",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"format-icons": ["", "", ""]
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": "",
"default": "🎜"
},
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
}
}

View File

@@ -0,0 +1,308 @@
@define-color base #282828;
@define-color foreground #ebdbb2;
@define-color cyan #83a598;
@define-color green #8ec07c;
@define-color orange #fe8019;
@define-color pink #d3869b;
@define-color purple #b16286;
@define-color red #fb4934;
@define-color yellow #fabd2f;
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: "JetBrainsMono Nerd Font", "Material Design Icons";
font-size: 14px;
color: @foreground;
}
#window {
color: @pink;
background: @base;
transition-property: background-color;
border-radius: 100px;
padding: 0 10px;
}
#waybar.empty #window {
background: none;
}
window#waybar {
background-color: transparent;
}
/*
window#waybar.empty {
background-color: transparent;
}
window#waybar.solo {
background-color: #FFFFFF;
}
*/
button {
margin-right: 5px;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;
background: @base;
box-shadow: none;
text-shadow: none;
}
button:hover {
color: @pink;
border: none;
box-shadow: none;
text-shadow: none;
}
#workspaces {
border-radius: 100px;
background: @base;
padding: 0 15px;
}
#workspaces button {
border: none;
background-color: @base;
color: @foreground;
transition: 0.2s;
padding-left: 0;
padding-right: 4px;
margin-left: 2px;
margin-right: 2px;
}
#workspaces button:hover {
color: @orange;
background: @base;
transition: 0.2s;
}
#workspaces button.focused {
background: @base;
}
#workspaces button.urgent {
color: @red;
}
#mode {
background: @base;
box-shadow: none;
text-shadow: none;
}
#clock,
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
#pulseaudio,
#wireplumber,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#scratchpad,
#mpd,
#language,
#keyboard-state,
#custom-power {
padding-left: 15px;
padding-right: 18px;
background-color: @base;
border-radius: 100px;
}
#window,
#workspaces {
margin: 0 5px;
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
}
#clock {
color: @orange;
}
#temperature {
color: @orange;
}
#battery {
color: @purple;
}
#battery.charging,
#battery.plugged {
color: @orange;
}
@keyframes blink {
to {
background-color: @base;
color: #000000;
}
}
#battery.critical:not(.charging) {
background-color: @red;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
label:focus {
color: @foreground;
}
#cpu {
color: @purple;
}
#memory {
color: @purple;
}
#disk {
color: @purple;
}
#backlight {
color: @yellow;
}
#network {
color: @pink;
}
#network.disconnected {
color: @red;
}
#pulseaudio {
color: @cyan;
}
#pulseaudio.muted {
color: @red;
}
#wireplumber {
color: @cyan;
}
#wireplumber.muted {
color: @red;
}
#custom-media {
color: @purple;
min-width: 100px;
}
#custom-media.custom-spotify {
color: @purple;
}
#custom-media.custom-vlc {
color: @purple;
}
#temperature {
color: @purple;
}
#temperature.critical {
color: @base;
background: @red;
box-shadow: inset 0px 0px 0px 3px @base;
}
#tray {
color: @foreground;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: @base;
}
#tray * {
background: @base;
}
#idle_inhibitor {
color: @yellow;
}
#idle_inhibitor.activated {
background-color: @red;
box-shadow: inset 0px 0px 0px 3px @base;
color: @base;
}
#mpd {
color: @purple;
}
#mpd.disconnected {
background-color: @red;
color: @base;
box-shadow: inset 0px 0px 0px 3px @base;
}
#mpd.stopped {
color: @red;
}
#mpd.paused {
color: @yellow;
}
#language {
color: @orange;
min-width: 16px;
}
#keyboard-state {
color: @orange;
min-width: 16px;
}
#keyboard-state > label {
padding: 0 5px;
}
#keyboard-state > label.locked {
color: @red;
}
#scratchpad {
color: @yellow;
}
#scratchpad.empty {
color: @cyan;
}