Compare commits
No commits in common. "fed37cff65d14a8db17c8822c8835b0730b2123e" and "521df6c313c28b4225d0a87061bfe248503a7cc8" have entirely different histories.
fed37cff65
...
521df6c313
7 changed files with 105 additions and 17 deletions
1
config/quassel-irc.org/.gitignore
vendored
1
config/quassel-irc.org/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
settings.qss
|
|
99
config/quassel-irc.org/settings.qss
Normal file
99
config/quassel-irc.org/settings.qss
Normal file
|
@ -0,0 +1,99 @@
|
||||||
|
// Style settings made in Quassel's configuration dialog
|
||||||
|
// This file is automatically generated, do not edit
|
||||||
|
|
||||||
|
// Sender Colors
|
||||||
|
Palette {
|
||||||
|
sender-color-self: #000000;
|
||||||
|
sender-color-00: #cc0000;
|
||||||
|
sender-color-01: #006cad;
|
||||||
|
sender-color-02: #4d9900;
|
||||||
|
sender-color-03: #6600cc;
|
||||||
|
sender-color-04: #a67d00;
|
||||||
|
sender-color-05: #009927;
|
||||||
|
sender-color-06: #0030c0;
|
||||||
|
sender-color-07: #cc009a;
|
||||||
|
sender-color-08: #b94600;
|
||||||
|
sender-color-09: #869900;
|
||||||
|
sender-color-0a: #149900;
|
||||||
|
sender-color-0b: #009960;
|
||||||
|
sender-color-0c: #006cad;
|
||||||
|
sender-color-0d: #0099cc;
|
||||||
|
sender-color-0e: #b300cc;
|
||||||
|
sender-color-0f: #cc004d;
|
||||||
|
}
|
||||||
|
|
||||||
|
ChatLine::sender#plain[sender="self"] { foreground: palette(sender-color-self); }
|
||||||
|
|
||||||
|
ChatLine::sender#plain[sender="00"] { foreground: palette(sender-color-00); }
|
||||||
|
ChatLine::sender#plain[sender="01"] { foreground: palette(sender-color-01); }
|
||||||
|
ChatLine::sender#plain[sender="02"] { foreground: palette(sender-color-02); }
|
||||||
|
ChatLine::sender#plain[sender="03"] { foreground: palette(sender-color-03); }
|
||||||
|
ChatLine::sender#plain[sender="04"] { foreground: palette(sender-color-04); }
|
||||||
|
ChatLine::sender#plain[sender="05"] { foreground: palette(sender-color-05); }
|
||||||
|
ChatLine::sender#plain[sender="06"] { foreground: palette(sender-color-06); }
|
||||||
|
ChatLine::sender#plain[sender="07"] { foreground: palette(sender-color-07); }
|
||||||
|
ChatLine::sender#plain[sender="08"] { foreground: palette(sender-color-08); }
|
||||||
|
ChatLine::sender#plain[sender="09"] { foreground: palette(sender-color-09); }
|
||||||
|
ChatLine::sender#plain[sender="0a"] { foreground: palette(sender-color-0a); }
|
||||||
|
ChatLine::sender#plain[sender="0b"] { foreground: palette(sender-color-0b); }
|
||||||
|
ChatLine::sender#plain[sender="0c"] { foreground: palette(sender-color-0c); }
|
||||||
|
ChatLine::sender#plain[sender="0d"] { foreground: palette(sender-color-0d); }
|
||||||
|
ChatLine::sender#plain[sender="0e"] { foreground: palette(sender-color-0e); }
|
||||||
|
ChatLine::sender#plain[sender="0f"] { foreground: palette(sender-color-0f); }
|
||||||
|
|
||||||
|
// Sender Nickname Colors for action messages
|
||||||
|
ChatLine::sender#action[sender="self"] { foreground: palette(sender-color-self); }
|
||||||
|
ChatLine::nick#action[sender="self"] { foreground: palette(sender-color-self); }
|
||||||
|
|
||||||
|
ChatLine::sender#action[sender="00"] { foreground: palette(sender-color-00); }
|
||||||
|
ChatLine::nick#action[sender="00"] { foreground: palette(sender-color-00); }
|
||||||
|
ChatLine::sender#action[sender="01"] { foreground: palette(sender-color-01); }
|
||||||
|
ChatLine::nick#action[sender="01"] { foreground: palette(sender-color-01); }
|
||||||
|
ChatLine::sender#action[sender="02"] { foreground: palette(sender-color-02); }
|
||||||
|
ChatLine::nick#action[sender="02"] { foreground: palette(sender-color-02); }
|
||||||
|
ChatLine::sender#action[sender="03"] { foreground: palette(sender-color-03); }
|
||||||
|
ChatLine::nick#action[sender="03"] { foreground: palette(sender-color-03); }
|
||||||
|
ChatLine::sender#action[sender="04"] { foreground: palette(sender-color-04); }
|
||||||
|
ChatLine::nick#action[sender="04"] { foreground: palette(sender-color-04); }
|
||||||
|
ChatLine::sender#action[sender="05"] { foreground: palette(sender-color-05); }
|
||||||
|
ChatLine::nick#action[sender="05"] { foreground: palette(sender-color-05); }
|
||||||
|
ChatLine::sender#action[sender="06"] { foreground: palette(sender-color-06); }
|
||||||
|
ChatLine::nick#action[sender="06"] { foreground: palette(sender-color-06); }
|
||||||
|
ChatLine::sender#action[sender="07"] { foreground: palette(sender-color-07); }
|
||||||
|
ChatLine::nick#action[sender="07"] { foreground: palette(sender-color-07); }
|
||||||
|
ChatLine::sender#action[sender="08"] { foreground: palette(sender-color-08); }
|
||||||
|
ChatLine::nick#action[sender="08"] { foreground: palette(sender-color-08); }
|
||||||
|
ChatLine::sender#action[sender="09"] { foreground: palette(sender-color-09); }
|
||||||
|
ChatLine::nick#action[sender="09"] { foreground: palette(sender-color-09); }
|
||||||
|
ChatLine::sender#action[sender="0a"] { foreground: palette(sender-color-0a); }
|
||||||
|
ChatLine::nick#action[sender="0a"] { foreground: palette(sender-color-0a); }
|
||||||
|
ChatLine::sender#action[sender="0b"] { foreground: palette(sender-color-0b); }
|
||||||
|
ChatLine::nick#action[sender="0b"] { foreground: palette(sender-color-0b); }
|
||||||
|
ChatLine::sender#action[sender="0c"] { foreground: palette(sender-color-0c); }
|
||||||
|
ChatLine::nick#action[sender="0c"] { foreground: palette(sender-color-0c); }
|
||||||
|
ChatLine::sender#action[sender="0d"] { foreground: palette(sender-color-0d); }
|
||||||
|
ChatLine::nick#action[sender="0d"] { foreground: palette(sender-color-0d); }
|
||||||
|
ChatLine::sender#action[sender="0e"] { foreground: palette(sender-color-0e); }
|
||||||
|
ChatLine::nick#action[sender="0e"] { foreground: palette(sender-color-0e); }
|
||||||
|
ChatLine::sender#action[sender="0f"] { foreground: palette(sender-color-0f); }
|
||||||
|
ChatLine::nick#action[sender="0f"] { foreground: palette(sender-color-0f); }
|
||||||
|
|
||||||
|
// Nickname colors for all messages
|
||||||
|
ChatLine::nick[sender="self"] { foreground: palette(sender-color-self); }
|
||||||
|
|
||||||
|
ChatLine::nick[sender="00"] { foreground: palette(sender-color-00); }
|
||||||
|
ChatLine::nick[sender="01"] { foreground: palette(sender-color-01); }
|
||||||
|
ChatLine::nick[sender="02"] { foreground: palette(sender-color-02); }
|
||||||
|
ChatLine::nick[sender="03"] { foreground: palette(sender-color-03); }
|
||||||
|
ChatLine::nick[sender="04"] { foreground: palette(sender-color-04); }
|
||||||
|
ChatLine::nick[sender="05"] { foreground: palette(sender-color-05); }
|
||||||
|
ChatLine::nick[sender="06"] { foreground: palette(sender-color-06); }
|
||||||
|
ChatLine::nick[sender="07"] { foreground: palette(sender-color-07); }
|
||||||
|
ChatLine::nick[sender="08"] { foreground: palette(sender-color-08); }
|
||||||
|
ChatLine::nick[sender="09"] { foreground: palette(sender-color-09); }
|
||||||
|
ChatLine::nick[sender="0a"] { foreground: palette(sender-color-0a); }
|
||||||
|
ChatLine::nick[sender="0b"] { foreground: palette(sender-color-0b); }
|
||||||
|
ChatLine::nick[sender="0c"] { foreground: palette(sender-color-0c); }
|
||||||
|
ChatLine::nick[sender="0d"] { foreground: palette(sender-color-0d); }
|
||||||
|
ChatLine::nick[sender="0e"] { foreground: palette(sender-color-0e); }
|
||||||
|
ChatLine::nick[sender="0f"] { foreground: palette(sender-color-0f); }
|
|
@ -63,12 +63,6 @@ bindsym XF86AudioPrev exec playerctl previous
|
||||||
#
|
#
|
||||||
# Workspaces:
|
# Workspaces:
|
||||||
#
|
#
|
||||||
# Switch to next/prev workspace in current output
|
|
||||||
bindsym $mod+n workspace next_on_output
|
|
||||||
bindsym $mod+p workspace prev_on_output
|
|
||||||
# Switch to next/prev workspace
|
|
||||||
bindsym $mod+Shift+n workspace next
|
|
||||||
bindsym $mod+Shift+p workspace prev
|
|
||||||
# Switch to workspace
|
# Switch to workspace
|
||||||
bindsym $mod+1 workspace number 1
|
bindsym $mod+1 workspace number 1
|
||||||
bindsym $mod+2 workspace number 2
|
bindsym $mod+2 workspace number 2
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
workspace 1 output DP-3
|
workspace 1 output DP-3
|
||||||
workspace 2 output DP-3
|
workspace 2 output DP-3
|
||||||
workspace Unity Editor output DP-3
|
workspace 3 output HDMI-A-1
|
||||||
workspace 4 output HDMI-A-1
|
workspace 4 output HDMI-A-1
|
||||||
workspace 5 output HDMI-A-1
|
|
||||||
workspace Mail output HDMI-A-1
|
workspace Mail output HDMI-A-1
|
||||||
workspace OBS output HDMI-A-1
|
workspace OBS output HDMI-A-1
|
||||||
workspace Spotify output HDMI-A-1
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
assign [title="Steam"] 2
|
assign [title="Steam"] 2
|
||||||
assign [title="Discord"] 4
|
assign [title="Discord"] 3
|
||||||
assign [app_id="org.telegram.desktop"] 5
|
|
||||||
assign [app_id="org.gajim.Gajim"] 5
|
|
||||||
assign [app_id="thunderbird"] Mail
|
assign [app_id="thunderbird"] Mail
|
||||||
assign [app_id="com.obsproject.Studio"] OBS
|
assign [app_id="com.obsproject.Studio"] OBS
|
||||||
assign [class="unityhub"] Unity Editor
|
|
||||||
|
|
|
@ -3,6 +3,8 @@ exec gentoo-pipewire-launcher restart &
|
||||||
|
|
||||||
# Run in bg/tray
|
# Run in bg/tray
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
|
exec nextcloud
|
||||||
|
exec tmux new -ds profanity profanity
|
||||||
|
|
||||||
workspace 1
|
workspace 1
|
||||||
exec kitty
|
exec kitty
|
||||||
|
@ -16,7 +18,6 @@ exec firefox-bin
|
||||||
|
|
||||||
workspace 4
|
workspace 4
|
||||||
exec telegram-desktop
|
exec telegram-desktop
|
||||||
exec gajim
|
|
||||||
|
|
||||||
# Focus back to main workspace
|
# Focus back to main workspace
|
||||||
workspace 1
|
workspace 1
|
||||||
|
|
4
profile
4
profile
|
@ -9,8 +9,8 @@ if test -z "${XDG_RUNTIME_DIR}"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The city's finest exports!
|
# The city's finest exports!
|
||||||
export GTK_THEME="Catppuccin-Macchiato-Standard-Lavender-Dark"
|
export GTK_THEME="Catppuccin-Macchiato-Standard-Blue-Dark"
|
||||||
export QT_QPA_PLATFORM="wayland"
|
export QT_QPA_PLATFORM=wayland"
|
||||||
export QT_QPA_PLATFORMTHEME="qt6ct"
|
export QT_QPA_PLATFORMTHEME="qt6ct"
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
export GIT_EDITOR="nvim"
|
export GIT_EDITOR="nvim"
|
||||||
|
|
Loading…
Reference in a new issue