Skip to content

Commit 0a01f76

Browse files
committed
adding shit
1 parent 541be53 commit 0a01f76

File tree

8 files changed

+26
-32
lines changed

8 files changed

+26
-32
lines changed

.bash_profile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ export LANGUAGE=en_US
55

66
# Created by `pipx` on 2025-07-30 10:09:46
77
export PATH="$PATH:/home/roeet/.local/bin"
8+
9+
# added by me
10+
export GDK_BACKEND=wayland,x11
11+
export XDG_CURRENT_DESKTOP=sway
12+
export QT_QPA_PLATFORM=wayland
13+
export MOZ_ENABLE_WAYLAND=1

.bashrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ alias start='sway --unsupported-gpu'
1717

1818
# Created by `pipx` on 2025-07-30 10:09:46
1919
export PATH="$PATH:/home/roeet/.local/bin"
20+
21+
# added by me
22+
export XDG_CURRENT_DESKTOP=sway

arch_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ packages=(
9191
luarocks lua less
9292

9393
# Audio
94-
pipewire pipewire-pulse pavucontrol
94+
pipewire pipewire-pulse pavucontrol vlc
9595

9696
# Network
9797
networkmanager nm-connection-editor network-manager-applet
@@ -106,7 +106,7 @@ packages=(
106106
wl-clipboard xdg-utils fakeroot debugedit grim
107107

108108
# Applications
109-
spotify-launcher firefox
109+
spotify-launcher firefox kdeconnect
110110

111111
# Fonts
112112
ttf-dejavu ttf-liberation noto-fonts

proto/.uuid

Lines changed: 0 additions & 1 deletion
This file was deleted.

sway/config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ bindsym $mod+r mode "resize"
207207
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
208208
# Special key to take a screenshot with grim
209209
# Screenshot with custom name (full screen)
210-
bindsym Ctrl+Print exec mkdir -p ~/Screenshots && TEMPFILE=$(mktemp /tmp/screenshot.XXXXXX.png) && grim - | swappy -f - -o "$TEMPFILE" && FILENAME=$(wofi --show dmenu --prompt "Enter screenshot name (without .png)") && [ -n "$FILENAME" ] && mv "$TEMPFILE" ~/Screenshots/"$FILENAME".png && rm "$TEMPFILE"
210+
bindsym $mod+Shift+Escape exec mkdir -p ~/Screenshots && TEMPFILE=$(mktemp /tmp/screenshot.XXXXXX.png) && grim - | swappy -f - -o "$TEMPFILE" && FILENAME=$(wofi --show dmenu --prompt "Enter screenshot name (without .png)") && [ -n "$FILENAME" ] && mv "$TEMPFILE" ~/Screenshots/"$FILENAME".png && rm "$TEMPFILE"
211211
# Screenshot with custom name (region)
212-
bindsym Ctrl+Shift+Print exec mkdir -p ~/Screenshots && TEMPFILE=$(mktemp /tmp/screenshot.XXXXXX.png) && grim -g "$(slurp)" - | swappy -f - -o "$TEMPFILE" && FILENAME=$(wofi --show dmenu --prompt "Enter screenshot name (without .png)") && [ -n "$FILENAME" ] && mv "$TEMPFILE" ~/Screenshots/"$FILENAME".png && rm "$TEMPFILE"
212+
bindsym $mod+Escape exec mkdir -p ~/Screenshots && TEMPFILE=$(mktemp /tmp/screenshot.XXXXXX.png) && grim -g "$(slurp)" - | swappy -f - -o "$TEMPFILE" && FILENAME=$(wofi --show dmenu --prompt "Enter screenshot name (without .png)") && [ -n "$FILENAME" ] && mv "$TEMPFILE" ~/Screenshots/"$FILENAME".png && rm "$TEMPFILE"
213213
# Media controls via playerctl
214214
bindsym --locked XF86AudioPlay exec playerctl --player=spotify play-pause
215215
bindsym --locked XF86AudioNext exec playerctl --player=spotify next
@@ -253,6 +253,8 @@ bar {
253253
# status_command ~/.config/sway/swaybar_status.sh
254254
# }
255255

256+
# output DP-3 mode [email protected]
257+
256258
exec env LANG=en_US.UTF-8 nm-applet
257259
exec env XDG_CURRENT_DESKTOP=sway LANG=en_US.UTF-8 blueman-applet
258260

sway/swaybar_status.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

waybar/config

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"spacing": 4,
55
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
66
"modules-center": ["clock"],
7-
"modules-right": ["pulseaudio", "memory", "cpu", "battery", "tray"],
7+
"modules-right": ["custom/kdeconnect", "pulseaudio", "memory", "cpu", "battery", "tray"],
88
"sway/workspaces": {
99
"disable-scroll": false,
1010
"all-outputs": true,
@@ -35,7 +35,7 @@
3535
"tooltip-format": "Memory: {percentage}%"
3636
},
3737
"pulseaudio": {
38-
"format": "{volume}% {icon}",
38+
"format": "{volume}%",
3939
"format-muted": "󰝟 MUTED",
4040
"icons": {
4141
"headphone": "",
@@ -45,6 +45,11 @@
4545
"on-click": "pavucontrol",
4646
"tooltip-format": "Volume: {volume}%"
4747
},
48+
"custom/kdeconnect": {
49+
"format": "󰄜",
50+
"tooltip": true,
51+
"on-click": "kdeconnect-app"
52+
},
4853
"battery": {
4954
"states": {
5055
"warning": 30,
@@ -59,5 +64,5 @@
5964
"tray": {
6065
"spacing": 8,
6166
"icon-size": 16
62-
}
67+
},
6368
}

waybar/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
font-style: italic;
4242
}
4343

44-
#clock, #cpu, #memory, #pulseaudio, #battery, #tray {
45-
padding: 0 12px;
46-
margin: 0 4px;
44+
#clock, #cpu, #memory, #pulseaudio, #battery, #tray, #custom-kdeconnect {
45+
padding: 0 15px;
46+
margin: 0 0px;
4747
color: #ebdbb2;
4848
background: rgba(46, 46, 46, 0.8);
4949
border-radius: 4px;

0 commit comments

Comments
 (0)