Compare commits
9 Commits
8e87a3a909
...
x1-carbon
| Author | SHA1 | Date | |
|---|---|---|---|
| cc949db097 | |||
| b4b2ca0d43 | |||
| b52849f1dc | |||
| 8630f6318e | |||
| 0784b17f26 | |||
| cd2d55137b | |||
| 2ad618af1b | |||
| 7ebe8337b0 | |||
| cad7412741 |
@@ -35,6 +35,7 @@ monitor=,preferred,auto,auto
|
|||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
|
#$terminal = foot
|
||||||
$fileManager = nautilus
|
$fileManager = nautilus
|
||||||
$menu = wofi --show drun -GI
|
$menu = wofi --show drun -GI
|
||||||
|
|
||||||
@@ -195,7 +196,7 @@ animations {
|
|||||||
|
|
||||||
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
#pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true # You probably want this
|
preserve_split = true # You probably want this
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -208,15 +209,29 @@ master {
|
|||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
disable_hyprland_logo = true# If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = true# If true disables the random hyprland logo / anime girl background. :(
|
||||||
vfr = true
|
#vfr = true
|
||||||
}
|
}
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
|
||||||
env = GTK_SCALE,1
|
env = GTK_SCALE,1
|
||||||
env = XCURSOR_SIZE,32
|
env = XCURSOR_SIZE,32
|
||||||
|
|
||||||
|
plugin {
|
||||||
|
hy3 {
|
||||||
|
tabs {
|
||||||
|
# height of the tab bar
|
||||||
|
height = 2 # default: 22
|
||||||
|
|
||||||
|
# render the window title on the bar
|
||||||
|
render_text = false # default: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
### INPUT ###
|
### INPUT ###
|
||||||
@@ -266,7 +281,7 @@ bind = $mainMod, M, exec, hyprlock
|
|||||||
|
|
||||||
bind = $mainMod SHIFT, SPACE, togglefloating,
|
bind = $mainMod SHIFT, SPACE, togglefloating,
|
||||||
bind = $mainMod SHIFT, Q, hy3:killactive,
|
bind = $mainMod SHIFT, Q, hy3:killactive,
|
||||||
bind = $mainMod SHIFT, M, exit,
|
bind = $mainMod SHIFT, E, exit,
|
||||||
bind = $mainMod SHIFT, S, pin
|
bind = $mainMod SHIFT, S, pin
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ background {
|
|||||||
|
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 20%, 5%
|
size = 15%, 5%
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
dots_size = 0.08
|
dots_size = 0.08
|
||||||
}
|
}
|
||||||
@@ -15,6 +15,6 @@ input-field {
|
|||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = $TIME
|
text = $TIME
|
||||||
font_size = 80
|
font_size = 200
|
||||||
position = 0, -10
|
position = 0, 200
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,19 +3,18 @@
|
|||||||
"spacing": 2, // Gaps between modules (4px)
|
"spacing": 2, // Gaps between modules (4px)
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"hyprland/mode",
|
"hyprland/submap",
|
||||||
"hyprland/scratchpad",
|
|
||||||
"hyprland/window"
|
"hyprland/window"
|
||||||
],
|
],
|
||||||
"modules-center": [
|
//"modules-center": [
|
||||||
//"sway/window"
|
//"sway/window"
|
||||||
"clock",
|
//],
|
||||||
],
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
//"mpd",
|
//"mpd",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
//"network",
|
//"network",
|
||||||
"battery",
|
"battery",
|
||||||
|
"clock",
|
||||||
"tray"
|
"tray"
|
||||||
//"custom/power"
|
//"custom/power"
|
||||||
],
|
],
|
||||||
@@ -23,9 +22,8 @@
|
|||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
"sway/scratchpad": {
|
"sway/scratchpad": {
|
||||||
"format": "{icon} {count}",
|
"format": "{count}",
|
||||||
"show-empty": false,
|
"show-empty": false,
|
||||||
"format-icons": ["", ""],
|
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "{app}: {title}"
|
"tooltip-format": "{app}: {title}"
|
||||||
},
|
},
|
||||||
@@ -40,7 +38,7 @@
|
|||||||
"clock": {
|
"clock": {
|
||||||
//"timezone": "America/Los_Angeles",
|
//"timezone": "America/Los_Angeles",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"format": "{:%c}",
|
"format": "{:%r %Y-%m-%d}",
|
||||||
//"format": "{:%R %p %Y-%m-%d}",
|
//"format": "{:%R %p %Y-%m-%d}",
|
||||||
//"format-alt": "{:%Y-%m-%d}"
|
//"format-alt": "{:%Y-%m-%d}"
|
||||||
},
|
},
|
||||||
@@ -50,66 +48,53 @@
|
|||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
//"format": "{time} {capacity}% {icon}",
|
"format": "{time} {capacity}%",
|
||||||
"format": "{capacity}% {icon}",
|
"format-full": "{capacity}%",
|
||||||
"format-full": "{capacity}% {icon}",
|
|
||||||
"format-charging": "{capacity}% C",
|
"format-charging": "{capacity}% C",
|
||||||
"format-plugged": "{capacity}% P",
|
"format-plugged": "{capacity}% P",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time}",
|
||||||
// "format-good": "", // An empty format will hide the module
|
// "format-good": "", // An empty format will hide the module
|
||||||
// "format-full": "",
|
// "format-full": "",
|
||||||
"format-icons": ["", "", "", "", ""]
|
|
||||||
},
|
},
|
||||||
"battery#bat2": {
|
"battery#bat2": {
|
||||||
"bat": "BAT2"
|
"bat": "BAT2"
|
||||||
},
|
},
|
||||||
"power-profiles-daemon": {
|
"power-profiles-daemon": {
|
||||||
"format": "{icon}",
|
"format": "{profile}",
|
||||||
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"format-icons": {
|
"format-icons": {"default": [""]}
|
||||||
"default": "",
|
|
||||||
"performance": "",
|
|
||||||
"balanced": "",
|
|
||||||
"power-saver": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||||
//"format-wifi": "{essid} ({signalStrength}%) ",
|
//"format-wifi": "{essid} ({signalStrength}%)",
|
||||||
//"format-ethernet": "{ipaddr}/{cidr} ",
|
//"format-ethernet": "{ipaddr}/{cidr}",
|
||||||
//"tooltip-format": "{ifname} via {gwaddr} ",
|
//"tooltip-format": "{ifname} via {gwaddr}",
|
||||||
//"format-linked": "{ifname} (No IP) ",
|
//"format-linked": "{ifname} (No IP)",
|
||||||
//"format-disconnected": "Disconnected ⚠",
|
//"format-disconnected": "Disconnected",
|
||||||
"format-disconnected": "Disconnected",
|
"format-disconnected": "Disconnected",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
// "scroll-step": 1, // %, can be a float
|
// "scroll-step": 1, // %, can be a float
|
||||||
"format": "{volume}% {icon} {format_source}",
|
"format": "{volume}% {format_source}",
|
||||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
"format-bluetooth": "{volume}% {format_source}",
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
"format-bluetooth-muted": " {format_source}",
|
||||||
"format-muted": " {format_source}",
|
"format-muted": " {format_source}",
|
||||||
"format-source": "{volume}% ",
|
"format-source": "{volume}%",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"default": [""]
|
||||||
"hands-free": "",
|
|
||||||
"headset": "",
|
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": ["", "", ""]
|
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol"
|
"on-click": "pavucontrol"
|
||||||
},
|
},
|
||||||
"custom/media": {
|
"custom/media": {
|
||||||
"format": "{icon} {text}",
|
"format": "{text}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"max-length": 40,
|
"max-length": 40,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"spotify": "",
|
"spotify": "",
|
||||||
"default": "🎜"
|
"default": ""
|
||||||
},
|
},
|
||||||
"escape": true,
|
"escape": true,
|
||||||
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
/*font-family: "JetBrainsMono NF";*/
|
/*font-family: "JetBrainsMono NF";*/
|
||||||
font-family: "JetBrainsMonoNFM-Regular";
|
font-family: "JetBrainsMonoNFM-Regular";
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
@@ -49,7 +49,7 @@ button:hover {
|
|||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
/*background-color: transparent;*/
|
background-color: transparent;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,15 +57,25 @@ button:hover {
|
|||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.active {
|
||||||
background-color: #64727D;
|
background-color: #eb4d4b;
|
||||||
/*box-shadow: inset 0 -3px #ffffff;*/
|
box-shadow: inset 0 -3px #ffffff;
|
||||||
|
color: #ffffff;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button.visible {
|
||||||
|
background-color: #64727D;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.empty {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
background-color: #64727D;
|
background-color: #64727D;
|
||||||
box-shadow: inset 0 -3px #ffffff;
|
box-shadow: inset 0 -3px #ffffff;
|
||||||
@@ -93,17 +103,17 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#window,
|
#window,
|
||||||
#workspaces {
|
#workspaces-hyprland {
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
/* If workspaces is the leftmost module, omit left margin */
|
||||||
.modules-left > widget:first-child > #workspaces {
|
.modules-left > widget:first-child > #workspaces-hyprland {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If workspaces is the rightmost module, omit right margin */
|
/* If workspaces is the rightmost module, omit right margin */
|
||||||
.modules-right > widget:last-child > #workspaces {
|
.modules-right > widget:last-child > #workspaces-hyprland {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
font_size 11.5
|
font_size 10.5
|
||||||
|
|
||||||
#text_composition_strategy legacy
|
#text_composition_strategy legacy
|
||||||
#modify_font cell_width 95%
|
#modify_font cell_width 95%
|
||||||
|
|||||||
@@ -1,125 +1,32 @@
|
|||||||
// -*- mode: jsonc -*-
|
// -*- mode: jsonc -*-
|
||||||
{
|
{
|
||||||
// "layer": "top", // Waybar at top layer
|
"spacing": 2, // Gaps between modules (4px)
|
||||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
|
||||||
//"height": 10, // Waybar height (to be removed for auto height)
|
|
||||||
// "width": 1280, // Waybar width
|
|
||||||
"spacing": 6, // Gaps between modules (4px)
|
|
||||||
// Choose the order of the modules
|
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"ext/workspaces",
|
"hyprland/workspaces",
|
||||||
"dwl/window",
|
"hyprland/submap",
|
||||||
"sway/mode",
|
"hyprland/window"
|
||||||
"sway/scratchpad",
|
|
||||||
"custom/media"
|
|
||||||
],
|
],
|
||||||
//"modules-center": [
|
//"modules-center": [
|
||||||
//"sway/window"
|
//"sway/window"
|
||||||
//],
|
//],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"mpd",
|
//"mpd",
|
||||||
"custom/audio_idle_inhibitor",
|
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
//"network",
|
||||||
//"power-profiles-daemon",
|
|
||||||
//"cpu",
|
|
||||||
//"memory",
|
|
||||||
//"temperature",
|
|
||||||
//"backlight",
|
|
||||||
//"keyboard-state",
|
|
||||||
//"sway/language",
|
|
||||||
"battery",
|
"battery",
|
||||||
//"battery#bat2",
|
|
||||||
"clock",
|
"clock",
|
||||||
"tray"
|
"tray"
|
||||||
//"custom/power"
|
//"custom/power"
|
||||||
],
|
],
|
||||||
"ext/workspaces": {
|
|
||||||
"format": "{icon}",
|
|
||||||
"ignore-hidden": true,
|
|
||||||
"on-click": "activate",
|
|
||||||
"on-click-right": "deactivate",
|
|
||||||
"sort-by-id": true,
|
|
||||||
},
|
|
||||||
"dwl/tags": {
|
|
||||||
"num-tags":9,
|
|
||||||
},
|
|
||||||
"dwl/window": {
|
|
||||||
"format": "[{layout}] {title}"
|
|
||||||
//"format": "[{layout}]"
|
|
||||||
},
|
|
||||||
// Modules configuration
|
|
||||||
// "sway/workspaces": {
|
|
||||||
// "disable-scroll": true,
|
|
||||||
// "all-outputs": true,
|
|
||||||
// "warp-on-scroll": false,
|
|
||||||
// "format": "{name}: {icon}",
|
|
||||||
// "format-icons": {
|
|
||||||
// "1": "",
|
|
||||||
// "2": "",
|
|
||||||
// "3": "",
|
|
||||||
// "4": "",
|
|
||||||
// "5": "",
|
|
||||||
// "urgent": "",
|
|
||||||
// "focused": "",
|
|
||||||
// "default": ""
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
"keyboard-state": {
|
|
||||||
"numlock": true,
|
|
||||||
"capslock": true,
|
|
||||||
"format": "{name} {icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"locked": "",
|
|
||||||
"unlocked": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sway/mode": {
|
"sway/mode": {
|
||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
"sway/scratchpad": {
|
"sway/scratchpad": {
|
||||||
"format": "{icon} {count}",
|
"format": "{count}",
|
||||||
"show-empty": false,
|
"show-empty": false,
|
||||||
"format-icons": ["", ""],
|
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "{app}: {title}"
|
"tooltip-format": "{app}: {title}"
|
||||||
},
|
},
|
||||||
"mpd": {
|
|
||||||
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {title} ⸨{songPosition}|{queueLength}⸩% ",
|
|
||||||
"format-alt": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩% ",
|
|
||||||
"format-disconnected": "Disconnected ",
|
|
||||||
//"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
|
||||||
"format-stopped": "",
|
|
||||||
//"unknown-tag": "N/A",
|
|
||||||
"unknown-tag": "",
|
|
||||||
"interval": 5,
|
|
||||||
"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": {
|
"tray": {
|
||||||
// "icon-size": 21,
|
// "icon-size": 21,
|
||||||
"spacing": 10,
|
"spacing": 10,
|
||||||
@@ -135,117 +42,62 @@
|
|||||||
//"format": "{:%R %p %Y-%m-%d}",
|
//"format": "{:%R %p %Y-%m-%d}",
|
||||||
//"format-alt": "{:%Y-%m-%d}"
|
//"format-alt": "{:%Y-%m-%d}"
|
||||||
},
|
},
|
||||||
"cpu": {
|
|
||||||
"format": "{usage}% ",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
"memory": {
|
|
||||||
"format": "{}% "
|
|
||||||
},
|
|
||||||
"temperature": {
|
|
||||||
// "thermal-zone": 2,
|
|
||||||
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
|
||||||
"critical-threshold": 80,
|
|
||||||
// "format-critical": "{temperatureC}°C {icon}",
|
|
||||||
"format": "{temperatureC}°C {icon}",
|
|
||||||
"format-icons": ["", "", ""]
|
|
||||||
},
|
|
||||||
"backlight": {
|
|
||||||
// "device": "acpi_video1",
|
|
||||||
"format": "{percent}% {icon}",
|
|
||||||
"format-icons": ["", "", "", "", "", "", "", "", ""]
|
|
||||||
},
|
|
||||||
"battery": {
|
"battery": {
|
||||||
"states": {
|
"states": {
|
||||||
// "good": 95,
|
// "good": 95,
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{time} {capacity}% {icon}",
|
"format": "{time} {capacity}%",
|
||||||
"format-full": "{capacity}% {icon}",
|
"format-full": "{capacity}%",
|
||||||
"format-charging": "{capacity}% C",
|
"format-charging": "{capacity}% C",
|
||||||
"format-plugged": "{capacity}% P",
|
"format-plugged": "{capacity}% P",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time}",
|
||||||
// "format-good": "", // An empty format will hide the module
|
// "format-good": "", // An empty format will hide the module
|
||||||
// "format-full": "",
|
// "format-full": "",
|
||||||
"format-icons": ["", "", "", "", ""]
|
|
||||||
},
|
},
|
||||||
"battery#bat2": {
|
"battery#bat2": {
|
||||||
"bat": "BAT2"
|
"bat": "BAT2"
|
||||||
},
|
},
|
||||||
"power-profiles-daemon": {
|
"power-profiles-daemon": {
|
||||||
"format": "{icon}",
|
"format": "{profile}",
|
||||||
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"format-icons": {
|
"format-icons": {"default": [""]}
|
||||||
"default": "",
|
|
||||||
"performance": "",
|
|
||||||
"balanced": "",
|
|
||||||
"power-saver": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||||
"format-wifi": "{essid} ({signalStrength}%) ",
|
//"format-wifi": "{essid} ({signalStrength}%)",
|
||||||
"format-ethernet": "{ipaddr}/{cidr} ",
|
//"format-ethernet": "{ipaddr}/{cidr}",
|
||||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
//"tooltip-format": "{ifname} via {gwaddr}",
|
||||||
"format-linked": "{ifname} (No IP) ",
|
//"format-linked": "{ifname} (No IP)",
|
||||||
"format-disconnected": "Disconnected ⚠",
|
//"format-disconnected": "Disconnected",
|
||||||
|
"format-disconnected": "Disconnected",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
// "scroll-step": 1, // %, can be a float
|
// "scroll-step": 1, // %, can be a float
|
||||||
"format": "{volume}% {icon} {format_source}",
|
"format": "{volume}% {format_source}",
|
||||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
"format-bluetooth": "{volume}% {format_source}",
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
"format-bluetooth-muted": " {format_source}",
|
||||||
"format-muted": " {format_source}",
|
"format-muted": " {format_source}",
|
||||||
"format-source": "{volume}% ",
|
"format-source": "{volume}%",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"default": [""]
|
||||||
"hands-free": "",
|
|
||||||
"headset": "",
|
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": ["", "", ""]
|
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol"
|
"on-click": "pavucontrol"
|
||||||
},
|
},
|
||||||
"custom/media": {
|
"custom/media": {
|
||||||
"format": "{icon} {text}",
|
"format": "{text}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"max-length": 40,
|
"max-length": 40,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"spotify": "",
|
"spotify": "",
|
||||||
"default": "🎜"
|
"default": ""
|
||||||
},
|
},
|
||||||
"escape": true,
|
"escape": true,
|
||||||
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
"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
|
// "exec": "$HOME/.config/waybar/mediaplayer.py --player spotify 2> /dev/null" // Filter player based on name
|
||||||
},
|
}
|
||||||
"custom/power": {
|
|
||||||
"format" : "⏻ ",
|
|
||||||
"tooltip": false,
|
|
||||||
"menu": "on-click",
|
|
||||||
"menu-file": "$HOME/.config/waybar/power_menu.xml", // Menu file in resources folder
|
|
||||||
"menu-actions": {
|
|
||||||
"shutdown": "shutdown",
|
|
||||||
"reboot": "reboot",
|
|
||||||
"suspend": "systemctl suspend",
|
|
||||||
"hibernate": "systemctl hibernate"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"custom/audio_idle_inhibitor": {
|
|
||||||
"format": "{icon} ",
|
|
||||||
"exec": "sway-audio-idle-inhibit --dry-print-both-waybar",
|
|
||||||
"exec-if": "which sway-audio-idle-inhibit",
|
|
||||||
"return-type": "json",
|
|
||||||
"format-icons": {
|
|
||||||
"output": "",
|
|
||||||
"input": "",
|
|
||||||
"output-input": " ",
|
|
||||||
"none": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,9 +16,9 @@ vim.cmd("set number")
|
|||||||
|
|
||||||
vim.cmd("set relativenumber")
|
vim.cmd("set relativenumber")
|
||||||
vim.cmd("set expandtab")
|
vim.cmd("set expandtab")
|
||||||
vim.cmd("set shiftwidth=4")
|
vim.cmd("set shiftwidth=2")
|
||||||
vim.cmd("set softtabstop=4")
|
vim.cmd("set softtabstop=2")
|
||||||
vim.cmd("set tabstop=4")
|
vim.cmd("set tabstop=2")
|
||||||
vim.cmd("set smartindent")
|
vim.cmd("set smartindent")
|
||||||
|
|
||||||
vim.cmd("set backspace=indent,eol,start")
|
vim.cmd("set backspace=indent,eol,start")
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
return {
|
|
||||||
"yetone/avante.nvim",
|
|
||||||
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
|
||||||
-- ⚠️ must add this setting! ! !
|
|
||||||
build = vim.fn.has("win32") ~= 0
|
|
||||||
and "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false"
|
|
||||||
or "make",
|
|
||||||
event = "VeryLazy",
|
|
||||||
version = false, -- Never set this value to "*"! Never!
|
|
||||||
---@module 'avante'
|
|
||||||
---@type avante.Config
|
|
||||||
opts = {
|
|
||||||
-- add any opts here
|
|
||||||
-- this file can contain specific instructions for your project
|
|
||||||
instructions_file = "avante.md",
|
|
||||||
-- for example
|
|
||||||
provider = "ollama",
|
|
||||||
providers = {
|
|
||||||
ollama = {
|
|
||||||
model = "devstral-small-2:24b-32k",
|
|
||||||
--is_env_set = require("avante.providers.ollama").check_endpoint_alive,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
dependencies = {
|
|
||||||
"nvim-lua/plenary.nvim",
|
|
||||||
"MunifTanjim/nui.nvim",
|
|
||||||
--- The below dependencies are optional,
|
|
||||||
"nvim-mini/mini.pick", -- for file_selector provider mini.pick
|
|
||||||
"nvim-telescope/telescope.nvim", -- for file_selector provider telescope
|
|
||||||
"hrsh7th/nvim-cmp", -- autocompletion for avante commands and mentions
|
|
||||||
"ibhagwan/fzf-lua", -- for file_selector provider fzf
|
|
||||||
"stevearc/dressing.nvim", -- for input provider dressing
|
|
||||||
"folke/snacks.nvim", -- for input provider snacks
|
|
||||||
"nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons
|
|
||||||
"zbirenbaum/copilot.lua", -- for providers='copilot'
|
|
||||||
{
|
|
||||||
-- support for image pasting
|
|
||||||
"HakonHarnes/img-clip.nvim",
|
|
||||||
event = "VeryLazy",
|
|
||||||
opts = {
|
|
||||||
-- recommended settings
|
|
||||||
default = {
|
|
||||||
embed_image_as_base64 = false,
|
|
||||||
prompt_for_file_name = false,
|
|
||||||
drag_and_drop = {
|
|
||||||
insert_mode = true,
|
|
||||||
},
|
|
||||||
-- required for Windows users
|
|
||||||
use_absolute_path = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
-- Make sure to set this up properly if you have lazy=true
|
|
||||||
'MeanderingProgrammer/render-markdown.nvim',
|
|
||||||
opts = {
|
|
||||||
file_types = { "markdown", "Avante" },
|
|
||||||
},
|
|
||||||
ft = { "markdown", "Avante" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
@@ -2,6 +2,6 @@ return {
|
|||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-treesitter").install({})
|
--require("nvim-treesitter").install({})
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://opencode.ai/config.json",
|
||||||
|
"provider": {
|
||||||
|
"openwebui": {
|
||||||
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
|
"name": "OpenWebUI",
|
||||||
|
"options": {
|
||||||
|
"baseURL": "https://ai.zamudio.dev/api",
|
||||||
|
"apiKey": "sk-777ecee5bc6f498bbd2c01b26677526c"
|
||||||
|
},
|
||||||
|
"models": {
|
||||||
|
"Qwen3.6-35B-A3B": {
|
||||||
|
"name": "Qwen3.6-35B-A3B"
|
||||||
|
},
|
||||||
|
"Qwen3.6-27B": {
|
||||||
|
"name": "Qwen3.6-27B"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
+14
-7
@@ -6,8 +6,8 @@ font 'JetBrainsMonoNFM-Regular' 9
|
|||||||
#set $mod Mod1
|
#set $mod Mod1
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
#set $term kitty -1
|
set $term kitty
|
||||||
set $term kitty
|
#set $term foot
|
||||||
#set $term ghostty
|
#set $term ghostty
|
||||||
|
|
||||||
set $menu wofi -S drun -GI
|
set $menu wofi -S drun -GI
|
||||||
@@ -17,6 +17,10 @@ set $down j
|
|||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
|
|
||||||
|
#env GDK_BACKEND=wayland
|
||||||
|
#env QT_QPA_PLATFORM=wayland
|
||||||
|
|
||||||
set $laptop eDP-1
|
set $laptop eDP-1
|
||||||
include ~/.config/sway/config.d/*
|
include ~/.config/sway/config.d/*
|
||||||
|
|
||||||
@@ -30,7 +34,7 @@ include ~/.config/sway/config.d/*
|
|||||||
|
|
||||||
bindswitch --reload --locked lid:on output $laptop disable
|
bindswitch --reload --locked lid:on output $laptop disable
|
||||||
bindswitch --reload --locked lid:off output $laptop enable
|
bindswitch --reload --locked lid:off output $laptop enable
|
||||||
exec_always --no-startup-id '/home/jozamudi/.config/sway/scripts/clamshell-mode.sh'
|
exec_always --no-startup-id '/home/work/.config/sway/scripts/clamshell-mode.sh'
|
||||||
|
|
||||||
#input "1267:12792:ELAN067B:00_04F3:31F8_Touchpad" {
|
#input "1267:12792:ELAN067B:00_04F3:31F8_Touchpad" {
|
||||||
# dwt enabled
|
# dwt enabled
|
||||||
@@ -48,11 +52,13 @@ exec_always --no-startup-id '/home/jozamudi/.config/sway/scripts/clamshell-mode.
|
|||||||
|
|
||||||
seat seat0 xcursor_theme Adwaita 35
|
seat seat0 xcursor_theme Adwaita 35
|
||||||
|
|
||||||
|
exec systemctl --user start xdg-desktop-portal-wlr.service
|
||||||
#exec pipewire
|
#exec pipewire
|
||||||
exec swaync
|
exec swaync
|
||||||
exec shikane
|
exec shikane
|
||||||
exec nm-applet
|
exec nm-applet
|
||||||
exec blueman-applet
|
exec blueman-applet
|
||||||
|
exec hypridle
|
||||||
|
|
||||||
exec systemctl --user start hyperolkitagent
|
exec systemctl --user start hyperolkitagent
|
||||||
exec waybar -c ~/.config/sway/waybar/config.jsonc -s ~/.config/sway/waybar/style.css
|
exec waybar -c ~/.config/sway/waybar/config.jsonc -s ~/.config/sway/waybar/style.css
|
||||||
@@ -60,8 +66,7 @@ exec flatpak run com.github.wwmm.easyeffects -w
|
|||||||
exec xrdb -merge ~/.Xresources
|
exec xrdb -merge ~/.Xresources
|
||||||
exec wl-paste -t text --watch clipman store --no-persist
|
exec wl-paste -t text --watch clipman store --no-persist
|
||||||
|
|
||||||
exec hypridle
|
#exec gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||||
exec gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
|
||||||
|
|
||||||
#exec mpd
|
#exec mpd
|
||||||
#exec syncthing
|
#exec syncthing
|
||||||
@@ -87,7 +92,9 @@ bindsym $mod+Ctrl+y exec : | wl-copy -p
|
|||||||
|
|
||||||
#default_border pixel 2
|
#default_border pixel 2
|
||||||
#default_floating_border pixel 2
|
#default_floating_border pixel 2
|
||||||
exec systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP
|
exec systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP WAYLAND_DISPLAY SWAYSOCK
|
||||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway
|
||||||
|
# Activate graphical-session.target so xdg-desktop-portal (Requisite=graphical-session.target) can start
|
||||||
|
exec systemctl --user start sway-session.target
|
||||||
|
#exec --no-startup-id dbus-update-activation-environment --all
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
|
||||||
export WLR_DRM_NO_MODIFIERS=1
|
|
||||||
export QT_QPA_PLATFORM="wayland-egl;xcb"
|
|
||||||
export SDL_VIDEODRIVER=wayland
|
|
||||||
export XDG_SESSION_TYPE=wayland
|
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
|
||||||
@@ -3,8 +3,7 @@
|
|||||||
"spacing": 2, // Gaps between modules (4px)
|
"spacing": 2, // Gaps between modules (4px)
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"sway/workspaces",
|
"sway/workspaces",
|
||||||
"sway/mode",
|
"sway/submap",
|
||||||
"sway/scratchpad",
|
|
||||||
"sway/window"
|
"sway/window"
|
||||||
],
|
],
|
||||||
//"modules-center": [
|
//"modules-center": [
|
||||||
@@ -23,9 +22,8 @@
|
|||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
"sway/scratchpad": {
|
"sway/scratchpad": {
|
||||||
"format": "{icon} {count}",
|
"format": "{count}",
|
||||||
"show-empty": false,
|
"show-empty": false,
|
||||||
"format-icons": ["", ""],
|
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "{app}: {title}"
|
"tooltip-format": "{app}: {title}"
|
||||||
},
|
},
|
||||||
@@ -50,65 +48,53 @@
|
|||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{time} {capacity}% {icon}",
|
"format": "{time} {capacity}%",
|
||||||
"format-full": "{capacity}% {icon}",
|
"format-full": "{capacity}%",
|
||||||
"format-charging": "{capacity}% C",
|
"format-charging": "{capacity}% C",
|
||||||
"format-plugged": "{capacity}% P",
|
"format-plugged": "{capacity}% P",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time}",
|
||||||
// "format-good": "", // An empty format will hide the module
|
// "format-good": "", // An empty format will hide the module
|
||||||
// "format-full": "",
|
// "format-full": "",
|
||||||
"format-icons": ["", "", "", "", ""]
|
|
||||||
},
|
},
|
||||||
"battery#bat2": {
|
"battery#bat2": {
|
||||||
"bat": "BAT2"
|
"bat": "BAT2"
|
||||||
},
|
},
|
||||||
"power-profiles-daemon": {
|
"power-profiles-daemon": {
|
||||||
"format": "{icon}",
|
"format": "{profile}",
|
||||||
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"format-icons": {
|
"format-icons": {"default": [""]}
|
||||||
"default": "",
|
|
||||||
"performance": "",
|
|
||||||
"balanced": "",
|
|
||||||
"power-saver": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||||
//"format-wifi": "{essid} ({signalStrength}%) ",
|
//"format-wifi": "{essid} ({signalStrength}%)",
|
||||||
//"format-ethernet": "{ipaddr}/{cidr} ",
|
//"format-ethernet": "{ipaddr}/{cidr}",
|
||||||
//"tooltip-format": "{ifname} via {gwaddr} ",
|
//"tooltip-format": "{ifname} via {gwaddr}",
|
||||||
//"format-linked": "{ifname} (No IP) ",
|
//"format-linked": "{ifname} (No IP)",
|
||||||
//"format-disconnected": "Disconnected ⚠",
|
//"format-disconnected": "Disconnected",
|
||||||
"format-disconnected": "Disconnected",
|
"format-disconnected": "Disconnected",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
// "scroll-step": 1, // %, can be a float
|
// "scroll-step": 1, // %, can be a float
|
||||||
"format": "{volume}% {icon} {format_source}",
|
"format": "{volume}% {format_source}",
|
||||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
"format-bluetooth": "{volume}% {format_source}",
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
"format-bluetooth-muted": " {format_source}",
|
||||||
"format-muted": " {format_source}",
|
"format-muted": " {format_source}",
|
||||||
"format-source": "{volume}% ",
|
"format-source": "{volume}%",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"default": [""]
|
||||||
"hands-free": "",
|
|
||||||
"headset": "",
|
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": ["", "", ""]
|
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol"
|
"on-click": "pavucontrol"
|
||||||
},
|
},
|
||||||
"custom/media": {
|
"custom/media": {
|
||||||
"format": "{icon} {text}",
|
"format": "{text}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"max-length": 40,
|
"max-length": 40,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"spotify": "",
|
"spotify": "",
|
||||||
"default": "🎜"
|
"default": ""
|
||||||
},
|
},
|
||||||
"escape": true,
|
"escape": true,
|
||||||
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
|
set -g extended-keys on
|
||||||
|
|
||||||
bind-key r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!"
|
bind-key r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!"
|
||||||
|
|
||||||
|
|||||||
+22
-36
@@ -2,10 +2,9 @@
|
|||||||
{
|
{
|
||||||
"spacing": 2, // Gaps between modules (4px)
|
"spacing": 2, // Gaps between modules (4px)
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"sway/workspaces",
|
"hyprland/workspaces",
|
||||||
"sway/mode",
|
"hyprland/submap",
|
||||||
"sway/scratchpad",
|
"hyprland/window"
|
||||||
"sway/window"
|
|
||||||
],
|
],
|
||||||
//"modules-center": [
|
//"modules-center": [
|
||||||
//"sway/window"
|
//"sway/window"
|
||||||
@@ -23,9 +22,8 @@
|
|||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
"sway/scratchpad": {
|
"sway/scratchpad": {
|
||||||
"format": "{icon} {count}",
|
"format": "{count}",
|
||||||
"show-empty": false,
|
"show-empty": false,
|
||||||
"format-icons": ["", ""],
|
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "{app}: {title}"
|
"tooltip-format": "{app}: {title}"
|
||||||
},
|
},
|
||||||
@@ -50,65 +48,53 @@
|
|||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{time} {capacity}% {icon}",
|
"format": "{time} {capacity}%",
|
||||||
"format-full": "{capacity}% {icon}",
|
"format-full": "{capacity}%",
|
||||||
"format-charging": "{capacity}% C",
|
"format-charging": "{capacity}% C",
|
||||||
"format-plugged": "{capacity}% P",
|
"format-plugged": "{capacity}% P",
|
||||||
"format-alt": "{time} {icon}",
|
"format-alt": "{time}",
|
||||||
// "format-good": "", // An empty format will hide the module
|
// "format-good": "", // An empty format will hide the module
|
||||||
// "format-full": "",
|
// "format-full": "",
|
||||||
"format-icons": ["", "", "", "", ""]
|
|
||||||
},
|
},
|
||||||
"battery#bat2": {
|
"battery#bat2": {
|
||||||
"bat": "BAT2"
|
"bat": "BAT2"
|
||||||
},
|
},
|
||||||
"power-profiles-daemon": {
|
"power-profiles-daemon": {
|
||||||
"format": "{icon}",
|
"format": "{profile}",
|
||||||
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
"tooltip-format": "Power profile: {profile}\nDriver: {driver}",
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"format-icons": {
|
"format-icons": {"default": [""]}
|
||||||
"default": "",
|
|
||||||
"performance": "",
|
|
||||||
"balanced": "",
|
|
||||||
"power-saver": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||||
//"format-wifi": "{essid} ({signalStrength}%) ",
|
//"format-wifi": "{essid} ({signalStrength}%)",
|
||||||
//"format-ethernet": "{ipaddr}/{cidr} ",
|
//"format-ethernet": "{ipaddr}/{cidr}",
|
||||||
//"tooltip-format": "{ifname} via {gwaddr} ",
|
//"tooltip-format": "{ifname} via {gwaddr}",
|
||||||
//"format-linked": "{ifname} (No IP) ",
|
//"format-linked": "{ifname} (No IP)",
|
||||||
//"format-disconnected": "Disconnected ⚠",
|
//"format-disconnected": "Disconnected",
|
||||||
"format-disconnected": "Disconnected",
|
"format-disconnected": "Disconnected",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
// "scroll-step": 1, // %, can be a float
|
// "scroll-step": 1, // %, can be a float
|
||||||
"format": "{volume}% {icon} {format_source}",
|
"format": "{volume}% {format_source}",
|
||||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
"format-bluetooth": "{volume}% {format_source}",
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
"format-bluetooth-muted": " {format_source}",
|
||||||
"format-muted": " {format_source}",
|
"format-muted": " {format_source}",
|
||||||
"format-source": "{volume}% ",
|
"format-source": "{volume}%",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"default": [""]
|
||||||
"hands-free": "",
|
|
||||||
"headset": "",
|
|
||||||
"phone": "",
|
|
||||||
"portable": "",
|
|
||||||
"car": "",
|
|
||||||
"default": ["", "", ""]
|
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol"
|
"on-click": "pavucontrol"
|
||||||
},
|
},
|
||||||
"custom/media": {
|
"custom/media": {
|
||||||
"format": "{icon} {text}",
|
"format": "{text}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"max-length": 40,
|
"max-length": 40,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"spotify": "",
|
"spotify": "",
|
||||||
"default": "🎜"
|
"default": ""
|
||||||
},
|
},
|
||||||
"escape": true,
|
"escape": true,
|
||||||
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ button:hover {
|
|||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
/*background-color: transparent;*/
|
background-color: transparent;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,15 +57,25 @@ button:hover {
|
|||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.active {
|
||||||
background-color: #64727D;
|
background-color: #eb4d4b;
|
||||||
/*box-shadow: inset 0 -3px #ffffff;*/
|
box-shadow: inset 0 -3px #ffffff;
|
||||||
|
color: #ffffff;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button.visible {
|
||||||
|
background-color: #64727D;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.empty {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
background-color: #64727D;
|
background-color: #64727D;
|
||||||
box-shadow: inset 0 -3px #ffffff;
|
box-shadow: inset 0 -3px #ffffff;
|
||||||
@@ -93,17 +103,17 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#window,
|
#window,
|
||||||
#workspaces {
|
#workspaces-hyprland {
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If workspaces is the leftmost module, omit left margin */
|
/* If workspaces is the leftmost module, omit left margin */
|
||||||
.modules-left > widget:first-child > #workspaces {
|
.modules-left > widget:first-child > #workspaces-hyprland {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If workspaces is the rightmost module, omit right margin */
|
/* If workspaces is the rightmost module, omit right margin */
|
||||||
.modules-right > widget:last-child > #workspaces {
|
.modules-right > widget:last-child > #workspaces-hyprland {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,5 @@
|
|||||||
.config/nvim/lazy-lock.json
|
.config/nvim/lazy-lock.json
|
||||||
|
.config/opencode/node_modules/
|
||||||
|
.config/opencode/package.json
|
||||||
|
.config/opencode/bun.lock
|
||||||
|
.config/opencode/package-lock.json
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Zoom Workplace
|
|
||||||
Comment=Zoom Video Conference
|
|
||||||
Exec=/usr/bin/zoom %U
|
|
||||||
Icon=Zoom
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Encoding=UTF-8
|
|
||||||
Categories=Network;Application;
|
|
||||||
StartupWMClass=zoom
|
|
||||||
MimeType=x-scheme-handler/zoommtg;x-scheme-handler/zoomus;x-scheme-handler/tel;x-scheme-handler/callto;x-scheme-handler/zoomphonecall;x-scheme-handler/zoomphonesms;x-scheme-handler/zoomcontactcentercall;application/x-zoom
|
|
||||||
X-KDE-Protocols=zoommtg;zoomus;tel;callto;zoomphonecall;zoomphonesms;zoomcontactcentercall;
|
|
||||||
Name[en_US]=Zoom Workplace
|
|
||||||
@@ -1,209 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Categories=Utility;X-SuSE-SyncUtility;
|
|
||||||
Type=Application
|
|
||||||
Exec=nextcloud %u
|
|
||||||
Name=Nextcloud Desktop
|
|
||||||
Comment=Nextcloud desktop synchronization client
|
|
||||||
GenericName=Folder Sync
|
|
||||||
Icon=Nextcloud
|
|
||||||
Keywords=Nextcloud;syncing;file;sharing;
|
|
||||||
X-GNOME-Autostart-Delay=3
|
|
||||||
MimeType=application/vnd.nextcloud;x-scheme-handler/nc;
|
|
||||||
Actions=Quit;
|
|
||||||
|
|
||||||
# Translations
|
|
||||||
Comment[oc]=Nextcloud sincronizacion del client
|
|
||||||
GenericName[oc]=Dorsièr de Sincronizacion
|
|
||||||
Name[oc]=Nextcloud sincronizacion del client
|
|
||||||
Icon[oc]=Nextcloud
|
|
||||||
Comment[ar]=Nextcloud زبون مزامنة مكتبي
|
|
||||||
GenericName[ar]=مزامنة المجلد
|
|
||||||
Name[ar]=Nextcloud زبون مزامنة مكتبي
|
|
||||||
Icon[ar]=Nextcloud
|
|
||||||
Comment[bg_BG]=Nextcloud клиент за десктоп синхронизация
|
|
||||||
GenericName[bg_BG]=Синхронизиране на папката
|
|
||||||
Name[bg_BG]=Nextcloud клиент десктоп синхронизация
|
|
||||||
Icon[bg_BG]=Nextcloud
|
|
||||||
Comment[ca]=Client de sincronització d'escriptori Nextcloud
|
|
||||||
GenericName[ca]=Sincronització de carpetes
|
|
||||||
Name[ca]=Client de sincronització d'escriptori Nextcloud
|
|
||||||
Icon[ca]=Nextcloud
|
|
||||||
Comment[da]=Nextcloud skrivebordsklient til synkronisering
|
|
||||||
GenericName[da]=Mappesynkronisering
|
|
||||||
Name[da]=Nextcloud skrivebordsklient til synk
|
|
||||||
Icon[da]=Nextcloud
|
|
||||||
Comment[de]=Nextcloud Desktop-Synchronisationsclient
|
|
||||||
GenericName[de]=Ordner-Synchronisation
|
|
||||||
Name[de]=Nextcloud Desktop-Synchronisationsclient
|
|
||||||
Icon[de]=Nextcloud
|
|
||||||
Comment[ja_JP]=Nextcloud デスクトップ同期クライアント
|
|
||||||
GenericName[ja_JP]=フォルダー同期
|
|
||||||
Name[ja_JP]=Nextcloud デスクトップ同期クライアント
|
|
||||||
Icon[ja_JP]=Nextcloud
|
|
||||||
Comment[el]=Nextcloud συγχρονισμός επιφάνειας εργασίας πελάτη
|
|
||||||
GenericName[el]=Συγχρονισμός φακέλου
|
|
||||||
Name[el]=Nextcloud συγχρονισμός επιφάνειας εργασίας πελάτη
|
|
||||||
Icon[el]=Nextcloud
|
|
||||||
Comment[en_GB]=Nextcloud desktop synchronisation client
|
|
||||||
GenericName[en_GB]=Folder Sync
|
|
||||||
Name[en_GB]=Nextcloud desktop sync client
|
|
||||||
Icon[en_GB]=Nextcloud
|
|
||||||
Comment[es]=Nextcloud cliente de sincronización de escritorio
|
|
||||||
GenericName[es]=Sincronización de carpeta
|
|
||||||
Name[es]=Nextcloud cliente de sincronización de escritorio
|
|
||||||
Icon[es]=Nextcloud
|
|
||||||
Comment[de_DE]=Nextcloud Desktop-Synchronisationsclient
|
|
||||||
GenericName[de_DE]=Ordner-Synchronisation
|
|
||||||
Name[de_DE]=Nextcloud Desktop-Synchronisationsclient
|
|
||||||
Icon[de_DE]=Nextcloud
|
|
||||||
Comment[eu]=Nextcloud mahaigaineko sinkronizazio bezeroa
|
|
||||||
GenericName[eu]=Karpetaren sinkronizazioa
|
|
||||||
Name[eu]=Nextcloud mahaigaineko sinkronizazio bezeroa
|
|
||||||
Icon[eu]=Nextcloud
|
|
||||||
GenericName[fa]=همسان سازی پوشهها
|
|
||||||
Name[fa]=nextcloud نسخهی همسان سازی مشتری
|
|
||||||
Icon[fa]=Nextcloud
|
|
||||||
Comment[fr]=Synchronisez vos dossiers avec un serveur Nextcloud
|
|
||||||
GenericName[fr]=Synchronisation de dossier
|
|
||||||
Name[fr]=Client de synchronisation Nextcloud
|
|
||||||
Icon[fr]=Nextcloud
|
|
||||||
Comment[gl]=Nextcloud cliente de sincronización para escritorio
|
|
||||||
GenericName[gl]=Sincronizar Cartafol
|
|
||||||
Name[gl]=Nextcloud cliente de sincronización para escritorio
|
|
||||||
Icon[gl]=Nextcloud
|
|
||||||
Comment[he]=Nextcloud לקוח סנכון שולחן עבודה
|
|
||||||
GenericName[he]=סנכון תיקייה
|
|
||||||
Name[he]=Nextcloud לקוח סנכרון שולחן עבודה
|
|
||||||
Icon[he]=Nextcloud
|
|
||||||
Comment[ia]=Nextcloud cliente de synchronisation pro scriptorio
|
|
||||||
GenericName[ia]=Synchronisar Dossier
|
|
||||||
Name[ia]=Nextcloud cliente de synchronisation pro scriptorio
|
|
||||||
Icon[ia]=Nextcloud
|
|
||||||
Comment[id]=Klien sinkronisasi desktop Nextcloud
|
|
||||||
GenericName[id]=Folder Sync
|
|
||||||
Name[id]=Klien sync desktop Nextcloud
|
|
||||||
Icon[id]=Nextcloud
|
|
||||||
Comment[is]=Nextcloud skjáborðsforrit samstillingar
|
|
||||||
GenericName[is]=Samstilling möppu
|
|
||||||
Name[is]=Nextcloud skjáborðsforrit samstillingar
|
|
||||||
Icon[is]=Nextcloud
|
|
||||||
Comment[it]=Client di sincronizzazione del desktop di Nextcloud
|
|
||||||
GenericName[it]=Sincronizzazione cartella
|
|
||||||
Name[it]=Client di sincronizzazione del desktop di Nextcloud
|
|
||||||
Icon[it]=Nextcloud
|
|
||||||
Comment[ko]=Nextcloud 데스크톱 동기화 클라이언트
|
|
||||||
GenericName[ko]=폴더 동기화
|
|
||||||
Name[ko]=Nextcloud 데스크톱 동기화 클라이언트
|
|
||||||
Icon[ko]=Nextcloud
|
|
||||||
Comment[hu_HU]=Nextcloud asztali szinkronizációs kliens
|
|
||||||
GenericName[hu_HU]=Könyvtár szinkronizálás
|
|
||||||
Name[hu_HU]=Nextcloud asztali szinkr. kliens
|
|
||||||
Icon[hu_HU]=Nextcloud
|
|
||||||
Comment[af_ZA]=Nextcloud werkskermsinchroniseerkliënt
|
|
||||||
GenericName[af_ZA]=Vouersinchronisering
|
|
||||||
Name[af_ZA]=Nextcloud werkskermsinchroniseerkliënt
|
|
||||||
Icon[af_ZA]=Nextcloud
|
|
||||||
Comment[nl]=Nextcloud desktop synchronisatie client
|
|
||||||
GenericName[nl]=Mappen sync
|
|
||||||
Name[nl]=Nextcloud desktop sync client
|
|
||||||
Icon[nl]=Nextcloud
|
|
||||||
Comment[et_EE]=Nextcloud sünkroonimise klient töölauale
|
|
||||||
GenericName[et_EE]=Kaustade sünkroonimine
|
|
||||||
Name[et_EE]=Nextcloud sünkroonimise klient töölauale
|
|
||||||
Icon[et_EE]=Nextcloud
|
|
||||||
Comment[pl]=Nextcloud klient synchronizacji dla komputerów stacjonarnych
|
|
||||||
GenericName[pl]=Folder Synchronizacji
|
|
||||||
Name[pl]=Nextcloud klient synchronizacji dla komputerów stacjonarnych
|
|
||||||
Icon[pl]=Nextcloud
|
|
||||||
Comment[pt_BR]=Nextcloud cliente de sincronização do computador
|
|
||||||
GenericName[pt_BR]=Sincronização de Pasta
|
|
||||||
Name[pt_BR]=Nextcloud cliente de sincronização de desktop
|
|
||||||
Icon[pt_BR]=Nextcloud
|
|
||||||
Comment[cs_CZ]=Nextcloud počítačový synchronizační klient
|
|
||||||
GenericName[cs_CZ]=Synchronizace adresáře
|
|
||||||
Name[cs_CZ]=Nextcloud počítačový synchronizační klient
|
|
||||||
Icon[cs_CZ]=Nextcloud
|
|
||||||
Comment[ru]=Настольный клиент синхронизации Nextcloud
|
|
||||||
GenericName[ru]=Синхронизация каталогов
|
|
||||||
Name[ru]=Настольный клиент синхронизации Nextcloud
|
|
||||||
Icon[ru]=Nextcloud
|
|
||||||
Comment[sl]=Nextcloud ‒ Program za usklajevanje datotek z namizjem
|
|
||||||
GenericName[sl]=Usklajevanje map
|
|
||||||
Name[sl]=Nextcloud ‒ Program za usklajevanje datotek z namizjem
|
|
||||||
Icon[sl]=Nextcloud
|
|
||||||
Comment[sq]=Klient njëkohësimesh Nextcloud për desktop
|
|
||||||
GenericName[sq]=Njëkohësim Dosjesh
|
|
||||||
Name[sq]=Klient njëkohësimesh Nextcloud për desktop
|
|
||||||
Icon[sq]=Nextcloud
|
|
||||||
Comment[fi_FI]=Nextcloud työpöytäsynkronointisovellus
|
|
||||||
GenericName[fi_FI]=Kansion synkronointi
|
|
||||||
Name[fi_FI]=Nextcloud työpöytäsynkronointisovellus
|
|
||||||
Icon[fi_FI]=Nextcloud
|
|
||||||
Comment[sv]=Nextcloud desktop synkroniseringsklient
|
|
||||||
GenericName[sv]=Mappsynk
|
|
||||||
Name[sv]=Nextcloud desktop synk-klient
|
|
||||||
Icon[sv]=Nextcloud
|
|
||||||
Comment[tr]=Nextcloud masaüstü eşitleme istemcisi
|
|
||||||
GenericName[tr]=Dosya Eşitleme
|
|
||||||
Name[tr]=Nextcloud masaüstü eşitleme istemcisi
|
|
||||||
Icon[tr]=Nextcloud
|
|
||||||
Comment[uk]=Настільний клієнт синхронізації Nextcloud
|
|
||||||
GenericName[uk]=Синхронізація теки
|
|
||||||
Name[uk]=Настільний клієнт синхронізації Nextcloud
|
|
||||||
Icon[uk]=Nextcloud
|
|
||||||
Comment[ro]=Nextcloud client de sincronizare pe desktop
|
|
||||||
GenericName[ro]=Sincronizare director
|
|
||||||
Name[ro]=Nextcloud client de sincronizare pe desktop
|
|
||||||
Icon[ro]=Nextcloud
|
|
||||||
Comment[zh_CN]=Nextcloud 桌面同步客户端
|
|
||||||
GenericName[zh_CN]=文件夹同步
|
|
||||||
Name[zh_CN]=Nextcloud 桌面同步客户端
|
|
||||||
Icon[zh_CN]=Nextcloud
|
|
||||||
Comment[zh_HK]=桌面版同步客户端
|
|
||||||
Comment[zh_TW]=Nextcloud 桌面同步客戶端
|
|
||||||
GenericName[zh_TW]=資料夾同步
|
|
||||||
Name[zh_TW]=Nextcloud 桌面同步客戶端
|
|
||||||
Icon[zh_TW]=Nextcloud
|
|
||||||
Comment[es_AR]=Cliente de sincronización para escritorio Nextcloud
|
|
||||||
GenericName[es_AR]=Sincronización de directorio
|
|
||||||
Name[es_AR]=Cliente de sincronización para escritorio Nextcloud
|
|
||||||
Icon[es_AR]=Nextcloud
|
|
||||||
Comment[lt_LT]=Nextcloud darbalaukio sinchronizavimo programa
|
|
||||||
GenericName[lt_LT]=Katalogo sinchnorizacija
|
|
||||||
Name[lt_LT]=Nextcloud darbalaukio programa
|
|
||||||
Icon[lt_LT]=Nextcloud
|
|
||||||
Comment[th_TH]=Nextcloud ไคลเอนต์ประสานข้อมูลเดสก์ท็อป
|
|
||||||
GenericName[th_TH]=ประสานข้อมูลโฟลเดอร์
|
|
||||||
Name[th_TH]= Nextcloud ไคลเอนต์ประสานข้อมูลเดสก์ท็อป
|
|
||||||
Icon[th_TH]=Nextcloud
|
|
||||||
Comment[es_MX]=Cliente de escritorio para sincronziación de Nextcloud
|
|
||||||
GenericName[es_MX]=Sincronización de Carpetas
|
|
||||||
Name[es_MX]=Cliente de escritorio para sincronziación de Nextcloud
|
|
||||||
Icon[es_MX]=Nextcloud
|
|
||||||
Comment[nb_NO]=Nextcloud skrivebordssynkroniseringsklient
|
|
||||||
GenericName[nb_NO]=Mappesynkronisering
|
|
||||||
Name[nb_NO]=Nextcloud skrivebordssynkroniseringsklient
|
|
||||||
Icon[nb_NO]=Nextcloud
|
|
||||||
Comment[nn_NO]=Nextcloud klient for å synkronisera frå skrivebord
|
|
||||||
GenericName[nn_NO]=Mappe synkronisering
|
|
||||||
Name[nn_NO]=Nextcloud klient for å synkronisera frå skrivebord
|
|
||||||
Icon[nn_NO]=Nextcloud
|
|
||||||
Comment[pt_PT]=Nextcloud - Cliente de Sincronização para PC
|
|
||||||
GenericName[pt_PT]=Sincronizar Pasta
|
|
||||||
Name[pt_PT]=Nextcloud - Cliente de Sincronização para PC
|
|
||||||
Icon[pt_PT]=Nextcloud
|
|
||||||
Icon[km]=Nextcloud
|
|
||||||
Comment[lb]=Nextcloud Desktop Synchronisatioun Client
|
|
||||||
GenericName[lb]=Dossier Dync
|
|
||||||
Name[lb]=Nextcloud Desktop Sync Client
|
|
||||||
Icon[lb]=Nextcloud
|
|
||||||
Implements=org.freedesktop.CloudProviders
|
|
||||||
|
|
||||||
[org.freedesktop.CloudProviders]
|
|
||||||
BusName=com.nextcloudgmbh.Nextcloud
|
|
||||||
ObjectPath=/com/nextcloudgmbh/Nextcloud
|
|
||||||
|
|
||||||
[Desktop Action Quit]
|
|
||||||
Exec=nextcloud --quit
|
|
||||||
Name=Quit Nextcloud
|
|
||||||
Icon=nextcloud
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
inode/directory=thunar.desktop
|
|
||||||
x-directory/normal=thunar.desktop
|
|
||||||
|
|||||||
@@ -3,8 +3,9 @@ Name=Discord
|
|||||||
StartupWMClass=discord
|
StartupWMClass=discord
|
||||||
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
|
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
|
||||||
GenericName=Internet Messenger
|
GenericName=Internet Messenger
|
||||||
Exec=/usr/lib/discord/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
Exec=/usr/bin/flatpak run --socket=wayland com.discordapp.Discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
#Exec=/usr/lib/discord/Discord
|
#Exec=/usr/lib/discord/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
#Exec=/usr/lib/discord/Discord
|
||||||
Icon=discord
|
Icon=discord
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;InstantMessaging;
|
Categories=Network;InstantMessaging;
|
||||||
|
|||||||
Reference in New Issue
Block a user