changes
This commit is contained in:
@@ -19,3 +19,7 @@ vuescan.log
|
||||
zsh/.config/zsh/zcomdump
|
||||
zsh/.config/zsh/.zcompcache
|
||||
|
||||
#clipse
|
||||
clipse/.config/clipse/clipboard_history.json
|
||||
clipse/.config/clipse/tmp_files
|
||||
clipse/.config/clipse/clipse.log
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
[default]
|
||||
# The time to show the notification for.
|
||||
time = 5.0
|
||||
|
||||
# The base directory to resolve relative image-path against (default is $XDG_DATA_HOME/avizo).
|
||||
;image-base-dir =
|
||||
|
||||
# The image opacity; allowed values range from 0 (fully transparent) to 1.0 (fully opaque).
|
||||
image-opacity = 1.0
|
||||
|
||||
# The width of the notification.
|
||||
;width = 248
|
||||
|
||||
# The height of the notification.
|
||||
;height = 232
|
||||
|
||||
# The inner padding of the notification.
|
||||
;padding = 24
|
||||
|
||||
# A relative offset of the notification to the top of the screen.
|
||||
# Allowed values range from 0 (top) to 1.0 (bottom).
|
||||
;y-offset = 0.75
|
||||
|
||||
# The border radius of the notification in px.
|
||||
;border-radius = 16
|
||||
|
||||
# The block height of the progress indicator.
|
||||
;block-height = 10
|
||||
|
||||
# The spacing between blocks in the progress indicator.
|
||||
;block-spacing = 2
|
||||
|
||||
# Sets the amount of blocks in the progress indicator.
|
||||
;block-count = 20
|
||||
|
||||
# The color of the notification background in format: rgba([0, 255], [0, 255], [0, 255], [0, 1]).
|
||||
background = rgba(160, 160, 160, 0.8)
|
||||
|
||||
# The color of the filled bar blocks in format: rgba([0, 255], [0, 255], [0, 255], [0, 1]).
|
||||
bar-fg-color = rgba(0, 0, 0, 0.8)
|
||||
|
||||
# The color of the unfilled bar blocks in format rgba([0, 255], [0, 255], [0, 255], [0, 1]).
|
||||
# Defaults to 'background' with 2/3 brightness.
|
||||
;bar-bg-color =
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"allowDuplicates": false,
|
||||
"historyFile": "clipboard_history.json",
|
||||
"maxHistory": 100,
|
||||
"logFile": "clipse.log",
|
||||
"themeFile": "custom_theme.json",
|
||||
"tempDir": "tmp_files",
|
||||
"keyBindings": {
|
||||
"choose": "enter",
|
||||
"clearSelected": "S",
|
||||
"down": "down",
|
||||
"end": "end",
|
||||
"filter": "/",
|
||||
"home": "home",
|
||||
"more": "?",
|
||||
"nextPage": "right",
|
||||
"prevPage": "left",
|
||||
"preview": " ",
|
||||
"quit": "q",
|
||||
"remove": "x",
|
||||
"selectDown": "ctrl+down",
|
||||
"selectSingle": "s",
|
||||
"selectUp": "ctrl+up",
|
||||
"togglePin": "p",
|
||||
"togglePinned": "tab",
|
||||
"up": "up",
|
||||
"yankFilter": "ctrl+s"
|
||||
},
|
||||
"imageDisplay": {
|
||||
"type": "kitty",
|
||||
"scaleX": 9,
|
||||
"scaleY": 9,
|
||||
"heightCut": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"useCustomTheme": false,
|
||||
"TitleFore": "#ffffff",
|
||||
"TitleBack": "#6F4CBC",
|
||||
"TitleInfo": "#3498db",
|
||||
"NormalTitle": "#ffffff",
|
||||
"DimmedTitle": "#808080",
|
||||
"SelectedTitle": "#FF69B4",
|
||||
"NormalDesc": "#808080",
|
||||
"DimmedDesc": "#808080",
|
||||
"SelectedDesc": "#FF69B4",
|
||||
"StatusMsg": "#2ecc71",
|
||||
"PinIndicatorColor": "#FFD700",
|
||||
"SelectedBorder": "#3498db",
|
||||
"SelectedDescBorder": "#3498db",
|
||||
"FilteredMatch": "#ffffff",
|
||||
"FilterPrompt": "#2ecc71",
|
||||
"FilterInfo": "#3498db",
|
||||
"FilterText": "#ffffff",
|
||||
"FilterCursor": "#FFD700",
|
||||
"HelpKey": "#999999",
|
||||
"HelpDesc": "#808080",
|
||||
"PageActiveDot": "#3498db",
|
||||
"PageInactiveDot": "#808080",
|
||||
"DividerDot": "#3498db",
|
||||
"PreviewedText": "#ffffff",
|
||||
"PreviewBorder": "#3498db"
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/lokman/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="WhiteSur-Light"
|
||||
gtk-theme-name="catppuccin-mocha-blue-standard+default"
|
||||
gtk-icon-theme-name="Papirus-Dark"
|
||||
gtk-font-name="Noto Sans, 10"
|
||||
gtk-cursor-theme-name="mcmojave-cursors"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=3
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-event-sounds=0
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=0
|
||||
gtk-button-images=0
|
||||
gtk-cursor-theme-name=mcmojave-cursors
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-theme-name=catppuccin-mocha-blue-standard+default
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-menu-images=0
|
||||
gtk-modules=colorreload-gtk-module
|
||||
gtk-primary-button-warps-slider=true
|
||||
gtk-sound-theme-name=ocean
|
||||
gtk-theme-name=WhiteSur-Light
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=3
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=0
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-dpi=98304
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=0
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-modules=colorreload-gtk-module
|
||||
gtk-primary-button-warps-slider=true
|
||||
gtk-sound-theme-name=ocean
|
||||
gtk-xft-dpi=98304
|
||||
|
||||
@@ -7,7 +7,6 @@ env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
# env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
env = SDL_VIDEODRIVER,wayland # Run SDL2 applications on Wayland. Remove or set to x11 if games that provide older versions of SDL cause compatibility issues
|
||||
env = GTK_USE_PORTAL=0
|
||||
|
||||
@@ -21,4 +20,4 @@ env = HYPRCURSOR_THEME,rose-pine-cursor-hyprcursor
|
||||
|
||||
|
||||
#for flameshot
|
||||
env = XDG_CURRENT_DESKTOP,sway flameshot
|
||||
# env=XDG_CURRENT_DESKTOP,Hyprland flameshot GUI
|
||||
|
||||
@@ -2,25 +2,29 @@
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP & # for XDPH
|
||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP & # for XDPH
|
||||
|
||||
|
||||
# Bar and notification
|
||||
exec-once = waybar &
|
||||
exec-once = swaync &
|
||||
# exec-once = waybar &
|
||||
# exec-once = swaync &
|
||||
exec-once = hyprpanel &
|
||||
|
||||
# Core application
|
||||
exec-once = hypridle &
|
||||
exec-once = kwalletd5 &
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
||||
exec-once = swayosd-server &
|
||||
exec-once = systemctl --user start hyprpolkitagent &
|
||||
# exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
||||
exec-once = nm-applet --indicator &
|
||||
exec-once = clipse --listen &
|
||||
# exec-once = copyq --start-server &
|
||||
exec-once = vesktop &
|
||||
# exec-once = vesktop &
|
||||
exec-once = /usr/lib/kdeconnectd &
|
||||
exec-once = kdeconnect-indicator &
|
||||
exec-once = blueman-applet &
|
||||
exec-once = udiskie -s &
|
||||
exec-once = avizo-service &
|
||||
exec-once = feishin &
|
||||
exec-once = flameshot &
|
||||
exec-once = sleep 10; feishin &
|
||||
exec-once = sleep 10; discord &
|
||||
exec-once = sleep 10; flameshot &
|
||||
|
||||
# Wallpaper
|
||||
exec-once = swww init; sleep 1 && $HOME/.config/hypr/scripts/wallpaper.sh at_start
|
||||
|
||||
@@ -7,7 +7,8 @@ $mainMod = SUPER
|
||||
bind = $mainMod, RETURN, exec, kitty # Open Terminal
|
||||
bind = $mainMod, E, exec, dolphin # Open Dolphin
|
||||
bind = $mainMod SHIFT, E, exec, kitty -e yazi # Open yazi
|
||||
bind =$mainMod, SPACE, exec,rofi -show # lunch rofi application menu
|
||||
bind =$mainMod, SPACE, exec, walker # lunch rofi application menu
|
||||
# bind =$mainMod, SPACE, exec,rofi -show # lunch rofi application menu
|
||||
bind = $mainMod, l, exec, hyprlock # Screenlock
|
||||
bind = $mainMod, q, exec, copyq show # Clipboard
|
||||
bind = ,Print, exec, flameshot screen --path ~/Bilder/ # flameshot
|
||||
@@ -29,18 +30,18 @@ bind = SUPER, V, exec, kitty --class clipse -e clipse
|
||||
|
||||
# Media keys
|
||||
# bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% # Pulsemixer allows me to cap the audio
|
||||
bind = ,XF86AudioRaiseVolume, exec, volumectl +2% # Pulsemixer allows me to cap the audio
|
||||
bind = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume +5 # Pulsemixer allows me to cap the audio
|
||||
# bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bind = ,XF86AudioLowerVolume, exec, volumectl -2%
|
||||
bind = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume -5
|
||||
# bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bind = ,XF86AudioMute, exec, volumectl toggle-mute
|
||||
bind = ,XF86AudioMute, exec, swayosd-client --input-volume mute-toggle
|
||||
# bind = ,XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
# bind = ,KbdBrightnessUp, exec, light -As sysfs/backlight/amdgpu_bl0 5
|
||||
# bind = ,KbdBrightnessDown, exec, light -Us sysfs/backlight/amdgpu_bl0 5
|
||||
bind = ,XF86AudioPlay, exec, mpc toggle
|
||||
bind = ,XF86AudioStop, exec, mpc stop
|
||||
bind = ,XF86AudioNext, exec, mpc next
|
||||
bind = ,XF86AudioPrev, exec, mpc prev
|
||||
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
||||
bind = ,XF86AudioStop, exec, playerctl stop
|
||||
bind = ,XF86AudioNext, exec, playerctl next
|
||||
bind = ,XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
# bind = CTRL_SHIFT, S, exec, bash ~/.config/hypr/scripts/grimblast copysave area ~/Pictures/$(date +"%Y-%m-%d_%H:%M:%S").png
|
||||
# https://github.com/JaKooLit/Hyprland-v2.1/blob/main/config/hypr/configs/keybinds.conf
|
||||
|
||||
@@ -38,7 +38,6 @@ windowrulev2 = float,title:^(Confirm to replace files)
|
||||
windowrulev2 = float,title:^(File Operation Progress)
|
||||
windowrulev2 = float,title:^(Qalculate!)
|
||||
windowrulev2 = float,class:^(org.kde.kronometer)
|
||||
# windowrulev2 = float,title:^(Safe - KeePassXC)
|
||||
windowrulev2 = move 75 44%,title:^(Volume Control)$
|
||||
windowrulev2 = float,title:^(yad-calendar)$
|
||||
windowrulev2 = move 92% 4%,title:^(yad-calendar)$
|
||||
@@ -50,6 +49,7 @@ windowrulev2 = center, class:^(org.keepassxc.KeePassXC)$, title:^(KeePassXC - Br
|
||||
windowrulev2 = workspace 4, class:^(Code)$
|
||||
windowrulev2 = workspace 4, class:^(code-url-handler)$
|
||||
windowrulev2 = workspace 5 silent, class:^(vesktop)$
|
||||
windowrulev2 = workspace 5 silent, class:^(discord)$
|
||||
windowrulev2 = workspace 5, class:^(Spotify)$
|
||||
windowrulev2 = workspace 7 silent, class:^(SDL Application)$
|
||||
windowrulev2 = workspace 7 silent, class:^(steam)$
|
||||
|
||||
@@ -81,6 +81,6 @@ misc {
|
||||
}
|
||||
|
||||
render {
|
||||
# direct_scanout = true # for Fullscreen games
|
||||
explicit_sync = 2
|
||||
direct_scanout = false # for Fullscreen games
|
||||
explicit_sync = 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
general {
|
||||
disable_loading_bar = false
|
||||
general { disable_loading_bar = false
|
||||
hide_cursor = true
|
||||
grace = 0
|
||||
no_fade_in = false
|
||||
@@ -21,19 +20,6 @@ background {
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
# Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:120000] printf "<span font_weight='bold'>$(date +'%a %d %B %Y')</span>"
|
||||
color = $C_PRIMARY
|
||||
position = 0, -700
|
||||
font_size = 30
|
||||
font_family = Monaspace Neon
|
||||
halign = center
|
||||
valign = top
|
||||
shadow_passes = 1
|
||||
}
|
||||
|
||||
# Time Hour
|
||||
label {
|
||||
monitor =
|
||||
@@ -55,13 +41,25 @@ label {
|
||||
color = rgba(186, 193, 191, 1)
|
||||
font_size = 150
|
||||
font_family = Monaspace Neon
|
||||
position = 0, -520
|
||||
position = 0, -500
|
||||
halign = center
|
||||
valign = top
|
||||
shadow_passes = 1
|
||||
shadow_size = 5
|
||||
}
|
||||
|
||||
# Date
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:120000] printf "<span font_weight='bold'>$(date +'%a %d %B %Y')</span>"
|
||||
color = $C_PRIMARY
|
||||
position = 0, -700
|
||||
font_size = 30
|
||||
font_family = Monaspace Neon
|
||||
halign = center
|
||||
valign = top
|
||||
shadow_passes = 1
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
#!/bin/bash
|
||||
## https://arwo.xyz/hyprland-screen-capture/
|
||||
# screen-capture.sh
|
||||
|
||||
DIR="screen-capture"
|
||||
|
||||
# Check whether to start or stop the recording (if wf-recorder is running)
|
||||
if [ -f /tmp/wf-recorder.pid ] && [ -f /tmp/wf-recorder.timestamp ]; then
|
||||
# Read the PID and timestamp of wf-recorder
|
||||
pid=$(cat /tmp/wf-recorder.pid)
|
||||
timestamp=$(cat /tmp/wf-recorder.timestamp)
|
||||
kill $pid
|
||||
rm /tmp/wf-recorder.pid /tmp/wf-recorder.timestamp
|
||||
|
||||
# Send a notification
|
||||
notify-send "Recording Finished" \
|
||||
"Converting..."
|
||||
|
||||
# Convert the recording to webp
|
||||
output_path="$DIR/recording_${timestamp}.webp"
|
||||
ffmpeg -i "$DIR/recording_${timestamp}.mkv" \
|
||||
-vf "fps=20,scale=-1:-1:flags=lanczos" \
|
||||
-c:v libwebp -q:v 30 -loop 0 \
|
||||
-preset default -an -vsync 0 -slices 4 "$output_path"
|
||||
|
||||
# Remove mkv file
|
||||
rm "$DIR/recording_${timestamp}.mkv"
|
||||
|
||||
# Send a notification
|
||||
notify-send "Converting Finished" \
|
||||
"Saved to $output_path"
|
||||
else
|
||||
# Generate a timestamp
|
||||
timestamp=$(date +"%Y%m%d_%H%M%S")
|
||||
|
||||
# Create output dir if not exists
|
||||
mkdir -p $DIR
|
||||
|
||||
# Start recording with wf-recorder and save to a file with the timestamp
|
||||
wf-recorder -g "$(slurp)" -f "$DIR/recording_${timestamp}.mkv" &
|
||||
|
||||
# Save the PID of wf-recorder and the timestamp
|
||||
echo $! > /tmp/wf-recorder.pid
|
||||
echo $timestamp > /tmp/wf-recorder.timestamp
|
||||
|
||||
# Send a notification
|
||||
notify-send "Recording Started" \
|
||||
"Saved to $DIR/recording_${timestamp}.mkv"
|
||||
fi
|
||||
@@ -154,8 +154,8 @@ mtr
|
||||
mysql-workbench
|
||||
nano
|
||||
ncdu
|
||||
ncmpcpp
|
||||
neovim
|
||||
discord
|
||||
networkmanager
|
||||
nfs-utils
|
||||
nmap
|
||||
|
||||
@@ -1,17 +1,21 @@
|
||||
ansible-collection-kewlfft-aur
|
||||
gocheat-bin
|
||||
arronax
|
||||
beautysh
|
||||
bluetuith-bin
|
||||
buku
|
||||
catppuccin-cursors-mocha
|
||||
cheat-bin
|
||||
clipse-bin
|
||||
colloid-catppuccin-gtk-theme-git
|
||||
cpu-x
|
||||
swayosd-git
|
||||
dasel
|
||||
davinci-resolve
|
||||
ddccontrol
|
||||
ddcui-git
|
||||
discord-rpc-wine-git
|
||||
feishin-bin
|
||||
flameshot-git
|
||||
grim
|
||||
hardinfo2
|
||||
@@ -20,9 +24,6 @@ hypridle-git
|
||||
hyprland-git
|
||||
hyprlock-git
|
||||
hyprpicker
|
||||
feishin-bin
|
||||
streamrip
|
||||
open-tv-bin
|
||||
jdownloader2
|
||||
jellyfin-media-player-git
|
||||
jellyfin-mpv-shim
|
||||
@@ -34,16 +35,18 @@ mangohud
|
||||
masterpdfeditor
|
||||
mcmojave-cursors-git
|
||||
mkv-extractor-qt
|
||||
selectdefaultapplication-git
|
||||
mpv-shim-default-shaders
|
||||
netscanner-bin
|
||||
nomacs-qt6-git
|
||||
nwg-displays
|
||||
nwg-look
|
||||
ocrmypdf
|
||||
open-tv-bin
|
||||
papirus-folders-catppuccin-git
|
||||
peazip-qt-bin
|
||||
piper-git
|
||||
picard
|
||||
piper-git
|
||||
protonup-qt-bin
|
||||
pulsemixer
|
||||
pyprland
|
||||
@@ -55,6 +58,7 @@ rose-pine-hyprcursor
|
||||
s-tui
|
||||
sddm-git
|
||||
spotify
|
||||
streamrip
|
||||
swaync-git
|
||||
swww
|
||||
teamviewer
|
||||
@@ -62,11 +66,12 @@ telegraf
|
||||
trackma-git
|
||||
ttf-font-awesome-4
|
||||
ttf-material-design-icons-git
|
||||
pwvucontrol
|
||||
ttf-twemoji
|
||||
tz
|
||||
upscayl-bin
|
||||
vesktop-bin
|
||||
vuescan-bin
|
||||
showmethekey
|
||||
waybar-git
|
||||
wlr-randr-git
|
||||
wlrobs-hg
|
||||
|
||||
-466
@@ -1,466 +0,0 @@
|
||||
[%General]
|
||||
author=elkrien based on Arc Dark style
|
||||
comment=Catppuccin-Macchiato-Blue
|
||||
spread_menuitems=true
|
||||
left_tabs=true
|
||||
mirror_doc_tabs=true
|
||||
scroll_width=8
|
||||
attach_active_tab=true
|
||||
composite=true
|
||||
menu_shadow_depth=7
|
||||
tooltip_shadow_depth=0
|
||||
splitter_width=7
|
||||
check_size=16
|
||||
slider_width=4
|
||||
slider_handle_width=18
|
||||
slider_handle_length=18
|
||||
textless_progressbar=false
|
||||
menubar_mouse_tracking=true
|
||||
slim_toolbars=false
|
||||
toolbutton_style=1
|
||||
x11drag=menubar_and_primary_toolbar
|
||||
double_click=false
|
||||
translucent_windows=false
|
||||
blurring=false
|
||||
popup_blurring=false
|
||||
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2
|
||||
group_toolbar_buttons=false
|
||||
vertical_spin_indicators=false
|
||||
fill_rubberband=false
|
||||
spread_progressbar=true
|
||||
merge_menubar_with_toolbar=true
|
||||
small_icon_size=16
|
||||
large_icon_size=32
|
||||
button_icon_size=16
|
||||
scroll_arrows=false
|
||||
iconless_pushbutton=true
|
||||
toolbar_icon_size=16
|
||||
combo_as_lineedit=true
|
||||
button_contents_shift=false
|
||||
groupbox_top_label=true
|
||||
inline_spin_indicators=true
|
||||
joined_inactive_tabs=false
|
||||
layout_spacing=2
|
||||
submenu_overlap=0
|
||||
tooltip_delay=-1
|
||||
animate_states=false
|
||||
transient_scrollbar=true
|
||||
alt_mnemonic=true
|
||||
combo_menu=true
|
||||
layout_margin=4
|
||||
no_window_pattern=false
|
||||
respect_DE=true
|
||||
scroll_min_extent=36
|
||||
scrollable_menu=false
|
||||
scrollbar_in_view=false
|
||||
spin_button_width=16
|
||||
submenu_delay=250
|
||||
tree_branch_line=true
|
||||
progressbar_thickness=8
|
||||
click_behavior=0
|
||||
contrast=1.00
|
||||
dialog_button_layout=0
|
||||
drag_from_buttons=false
|
||||
hide_combo_checkboxes=false
|
||||
intensity=1.00
|
||||
no_inactiveness=false
|
||||
reduce_menu_opacity=0
|
||||
reduce_window_opacity=10
|
||||
saturation=1.00
|
||||
shadowless_popup=false
|
||||
transient_groove=false
|
||||
menu_blur_radius=0
|
||||
tooltip_blur_radius=0
|
||||
|
||||
[GeneralColors]
|
||||
window.color=#24273A
|
||||
base.color=#1E2030
|
||||
alt.base.color=#1E2030
|
||||
button.color=#363A4F
|
||||
light.color=#494D64
|
||||
mid.light.color=#494D64
|
||||
dark.color=#1E2030
|
||||
mid.color=#1E2030
|
||||
highlight.color=#8AADF4
|
||||
inactive.highlight.color=#8AADF4
|
||||
text.color=#CAD3F5
|
||||
window.text.color=#CAD3F5
|
||||
button.text.color=#CAD3F5
|
||||
disabled.text.color=#5B6078
|
||||
tooltip.text.color=#CAD3F5
|
||||
highlight.text.color=#1E2030
|
||||
link.color=#F4DBD6
|
||||
link.visited.color=#8AADF4
|
||||
|
||||
[ItemView]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=itemview
|
||||
interior.element=itemview
|
||||
frame=true
|
||||
interior=true
|
||||
text.iconspacing=3
|
||||
text.toggle.color=#1E2030
|
||||
|
||||
[RadioButton]
|
||||
inherits=PanelButtonCommand
|
||||
frame=false
|
||||
interior.element=radio
|
||||
|
||||
[CheckBox]
|
||||
inherits=PanelButtonCommand
|
||||
frame=false
|
||||
interior.element=checkbox
|
||||
|
||||
[TreeExpander]
|
||||
indicator.element=tree
|
||||
indicator.size=8
|
||||
|
||||
[ToolTip]
|
||||
frame.top=4
|
||||
frame.right=4
|
||||
frame.bottom=4
|
||||
frame.left=4
|
||||
frame=true
|
||||
|
||||
[PanelButtonCommand]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=button
|
||||
frame.element=button
|
||||
text.normal.color=#CAD3F5
|
||||
text.focus.color=#CAD3F5
|
||||
text.press.color=#1E2030
|
||||
text.toggle.color=#1E2030
|
||||
|
||||
[PanelButtonTool]
|
||||
inherits=PanelButtonCommand
|
||||
|
||||
[DockTitle]
|
||||
inherits=PanelButtonCommand
|
||||
interior=false
|
||||
frame=false
|
||||
text.margin.top=5
|
||||
text.margin.bottom=5
|
||||
text.margin.left=5
|
||||
text.margin.right=5
|
||||
indicator.size=0
|
||||
|
||||
[Dock]
|
||||
interior.element=toolbar
|
||||
frame.element=toolbar
|
||||
frame=true
|
||||
interior=true
|
||||
|
||||
[GroupBox]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=tabframe
|
||||
interior=true
|
||||
frame=false
|
||||
|
||||
[Focus]
|
||||
inherits=PanelButtonCommand
|
||||
frame=true
|
||||
frame.element=focus
|
||||
frame.top=1
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
frame.patternsize=20
|
||||
|
||||
[GenericFrame]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=common
|
||||
frame.top=1
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
|
||||
[Slider]
|
||||
inherits=PanelButtonCommand
|
||||
interior=true
|
||||
frame.element=slider
|
||||
interior.element=slider
|
||||
frame.top=3
|
||||
frame.bottom=3
|
||||
frame.left=3
|
||||
frame.right=3
|
||||
focusFrame=true
|
||||
|
||||
[SliderCursor]
|
||||
inherits=PanelButtonCommand
|
||||
interior=true
|
||||
interior.element=slidercursor
|
||||
frame=false
|
||||
|
||||
[LineEdit]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=lineedit
|
||||
interior.element=lineedit
|
||||
|
||||
[IndicatorSpinBox]
|
||||
inherits=LineEdit
|
||||
frame.element=lineedit
|
||||
interior.element=lineedit
|
||||
frame.top=0
|
||||
frame.bottom=2
|
||||
frame.left=2
|
||||
frame.right=2
|
||||
indicator.size=8
|
||||
|
||||
[DropDownButton]
|
||||
inherits=PanelButtonCommand
|
||||
frame.top=2
|
||||
frame.bottom=2
|
||||
frame.left=0
|
||||
frame.right=1
|
||||
indicator.size=8
|
||||
|
||||
[ToolboxTab]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=tabframe
|
||||
frame.top=1
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
|
||||
[Tab]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=tab
|
||||
frame.element=tab
|
||||
frame.top=2
|
||||
frame.bottom=3
|
||||
frame.left=3
|
||||
frame.right=3
|
||||
indicator.size=10
|
||||
text.normal.color=#5B6078
|
||||
text.focus.color=#CAD3F5
|
||||
text.press.color=#CAD3F5
|
||||
text.toggle.color=#CAD3F5
|
||||
focusFrame=true
|
||||
|
||||
[TabBarFrame]
|
||||
inherits=GenericFrame
|
||||
frame=true
|
||||
frame.element=tabBarFrame
|
||||
interior=false
|
||||
frame.top=4
|
||||
frame.bottom=4
|
||||
frame.left=4
|
||||
frame.right=4
|
||||
|
||||
[TabFrame]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=tabframe
|
||||
interior.element=tabframe
|
||||
|
||||
[Dialog]
|
||||
inherits=TabBarFrame
|
||||
frame.element=tabframe
|
||||
interior=false
|
||||
frame=false
|
||||
frame.top=1
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
|
||||
[HeaderSection]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=header
|
||||
frame.element=header
|
||||
frame.top=0
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
frame.expansion=0
|
||||
text.normal.color=#CAD3F5
|
||||
text.focus.color=#8AADF4
|
||||
text.press.color=#CAD3F5
|
||||
text.toggle.color=#CAD3F5
|
||||
indicator.element=harrow
|
||||
|
||||
[SizeGrip]
|
||||
inherits=PanelButtonCommand
|
||||
frame=false
|
||||
interior=false
|
||||
indicator.element=resize-grip
|
||||
indicator.size=0
|
||||
|
||||
[Toolbar]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=menubar
|
||||
frame.element=menubar
|
||||
frame=true
|
||||
frame.bottom=4
|
||||
frame.left=4
|
||||
frame.right=4
|
||||
text.normal.color=#CAD3F5
|
||||
text.focus.color=#CAD3F5
|
||||
text.press.color=#8AADF4
|
||||
text.toggle.color=#8AADF4
|
||||
text.bold=false
|
||||
|
||||
[MenuBar]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=menubar
|
||||
interior.element=menubar
|
||||
frame.bottom=0
|
||||
text.normal.color=#CAD3F5
|
||||
frame.expansion=0
|
||||
text.bold=false
|
||||
|
||||
[ToolbarButton]
|
||||
frame.element=tbutton
|
||||
interior.element=tbutton
|
||||
indicator.element=arrow
|
||||
text.normal.color=#CAD3F5
|
||||
text.focus.color=#CAD3F5
|
||||
text.press.color=#1E2030
|
||||
text.toggle.color=#1E2030
|
||||
text.bold=false
|
||||
|
||||
[Scrollbar]
|
||||
inherits=PanelButtonCommand
|
||||
indicator.size=0
|
||||
interior=false
|
||||
frame=false
|
||||
|
||||
[ScrollbarGroove]
|
||||
inherits=PanelButtonCommand
|
||||
interior=false
|
||||
frame=false
|
||||
|
||||
[ScrollbarSlider]
|
||||
inherits=PanelButtonCommand
|
||||
interior=false
|
||||
frame.element=scrollbarslider
|
||||
frame.top=4
|
||||
frame.bottom=4
|
||||
frame.left=4
|
||||
frame.right=4
|
||||
|
||||
[ProgressbarContents]
|
||||
inherits=PanelButtonCommand
|
||||
frame=true
|
||||
frame.element=progress-pattern
|
||||
interior.element=progress-pattern
|
||||
frame.top=2
|
||||
frame.bottom=2
|
||||
frame.left=2
|
||||
frame.right=2
|
||||
|
||||
[Progressbar]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=progress
|
||||
interior.element=progress
|
||||
frame.top=2
|
||||
frame.bottom=2
|
||||
frame.left=2
|
||||
frame.right=2
|
||||
text.margin=0
|
||||
text.normal.color=#CAD3F5
|
||||
text.focus.color=#CAD3F5
|
||||
text.press.color=#1E2030
|
||||
text.toggle.color=#1E2030
|
||||
text.bold=false
|
||||
frame.expansion=18
|
||||
|
||||
[RadioButton]
|
||||
inherits=PanelButtonCommand
|
||||
|
||||
[Menu]
|
||||
frame.element=menu
|
||||
interior.element=menu
|
||||
inherits=PanelButtonCommand
|
||||
text.press.color=#1E2030
|
||||
text.toggle.color=#1E2030
|
||||
text.bold=false
|
||||
frame.top=3
|
||||
frame.bottom=3
|
||||
frame.left=3
|
||||
frame.right=3
|
||||
|
||||
[MenuItem]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=menuitem
|
||||
indicator.size=8
|
||||
text.focus.color=#CAD3F5
|
||||
text.press.color=#CAD3F5
|
||||
|
||||
[MenuBarItem]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=menubaritem
|
||||
frame=false
|
||||
text.margin.top=3
|
||||
text.margin.bottom=3
|
||||
text.margin.left=5
|
||||
text.margin.right=5
|
||||
|
||||
[StatusBar]
|
||||
inherits=Toolbar
|
||||
frame.element=toolbar
|
||||
font.bold=true
|
||||
text.normal.color=#CAD3F5
|
||||
frame=true
|
||||
frame.top=0
|
||||
frame.bottom=0
|
||||
|
||||
[TitleBar]
|
||||
inherits=PanelButtonCommand
|
||||
frame=false
|
||||
interior=false
|
||||
text.margin.top=2
|
||||
text.margin.bottom=2
|
||||
text.margin.left=3
|
||||
text.margin.right=3
|
||||
|
||||
[ComboBox]
|
||||
inherits=PanelButtonCommand
|
||||
indicator.size=8
|
||||
frame.top=3
|
||||
frame.bottom=3
|
||||
frame.left=3
|
||||
frame.right=3
|
||||
text.margin.top=1
|
||||
text.margin.bottom=1
|
||||
text.margin.left=3
|
||||
text.margin.right=3
|
||||
text.toggle.color=#CAD3F5
|
||||
|
||||
[ToolboxTab]
|
||||
inherits=PanelButtonCommand
|
||||
text.normal.color=#CAD3F5
|
||||
text.press.color=#CAD3F5
|
||||
text.focus.color=#CAD3F5
|
||||
|
||||
[Hacks]
|
||||
transparent_dolphin_view=false
|
||||
blur_konsole=true
|
||||
transparent_ktitle_label=false
|
||||
transparent_menutitle=false
|
||||
respect_darkness=true
|
||||
kcapacitybar_as_progressbar=true
|
||||
force_size_grip=false
|
||||
iconless_pushbutton=true
|
||||
iconless_menu=false
|
||||
disabled_icon_opacity=100
|
||||
lxqtmainmenu_iconsize=0
|
||||
normal_default_pushbutton=true
|
||||
single_top_toolbar=false
|
||||
tint_on_mouseover=0
|
||||
transparent_pcmanfm_sidepane=false
|
||||
transparent_pcmanfm_view=false
|
||||
blur_translucent=true
|
||||
centered_forms=false
|
||||
kinetic_scrolling=false
|
||||
middle_click_scroll=false
|
||||
no_selection_tint=false
|
||||
noninteger_translucency=false
|
||||
style_vertical_toolbars=false
|
||||
blur_only_active_window=false
|
||||
|
||||
[Window]
|
||||
interior=true
|
||||
interior.element=window
|
||||
frame.top=0
|
||||
frame.bottom=0
|
||||
frame.left=0
|
||||
frame.right=0
|
||||
@@ -1,466 +0,0 @@
|
||||
[%General]
|
||||
author=elkrien based on Arc Dark style
|
||||
comment=Catppuccin-Mocha-Blue
|
||||
spread_menuitems=true
|
||||
left_tabs=true
|
||||
mirror_doc_tabs=true
|
||||
scroll_width=8
|
||||
attach_active_tab=true
|
||||
composite=false
|
||||
menu_shadow_depth=7
|
||||
tooltip_shadow_depth=0
|
||||
splitter_width=7
|
||||
check_size=16
|
||||
slider_width=4
|
||||
slider_handle_width=18
|
||||
slider_handle_length=18
|
||||
textless_progressbar=false
|
||||
menubar_mouse_tracking=true
|
||||
slim_toolbars=false
|
||||
toolbutton_style=1
|
||||
x11drag=menubar_and_primary_toolbar
|
||||
double_click=false
|
||||
translucent_windows=false
|
||||
blurring=false
|
||||
popup_blurring=false
|
||||
opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx
|
||||
group_toolbar_buttons=false
|
||||
vertical_spin_indicators=false
|
||||
fill_rubberband=false
|
||||
spread_progressbar=true
|
||||
merge_menubar_with_toolbar=true
|
||||
small_icon_size=16
|
||||
large_icon_size=32
|
||||
button_icon_size=16
|
||||
scroll_arrows=false
|
||||
iconless_pushbutton=true
|
||||
toolbar_icon_size=16
|
||||
combo_as_lineedit=true
|
||||
button_contents_shift=false
|
||||
groupbox_top_label=true
|
||||
inline_spin_indicators=true
|
||||
joined_inactive_tabs=false
|
||||
layout_spacing=2
|
||||
submenu_overlap=0
|
||||
tooltip_delay=-1
|
||||
animate_states=false
|
||||
transient_scrollbar=true
|
||||
alt_mnemonic=true
|
||||
combo_menu=true
|
||||
layout_margin=4
|
||||
no_window_pattern=false
|
||||
respect_DE=true
|
||||
scroll_min_extent=36
|
||||
scrollable_menu=false
|
||||
scrollbar_in_view=false
|
||||
spin_button_width=16
|
||||
submenu_delay=250
|
||||
tree_branch_line=true
|
||||
progressbar_thickness=8
|
||||
click_behavior=0
|
||||
contrast=1.00
|
||||
dialog_button_layout=0
|
||||
drag_from_buttons=false
|
||||
hide_combo_checkboxes=false
|
||||
intensity=1.00
|
||||
no_inactiveness=false
|
||||
reduce_menu_opacity=0
|
||||
reduce_window_opacity=10
|
||||
saturation=1.00
|
||||
shadowless_popup=false
|
||||
transient_groove=false
|
||||
menu_blur_radius=0
|
||||
tooltip_blur_radius=0
|
||||
|
||||
[GeneralColors]
|
||||
window.color=#1E1E2E
|
||||
base.color=#181825
|
||||
alt.base.color=#181825
|
||||
button.color=#313244
|
||||
light.color=#45475A
|
||||
mid.light.color=#45475A
|
||||
dark.color=#181825
|
||||
mid.color=#181825
|
||||
highlight.color=#89B4FA
|
||||
inactive.highlight.color=#89B4FA
|
||||
text.color=#CDD6F4
|
||||
window.text.color=#CDD6F4
|
||||
button.text.color=#CDD6F4
|
||||
disabled.text.color=#585B70
|
||||
tooltip.text.color=#CDD6F4
|
||||
highlight.text.color=#181825
|
||||
link.color=#F5E0DC
|
||||
link.visited.color=#89B4FA
|
||||
|
||||
[ItemView]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=itemview
|
||||
interior.element=itemview
|
||||
frame=true
|
||||
interior=true
|
||||
text.iconspacing=3
|
||||
text.toggle.color=#181825
|
||||
|
||||
[RadioButton]
|
||||
inherits=PanelButtonCommand
|
||||
frame=false
|
||||
interior.element=radio
|
||||
|
||||
[CheckBox]
|
||||
inherits=PanelButtonCommand
|
||||
frame=false
|
||||
interior.element=checkbox
|
||||
|
||||
[TreeExpander]
|
||||
indicator.element=tree
|
||||
indicator.size=8
|
||||
|
||||
[ToolTip]
|
||||
frame.top=4
|
||||
frame.right=4
|
||||
frame.bottom=4
|
||||
frame.left=4
|
||||
frame=true
|
||||
|
||||
[PanelButtonCommand]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=button
|
||||
frame.element=button
|
||||
text.normal.color=#CDD6F4
|
||||
text.focus.color=#CDD6F4
|
||||
text.press.color=#181825
|
||||
text.toggle.color=#181825
|
||||
|
||||
[PanelButtonTool]
|
||||
inherits=PanelButtonCommand
|
||||
|
||||
[DockTitle]
|
||||
inherits=PanelButtonCommand
|
||||
interior=false
|
||||
frame=false
|
||||
text.margin.top=5
|
||||
text.margin.bottom=5
|
||||
text.margin.left=5
|
||||
text.margin.right=5
|
||||
indicator.size=0
|
||||
|
||||
[Dock]
|
||||
interior.element=toolbar
|
||||
frame.element=toolbar
|
||||
frame=true
|
||||
interior=true
|
||||
|
||||
[GroupBox]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=tabframe
|
||||
interior=true
|
||||
frame=false
|
||||
|
||||
[Focus]
|
||||
inherits=PanelButtonCommand
|
||||
frame=true
|
||||
frame.element=focus
|
||||
frame.top=1
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
frame.patternsize=20
|
||||
|
||||
[GenericFrame]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=common
|
||||
frame.top=1
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
|
||||
[Slider]
|
||||
inherits=PanelButtonCommand
|
||||
interior=true
|
||||
frame.element=slider
|
||||
interior.element=slider
|
||||
frame.top=3
|
||||
frame.bottom=3
|
||||
frame.left=3
|
||||
frame.right=3
|
||||
focusFrame=true
|
||||
|
||||
[SliderCursor]
|
||||
inherits=PanelButtonCommand
|
||||
interior=true
|
||||
interior.element=slidercursor
|
||||
frame=false
|
||||
|
||||
[LineEdit]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=lineedit
|
||||
interior.element=lineedit
|
||||
|
||||
[IndicatorSpinBox]
|
||||
inherits=LineEdit
|
||||
frame.element=lineedit
|
||||
interior.element=lineedit
|
||||
frame.top=0
|
||||
frame.bottom=2
|
||||
frame.left=2
|
||||
frame.right=2
|
||||
indicator.size=8
|
||||
|
||||
[DropDownButton]
|
||||
inherits=PanelButtonCommand
|
||||
frame.top=2
|
||||
frame.bottom=2
|
||||
frame.left=0
|
||||
frame.right=1
|
||||
indicator.size=8
|
||||
|
||||
[ToolboxTab]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=tabframe
|
||||
frame.top=1
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
|
||||
[Tab]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=tab
|
||||
frame.element=tab
|
||||
frame.top=2
|
||||
frame.bottom=3
|
||||
frame.left=3
|
||||
frame.right=3
|
||||
indicator.size=10
|
||||
text.normal.color=#585B70
|
||||
text.focus.color=#CDD6F4
|
||||
text.press.color=#CDD6F4
|
||||
text.toggle.color=#CDD6F4
|
||||
focusFrame=true
|
||||
|
||||
[TabBarFrame]
|
||||
inherits=GenericFrame
|
||||
frame=true
|
||||
frame.element=tabBarFrame
|
||||
interior=false
|
||||
frame.top=4
|
||||
frame.bottom=4
|
||||
frame.left=4
|
||||
frame.right=4
|
||||
|
||||
[TabFrame]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=tabframe
|
||||
interior.element=tabframe
|
||||
|
||||
[Dialog]
|
||||
inherits=TabBarFrame
|
||||
frame.element=tabframe
|
||||
interior=false
|
||||
frame=false
|
||||
frame.top=1
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
|
||||
[HeaderSection]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=header
|
||||
frame.element=header
|
||||
frame.top=0
|
||||
frame.bottom=1
|
||||
frame.left=1
|
||||
frame.right=1
|
||||
frame.expansion=0
|
||||
text.normal.color=#CDD6F4
|
||||
text.focus.color=#89B4FA
|
||||
text.press.color=#CDD6F4
|
||||
text.toggle.color=#CDD6F4
|
||||
indicator.element=harrow
|
||||
|
||||
[SizeGrip]
|
||||
inherits=PanelButtonCommand
|
||||
frame=false
|
||||
interior=false
|
||||
indicator.element=resize-grip
|
||||
indicator.size=0
|
||||
|
||||
[Toolbar]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=menubar
|
||||
frame.element=menubar
|
||||
frame=true
|
||||
frame.bottom=4
|
||||
frame.left=4
|
||||
frame.right=4
|
||||
text.normal.color=#CDD6F4
|
||||
text.focus.color=#CDD6F4
|
||||
text.press.color=#89B4FA
|
||||
text.toggle.color=#89B4FA
|
||||
text.bold=false
|
||||
|
||||
[MenuBar]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=menubar
|
||||
interior.element=menubar
|
||||
frame.bottom=0
|
||||
text.normal.color=#CDD6F4
|
||||
frame.expansion=0
|
||||
text.bold=false
|
||||
|
||||
[ToolbarButton]
|
||||
frame.element=tbutton
|
||||
interior.element=tbutton
|
||||
indicator.element=arrow
|
||||
text.normal.color=#CDD6F4
|
||||
text.focus.color=#CDD6F4
|
||||
text.press.color=#181825
|
||||
text.toggle.color=#181825
|
||||
text.bold=false
|
||||
|
||||
[Scrollbar]
|
||||
inherits=PanelButtonCommand
|
||||
indicator.size=0
|
||||
interior=false
|
||||
frame=false
|
||||
|
||||
[ScrollbarGroove]
|
||||
inherits=PanelButtonCommand
|
||||
interior=false
|
||||
frame=false
|
||||
|
||||
[ScrollbarSlider]
|
||||
inherits=PanelButtonCommand
|
||||
interior=false
|
||||
frame.element=scrollbarslider
|
||||
frame.top=4
|
||||
frame.bottom=4
|
||||
frame.left=4
|
||||
frame.right=4
|
||||
|
||||
[ProgressbarContents]
|
||||
inherits=PanelButtonCommand
|
||||
frame=true
|
||||
frame.element=progress-pattern
|
||||
interior.element=progress-pattern
|
||||
frame.top=2
|
||||
frame.bottom=2
|
||||
frame.left=2
|
||||
frame.right=2
|
||||
|
||||
[Progressbar]
|
||||
inherits=PanelButtonCommand
|
||||
frame.element=progress
|
||||
interior.element=progress
|
||||
frame.top=2
|
||||
frame.bottom=2
|
||||
frame.left=2
|
||||
frame.right=2
|
||||
text.margin=0
|
||||
text.normal.color=#CDD6F4
|
||||
text.focus.color=#CDD6F4
|
||||
text.press.color=#181825
|
||||
text.toggle.color=#181825
|
||||
text.bold=false
|
||||
frame.expansion=18
|
||||
|
||||
[RadioButton]
|
||||
inherits=PanelButtonCommand
|
||||
|
||||
[Menu]
|
||||
frame.element=menu
|
||||
interior.element=menu
|
||||
inherits=PanelButtonCommand
|
||||
text.press.color=#181825
|
||||
text.toggle.color=#181825
|
||||
text.bold=false
|
||||
frame.top=3
|
||||
frame.bottom=3
|
||||
frame.left=3
|
||||
frame.right=3
|
||||
|
||||
[MenuItem]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=menuitem
|
||||
indicator.size=8
|
||||
text.focus.color=#CDD6F4
|
||||
text.press.color=#CDD6F4
|
||||
|
||||
[MenuBarItem]
|
||||
inherits=PanelButtonCommand
|
||||
interior.element=menubaritem
|
||||
frame=false
|
||||
text.margin.top=3
|
||||
text.margin.bottom=3
|
||||
text.margin.left=5
|
||||
text.margin.right=5
|
||||
|
||||
[StatusBar]
|
||||
inherits=Toolbar
|
||||
frame.element=toolbar
|
||||
font.bold=true
|
||||
text.normal.color=#CDD6F4
|
||||
frame=true
|
||||
frame.top=0
|
||||
frame.bottom=0
|
||||
|
||||
[TitleBar]
|
||||
inherits=PanelButtonCommand
|
||||
frame=false
|
||||
interior=false
|
||||
text.margin.top=2
|
||||
text.margin.bottom=2
|
||||
text.margin.left=3
|
||||
text.margin.right=3
|
||||
|
||||
[ComboBox]
|
||||
inherits=PanelButtonCommand
|
||||
indicator.size=8
|
||||
frame.top=3
|
||||
frame.bottom=3
|
||||
frame.left=3
|
||||
frame.right=3
|
||||
text.margin.top=1
|
||||
text.margin.bottom=1
|
||||
text.margin.left=3
|
||||
text.margin.right=3
|
||||
text.toggle.color=#CDD6F4
|
||||
|
||||
[ToolboxTab]
|
||||
inherits=PanelButtonCommand
|
||||
text.normal.color=#CDD6F4
|
||||
text.press.color=#CDD6F4
|
||||
text.focus.color=#CDD6F4
|
||||
|
||||
[Hacks]
|
||||
transparent_dolphin_view=false
|
||||
blur_konsole=true
|
||||
transparent_ktitle_label=false
|
||||
transparent_menutitle=false
|
||||
respect_darkness=true
|
||||
kcapacitybar_as_progressbar=true
|
||||
force_size_grip=false
|
||||
iconless_pushbutton=true
|
||||
iconless_menu=false
|
||||
disabled_icon_opacity=100
|
||||
lxqtmainmenu_iconsize=0
|
||||
normal_default_pushbutton=true
|
||||
single_top_toolbar=false
|
||||
tint_on_mouseover=0
|
||||
transparent_pcmanfm_sidepane=false
|
||||
transparent_pcmanfm_view=false
|
||||
blur_translucent=true
|
||||
centered_forms=false
|
||||
kinetic_scrolling=false
|
||||
middle_click_scroll=false
|
||||
no_selection_tint=false
|
||||
noninteger_translucency=false
|
||||
style_vertical_toolbars=false
|
||||
blur_only_active_window=false
|
||||
|
||||
[Window]
|
||||
interior=true
|
||||
interior.element=window
|
||||
frame.top=0
|
||||
frame.bottom=0
|
||||
frame.left=0
|
||||
frame.right=0
|
||||
+3
-2
@@ -1,6 +1,7 @@
|
||||
[%General]
|
||||
author=elkrien based on Arc Dark style
|
||||
comment=Catppuccin-Mocha-Blue
|
||||
combo_focus_rect=true
|
||||
spread_menuitems=true
|
||||
left_tabs=true
|
||||
mirror_doc_tabs=true
|
||||
@@ -99,7 +100,7 @@ interior.element=itemview
|
||||
frame=true
|
||||
interior=true
|
||||
text.iconspacing=3
|
||||
text.toggle.color=#181825
|
||||
text.toggle.color=#181825
|
||||
|
||||
[RadioButton]
|
||||
inherits=PanelButtonCommand
|
||||
@@ -144,7 +145,7 @@ text.margin.left=5
|
||||
text.margin.right=5
|
||||
indicator.size=0
|
||||
|
||||
[Dock]
|
||||
[Dock]
|
||||
interior.element=toolbar
|
||||
frame.element=toolbar
|
||||
frame=true
|
||||
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 146 KiB |
@@ -1,2 +1,2 @@
|
||||
[General]
|
||||
theme=WhiteSur-opaque
|
||||
theme=catppuccin-mocha-blue
|
||||
|
||||
@@ -14,10 +14,6 @@ video/mp4=smplayer.desktop;smplayer_enqueue.desktop;mpv.desktop;mediainfo-gui.de
|
||||
video/x-matroska=mpv.desktop;smplayer.desktop;
|
||||
|
||||
[Default Applications]
|
||||
audio/flac=mpv.desktop;
|
||||
audio/mp3=deadbeef.desktop;
|
||||
audio/mp4=mpv.desktop;
|
||||
audio/mpeg=mpv.desktop;
|
||||
image/jpg=org.nomacs.ImageLounge.desktop
|
||||
text/html=brave-browser.desktop
|
||||
text/plain=kate.desktop;
|
||||
@@ -92,4 +88,42 @@ video/mp4=mpv.desktop
|
||||
video/dv=mpv.desktop
|
||||
video/3gpp=mpv.desktop
|
||||
application/x-krita=org.kde.krita.desktop
|
||||
image/tiff=org.kde.okular.desktop
|
||||
image/x-portable-bitmap=org.nomacs.ImageLounge.desktop
|
||||
image/x-xpixmap=org.nomacs.ImageLounge.desktop
|
||||
image/x-portable-graymap=org.nomacs.ImageLounge.desktop
|
||||
image/png=org.nomacs.ImageLounge.desktop
|
||||
image/vnd.microsoft.icon=org.nomacs.ImageLounge.desktop
|
||||
image/heif=org.nomacs.ImageLounge.desktop
|
||||
image/tiff=org.nomacs.ImageLounge.desktop
|
||||
image/jpeg=org.nomacs.ImageLounge.desktop
|
||||
image/bmp=org.nomacs.ImageLounge.desktop
|
||||
image/jxl=org.nomacs.ImageLounge.desktop
|
||||
image/webp=org.nomacs.ImageLounge.desktop
|
||||
image/avif=org.nomacs.ImageLounge.desktop
|
||||
image/x-portable-pixmap=org.nomacs.ImageLounge.desktop
|
||||
image/x-xbitmap=org.nomacs.ImageLounge.desktop
|
||||
image/x-eps=org.nomacs.ImageLounge.desktop
|
||||
image/gif=org.nomacs.ImageLounge.desktop
|
||||
audio/mp2=mpv.desktop
|
||||
audio/x-speex+ogg=mpv.desktop
|
||||
audio/mpeg=mpv.desktop
|
||||
audio/x-mpegurl=mpv.desktop
|
||||
audio/ac3=mpv.desktop
|
||||
audio/x-wavpack=mpv.desktop
|
||||
audio/x-scpls=mpv.desktop
|
||||
audio/x-adpcm=mpv.desktop
|
||||
audio/AMR=mpv.desktop
|
||||
audio/x-ape=mpv.desktop
|
||||
audio/x-opus+ogg=mpv.desktop
|
||||
audio/vnd.rn-realaudio=mpv.desktop
|
||||
audio/vnd.dts=mpv.desktop
|
||||
audio/ogg=mpv.desktop
|
||||
audio/x-aiff=mpv.desktop
|
||||
audio/x-flac+ogg=mpv.desktop
|
||||
audio/x-musepack=mpv.desktop
|
||||
audio/flac=mpv.desktop
|
||||
audio/x-tta=mpv.desktop
|
||||
audio/mp4=mpv.desktop
|
||||
audio/aac=mpv.desktop
|
||||
audio/x-ms-asx=mpv.desktop
|
||||
audio/vnd.wave=mpv.desktop
|
||||
|
||||
@@ -1,555 +0,0 @@
|
||||
##############################################################
|
||||
## This is the example bindings file. Copy it to ##
|
||||
## $XDG_CONFIG_HOME/ncmpcpp/bindings or ~/.ncmpcpp/bindings ##
|
||||
## and set up your preferences. ##
|
||||
##############################################################
|
||||
##
|
||||
##### General rules #####
|
||||
##
|
||||
## 1) Because each action has runtime checks whether it's
|
||||
## ok to run it, a few actions can be bound to one key.
|
||||
## Actions will be bound in order given in configuration
|
||||
## file. When a key is pressed, first action in order
|
||||
## will test itself whether it's possible to run it. If
|
||||
## test succeeds, action is executed and other actions
|
||||
## bound to this key are ignored. If it doesn't, next
|
||||
## action in order tests itself etc.
|
||||
##
|
||||
## 2) It's possible to bind more that one action at once
|
||||
## to a key. It can be done using the following syntax:
|
||||
##
|
||||
## def_key "key"
|
||||
## action1
|
||||
## action2
|
||||
## ...
|
||||
##
|
||||
## This creates a chain of actions. When such chain is
|
||||
## executed, each action in chain is run until the end of
|
||||
## chain is reached or one of its actions fails to execute
|
||||
## due to its requirements not being met. If multiple actions
|
||||
## and/or chains are bound to the same key, they will be
|
||||
## consecutively run until one of them gets fully executed.
|
||||
##
|
||||
## 3) When ncmpcpp starts, bindings configuration file is
|
||||
## parsed and then ncmpcpp provides "missing pieces"
|
||||
## of default keybindings. If you want to disable some
|
||||
## bindings, there is a special action called 'dummy'
|
||||
## for that purpose. Eg. if you want to disable ability
|
||||
## to crop playlists, you need to put the following
|
||||
## into configuration file:
|
||||
##
|
||||
## def_key "C"
|
||||
## dummy
|
||||
##
|
||||
## After that ncmpcpp will not bind any default action
|
||||
## to this key.
|
||||
##
|
||||
## 4) To let you write simple macros, the following special
|
||||
## actions are provided:
|
||||
##
|
||||
## - push_character "character" - pushes given special
|
||||
## character into input queue, so it will be immediately
|
||||
## picked by ncmpcpp upon next call to readKey function.
|
||||
## Accepted values: mouse, up, down, page_up, page_down,
|
||||
## home, end, space, enter, insert, delete, left, right,
|
||||
## tab, ctrl-a, ctrl-b, ..., ctrl-z, ctrl-[, ctrl-\\,
|
||||
## ctrl-], ctrl-^, ctrl-_, f1, f2, ..., f12, backspace.
|
||||
## In addition, most of these names can be prefixed with
|
||||
## alt-/ctrl-/shift- to be recognized with the appropriate
|
||||
## modifier key(s).
|
||||
##
|
||||
## - push_characters "string" - pushes given string into
|
||||
## input queue.
|
||||
##
|
||||
## - require_runnable "action" - checks whether given action
|
||||
## is runnable and fails if it isn't. This is especially
|
||||
## useful when mixed with previous two functions. Consider
|
||||
## the following macro definition:
|
||||
##
|
||||
## def_key "key"
|
||||
## push_characters "custom_filter"
|
||||
## apply_filter
|
||||
##
|
||||
## If apply_filter can't be currently run, we end up with
|
||||
## sequence of characters in input queue which will be
|
||||
## treated just as we typed them. This may lead to unexpected
|
||||
## results (in this case 'c' will most likely clear current
|
||||
## playlist, 'u' will trigger database update, 's' will stop
|
||||
## playback etc.). To prevent such thing from happening, we
|
||||
## need to change above definition to this one:
|
||||
##
|
||||
## def_key "key"
|
||||
## require_runnable "apply_filter"
|
||||
## push_characters "custom_filter"
|
||||
## apply_filter
|
||||
##
|
||||
## Here, first we test whether apply_filter can be actually run
|
||||
## before we stuff characters into input queue, so if condition
|
||||
## is not met, whole chain is aborted and we're fine.
|
||||
##
|
||||
## - require_screen "screen" - checks whether given screen is
|
||||
## currently active. accepted values: browser, clock, help,
|
||||
## media_library, outputs, playlist, playlist_editor,
|
||||
## search_engine, tag_editor, visualizer, last_fm, lyrics,
|
||||
## selected_items_adder, server_info, song_info,
|
||||
## sort_playlist_dialog, tiny_tag_editor.
|
||||
##
|
||||
## - run_external_command "command" - runs given command using
|
||||
## system() function.
|
||||
##
|
||||
## - run_external_console_command "command" - runs given console
|
||||
## command using system() function.
|
||||
##
|
||||
##
|
||||
## 5) In addition to binding to a key, you can also bind actions
|
||||
## or chains of actions to a command. If it comes to commands,
|
||||
## syntax is very similar to defining keys. Here goes example
|
||||
## definition of a command:
|
||||
##
|
||||
## def_command "quit" [deferred]
|
||||
## stop
|
||||
## quit
|
||||
##
|
||||
## If you execute the above command (which can be done by
|
||||
## invoking action execute_command, typing 'quit' and pressing
|
||||
## enter), ncmpcpp will stop the player and then quit. Note the
|
||||
## presence of word 'deferred' enclosed in square brackets. It
|
||||
## tells ncmpcpp to wait for confirmation (ie. pressing enter)
|
||||
## after you typed quit. Instead of 'deferred', 'immediate'
|
||||
## could be used. Then ncmpcpp will not wait for confirmation
|
||||
## (enter) and will execute the command the moment it sees it.
|
||||
##
|
||||
## Note: while command chains are executed, internal environment
|
||||
## update (which includes current window refresh and mpd status
|
||||
## update) is not performed for performance reasons. However, it
|
||||
## may be desirable to do so in some situration. Therefore it's
|
||||
## possible to invoke by hand by performing 'update enviroment'
|
||||
## action.
|
||||
##
|
||||
## Note: There is a difference between:
|
||||
##
|
||||
## def_key "key"
|
||||
## action1
|
||||
##
|
||||
## def_key "key"
|
||||
## action2
|
||||
##
|
||||
## and
|
||||
##
|
||||
## def_key "key"
|
||||
## action1
|
||||
## action2
|
||||
##
|
||||
## First one binds two single actions to the same key whilst
|
||||
## second one defines a chain of actions. The behavior of
|
||||
## these two is different and is described in (1) and (2).
|
||||
##
|
||||
## Note: Function def_key accepts non-ascii characters.
|
||||
##
|
||||
##### List of unbound actions #####
|
||||
##
|
||||
## The following actions are not bound to any key/command:
|
||||
##
|
||||
## - set_volume
|
||||
## - load
|
||||
##
|
||||
#
|
||||
#def_key "mouse"
|
||||
# mouse_event
|
||||
#
|
||||
#def_key "up"
|
||||
# scroll_up
|
||||
#
|
||||
#def_key "shift-up"
|
||||
# select_item
|
||||
# scroll_up
|
||||
#
|
||||
#def_key "down"
|
||||
# scroll_down
|
||||
#
|
||||
#def_key "shift-down"
|
||||
# select_item
|
||||
# scroll_down
|
||||
#
|
||||
#def_key "["
|
||||
# scroll_up_album
|
||||
#
|
||||
#def_key "]"
|
||||
# scroll_down_album
|
||||
#
|
||||
#def_key "{"
|
||||
# scroll_up_artist
|
||||
#
|
||||
#def_key "}"
|
||||
# scroll_down_artist
|
||||
#
|
||||
#def_key "page_up"
|
||||
# page_up
|
||||
#
|
||||
#def_key "page_down"
|
||||
# page_down
|
||||
#
|
||||
#def_key "home"
|
||||
# move_home
|
||||
#
|
||||
#def_key "end"
|
||||
# move_end
|
||||
#
|
||||
#def_key "insert"
|
||||
# select_item
|
||||
#
|
||||
#def_key "enter"
|
||||
# enter_directory
|
||||
#
|
||||
#def_key "enter"
|
||||
# toggle_output
|
||||
#
|
||||
#def_key "enter"
|
||||
# run_action
|
||||
#
|
||||
#def_key "enter"
|
||||
# play_item
|
||||
#
|
||||
#def_key "space"
|
||||
# add_item_to_playlist
|
||||
#
|
||||
#def_key "space"
|
||||
# toggle_lyrics_update_on_song_change
|
||||
#
|
||||
#def_key "space"
|
||||
# toggle_visualization_type
|
||||
#
|
||||
#def_key "delete"
|
||||
# delete_playlist_items
|
||||
#
|
||||
#def_key "delete"
|
||||
# delete_browser_items
|
||||
#
|
||||
#def_key "delete"
|
||||
# delete_stored_playlist
|
||||
#
|
||||
#def_key "right"
|
||||
# next_column
|
||||
#
|
||||
#def_key "right"
|
||||
# slave_screen
|
||||
#
|
||||
#def_key "right"
|
||||
# volume_up
|
||||
#
|
||||
#def_key "+"
|
||||
# volume_up
|
||||
#
|
||||
#def_key "left"
|
||||
# previous_column
|
||||
#
|
||||
#def_key "left"
|
||||
# master_screen
|
||||
#
|
||||
#def_key "left"
|
||||
# volume_down
|
||||
#
|
||||
#def_key "-"
|
||||
# volume_down
|
||||
#
|
||||
#def_key ":"
|
||||
# execute_command
|
||||
#
|
||||
#def_key "tab"
|
||||
# next_screen
|
||||
#
|
||||
#def_key "shift-tab"
|
||||
# previous_screen
|
||||
#
|
||||
#def_key "f1"
|
||||
# show_help
|
||||
#
|
||||
#def_key "1"
|
||||
# show_playlist
|
||||
#
|
||||
#def_key "2"
|
||||
# show_browser
|
||||
#
|
||||
#def_key "2"
|
||||
# change_browse_mode
|
||||
#
|
||||
#def_key "3"
|
||||
# show_search_engine
|
||||
#
|
||||
#def_key "3"
|
||||
# reset_search_engine
|
||||
#
|
||||
#def_key "4"
|
||||
# show_media_library
|
||||
#
|
||||
#def_key "4"
|
||||
# toggle_media_library_columns_mode
|
||||
#
|
||||
#def_key "5"
|
||||
# show_playlist_editor
|
||||
#
|
||||
#def_key "6"
|
||||
# show_tag_editor
|
||||
#
|
||||
#def_key "7"
|
||||
# show_outputs
|
||||
#
|
||||
#def_key "8"
|
||||
# show_visualizer
|
||||
#
|
||||
#def_key "="
|
||||
# show_clock
|
||||
#
|
||||
#def_key "@"
|
||||
# show_server_info
|
||||
#
|
||||
#def_key "s"
|
||||
# stop
|
||||
#
|
||||
#def_key "p"
|
||||
# pause
|
||||
#
|
||||
#def_key ">"
|
||||
# next
|
||||
#
|
||||
#def_key "<"
|
||||
# previous
|
||||
#
|
||||
#def_key "ctrl-h"
|
||||
# jump_to_parent_directory
|
||||
#
|
||||
#def_key "ctrl-h"
|
||||
# replay_song
|
||||
#
|
||||
#def_key "backspace"
|
||||
# jump_to_parent_directory
|
||||
#
|
||||
#def_key "backspace"
|
||||
# replay_song
|
||||
#
|
||||
#def_key "backspace"
|
||||
# play
|
||||
#
|
||||
#def_key "f"
|
||||
# seek_forward
|
||||
#
|
||||
#def_key "b"
|
||||
# seek_backward
|
||||
#
|
||||
#def_key "r"
|
||||
# toggle_repeat
|
||||
#
|
||||
#def_key "z"
|
||||
# toggle_random
|
||||
#
|
||||
#def_key "y"
|
||||
# save_tag_changes
|
||||
#
|
||||
#def_key "y"
|
||||
# start_searching
|
||||
#
|
||||
#def_key "y"
|
||||
# toggle_single
|
||||
#
|
||||
#def_key "R"
|
||||
# toggle_consume
|
||||
#
|
||||
#def_key "Y"
|
||||
# toggle_replay_gain_mode
|
||||
#
|
||||
#def_key "T"
|
||||
# toggle_add_mode
|
||||
#
|
||||
#def_key "|"
|
||||
# toggle_mouse
|
||||
#
|
||||
#def_key "#"
|
||||
# toggle_bitrate_visibility
|
||||
#
|
||||
#def_key "Z"
|
||||
# shuffle
|
||||
#
|
||||
#def_key "x"
|
||||
# toggle_crossfade
|
||||
#
|
||||
#def_key "X"
|
||||
# set_crossfade
|
||||
#
|
||||
#def_key "u"
|
||||
# update_database
|
||||
#
|
||||
#def_key "ctrl-s"
|
||||
# sort_playlist
|
||||
#
|
||||
#def_key "ctrl-s"
|
||||
# toggle_browser_sort_mode
|
||||
#
|
||||
#def_key "ctrl-s"
|
||||
# toggle_media_library_sort_mode
|
||||
#
|
||||
#def_key "ctrl-r"
|
||||
# reverse_playlist
|
||||
#
|
||||
#def_key "ctrl-f"
|
||||
# apply_filter
|
||||
#
|
||||
#def_key "ctrl-_"
|
||||
# select_found_items
|
||||
#
|
||||
#def_key "/"
|
||||
# find
|
||||
#
|
||||
#def_key "/"
|
||||
# find_item_forward
|
||||
#
|
||||
#def_key "?"
|
||||
# find
|
||||
#
|
||||
#def_key "?"
|
||||
# find_item_backward
|
||||
#
|
||||
#def_key "."
|
||||
# next_found_item
|
||||
#
|
||||
#def_key ","
|
||||
# previous_found_item
|
||||
#
|
||||
#def_key "w"
|
||||
# toggle_find_mode
|
||||
#
|
||||
#def_key "e"
|
||||
# edit_song
|
||||
#
|
||||
#def_key "e"
|
||||
# edit_library_tag
|
||||
#
|
||||
#def_key "e"
|
||||
# edit_library_album
|
||||
#
|
||||
#def_key "e"
|
||||
# edit_directory_name
|
||||
#
|
||||
#def_key "e"
|
||||
# edit_playlist_name
|
||||
#
|
||||
#def_key "e"
|
||||
# edit_lyrics
|
||||
#
|
||||
#def_key "i"
|
||||
# show_song_info
|
||||
#
|
||||
#def_key "I"
|
||||
# show_artist_info
|
||||
#
|
||||
#def_key "g"
|
||||
# jump_to_position_in_song
|
||||
#
|
||||
#def_key "l"
|
||||
# show_lyrics
|
||||
#
|
||||
#def_key "ctrl-v"
|
||||
# select_range
|
||||
#
|
||||
#def_key "v"
|
||||
# reverse_selection
|
||||
#
|
||||
#def_key "V"
|
||||
# remove_selection
|
||||
#
|
||||
#def_key "B"
|
||||
# select_album
|
||||
#
|
||||
#def_key "a"
|
||||
# add_selected_items
|
||||
#
|
||||
#def_key "c"
|
||||
# clear_playlist
|
||||
#
|
||||
#def_key "c"
|
||||
# clear_main_playlist
|
||||
#
|
||||
#def_key "C"
|
||||
# crop_playlist
|
||||
#
|
||||
#def_key "C"
|
||||
# crop_main_playlist
|
||||
#
|
||||
#def_key "m"
|
||||
# move_sort_order_up
|
||||
#
|
||||
#def_key "m"
|
||||
# move_selected_items_up
|
||||
#
|
||||
#def_key "n"
|
||||
# move_sort_order_down
|
||||
#
|
||||
#def_key "n"
|
||||
# move_selected_items_down
|
||||
#
|
||||
#def_key "M"
|
||||
# move_selected_items_to
|
||||
#
|
||||
#def_key "A"
|
||||
# add
|
||||
#
|
||||
#def_key "S"
|
||||
# save_playlist
|
||||
#
|
||||
#def_key "o"
|
||||
# jump_to_playing_song
|
||||
#
|
||||
#def_key "G"
|
||||
# jump_to_browser
|
||||
#
|
||||
#def_key "G"
|
||||
# jump_to_playlist_editor
|
||||
#
|
||||
#def_key "~"
|
||||
# jump_to_media_library
|
||||
#
|
||||
#def_key "E"
|
||||
# jump_to_tag_editor
|
||||
#
|
||||
#def_key "U"
|
||||
# toggle_playing_song_centering
|
||||
#
|
||||
#def_key "P"
|
||||
# toggle_display_mode
|
||||
#
|
||||
#def_key "\\"
|
||||
# toggle_interface
|
||||
#
|
||||
#def_key "!"
|
||||
# toggle_separators_between_albums
|
||||
#
|
||||
#def_key "L"
|
||||
# toggle_lyrics_fetcher
|
||||
#
|
||||
#def_key "F"
|
||||
# fetch_lyrics_in_background
|
||||
#
|
||||
#def_key "alt-l"
|
||||
# toggle_fetching_lyrics_in_background
|
||||
#
|
||||
#def_key "ctrl-l"
|
||||
# toggle_screen_lock
|
||||
#
|
||||
#def_key "`"
|
||||
# toggle_library_tag_type
|
||||
#
|
||||
#def_key "`"
|
||||
# refetch_lyrics
|
||||
#
|
||||
#def_key "`"
|
||||
# add_random_items
|
||||
#
|
||||
#def_key "ctrl-p"
|
||||
# set_selected_items_priority
|
||||
#
|
||||
#def_key "q"
|
||||
# quit
|
||||
#
|
||||
|
||||
# script for rating song
|
||||
def_command "rate" [deferred]
|
||||
run_external_console_command "~/.config/mpd/rate_song.sh"
|
||||
@@ -1,602 +0,0 @@
|
||||
##############################################################################
|
||||
## This is the example configuration file. Copy it to $HOME/.ncmpcpp/config ##
|
||||
## or $XDG_CONFIG_HOME/ncmpcpp/config and set up your preferences. ##
|
||||
##############################################################################
|
||||
#
|
||||
##### directories ######
|
||||
##
|
||||
## Directory for storing ncmpcpp related files. Changing it is useful if you
|
||||
## want to store everything somewhere else and provide command line setting for
|
||||
## alternative location to config file which defines that while launching
|
||||
## ncmpcpp.
|
||||
##
|
||||
#
|
||||
ncmpcpp_directory = ~/.config/ncmpcpp
|
||||
#
|
||||
##
|
||||
## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other
|
||||
## MPD clients (eg. ncmpc) also use that location.
|
||||
##
|
||||
#
|
||||
lyrics_directory = ~/.config/ncmpcpp/lyrics
|
||||
#
|
||||
##### connection settings #####
|
||||
#
|
||||
mpd_host = localhost
|
||||
#
|
||||
mpd_port = 6600
|
||||
#
|
||||
mpd_connection_timeout = 5
|
||||
#
|
||||
## Needed for tag editor and file operations to work.
|
||||
##
|
||||
mpd_music_dir = ~/Musik
|
||||
#
|
||||
mpd_crossfade_time = 1
|
||||
#
|
||||
##### music visualizer #####
|
||||
##
|
||||
## Note: In order to make music visualizer work you'll need to use mpd fifo
|
||||
## output, whose format parameter has to be set to 44100:16:1 for mono
|
||||
## visualization or 44100:16:2 for stereo visualization. Example configuration
|
||||
## (it has to be put into mpd.conf):
|
||||
##
|
||||
# audio_output {
|
||||
# type "fifo"
|
||||
# name "Visualizer feed"
|
||||
# path "/tmp/mpd.fifo"
|
||||
# format "44100:16:2"
|
||||
# }
|
||||
##
|
||||
#
|
||||
#execute_on_song_change = notify-send "Now Playing" "$(mpc --format '%title% \n%artist% - %album%' current)"
|
||||
# execute_on_song_change="$HOME/.config/ncmpcpp/notify_mpd.sh"
|
||||
|
||||
visualizer_data_source = "/tmp/mpd.fifo"
|
||||
#
|
||||
##
|
||||
## Note: Below parameter is needed for ncmpcpp to determine which output
|
||||
## provides data for visualizer and thus allow syncing between visualization and
|
||||
## sound as currently there are some problems with it.
|
||||
##
|
||||
#
|
||||
visualizer_output_name = "my_fifo"
|
||||
#
|
||||
##
|
||||
## If you set format to 44100:16:2, make it 'yes'.
|
||||
##
|
||||
visualizer_in_stereo = yes
|
||||
#
|
||||
##
|
||||
#
|
||||
##
|
||||
## Note: The next few visualization options apply to the spectrum visualizer.
|
||||
##
|
||||
#
|
||||
## Use unicode block characters for a smoother, more continuous look.
|
||||
## This will override the visualizer_look option. With transparent terminals
|
||||
## and visualizer_in_stereo set, artifacts may be visible on the bottom half of
|
||||
## the visualization.
|
||||
#
|
||||
#visualizer_spectrum_smooth_look = yes
|
||||
#
|
||||
## A value between 1 and 5 inclusive. Specifying a larger value makes the
|
||||
## visualizer look at a larger slice of time, which results in less jumpy
|
||||
## visualizer output.
|
||||
#
|
||||
#visualizer_spectrum_dft_size = 2
|
||||
#
|
||||
#visualizer_spectrum_gain = 10
|
||||
#
|
||||
## Left-most frequency of visualizer in Hz, must be less than HZ MAX
|
||||
#
|
||||
#visualizer_spectrum_hz_min = 20
|
||||
#
|
||||
## Right-most frequency of visualizer in Hz, must be greater than HZ MIN
|
||||
#
|
||||
#visualizer_spectrum_hz_max = 20000
|
||||
#
|
||||
##
|
||||
## Note: To enable spectrum frequency visualization you need to compile ncmpcpp
|
||||
## with fftw3 support.
|
||||
##
|
||||
#
|
||||
## Available values: spectrum, wave, wave_filled, ellipse.
|
||||
##
|
||||
visualizer_type = wave
|
||||
#
|
||||
#visualizer_fps = 60
|
||||
#
|
||||
#visualizer_autoscale = no
|
||||
#
|
||||
visualizer_look = ●▮
|
||||
#
|
||||
visualizer_color = blue, cyan, green, yellow, magenta, red
|
||||
#
|
||||
## Alternative subset of 256 colors for terminals that support it.
|
||||
##
|
||||
#visualizer_color = 41, 83, 119, 155, 185, 215, 209, 203, 197, 161
|
||||
#
|
||||
#
|
||||
##
|
||||
## Note: The next few visualization options apply to the spectrum visualizer.
|
||||
##
|
||||
#
|
||||
## Use unicode block characters for a smoother, more continuous look.
|
||||
## This will override the visualizer_look option. With transparent terminals
|
||||
## and visualizer_in_stereo set, artifacts may be visible on the bottom half of
|
||||
## the visualization.
|
||||
#
|
||||
#visualizer_spectrum_smooth_look = yes
|
||||
#
|
||||
## A value between 1 and 5 inclusive. Specifying a larger value makes the
|
||||
## visualizer look at a larger slice of time, which results in less jumpy
|
||||
## visualizer output.
|
||||
#
|
||||
#visualizer_spectrum_dft_size = 2
|
||||
#
|
||||
#visualizer_spectrum_gain = 10
|
||||
#
|
||||
## Left-most frequency of visualizer in Hz, must be less than HZ MAX
|
||||
#
|
||||
#visualizer_spectrum_hz_min = 20
|
||||
#
|
||||
## Right-most frequency of visualizer in Hz, must be greater than HZ MIN
|
||||
#
|
||||
#visualizer_spectrum_hz_max = 20000
|
||||
#
|
||||
##### system encoding #####
|
||||
##
|
||||
## ncmpcpp should detect your charset encoding but if it failed to do so, you
|
||||
## can specify charset encoding you are using here.
|
||||
##
|
||||
## Note: You can see whether your ncmpcpp build supports charset detection by
|
||||
## checking output of `ncmpcpp --version`.
|
||||
##
|
||||
## Note: Since MPD uses UTF-8 by default, setting this option makes sense only
|
||||
## if your encoding is different.
|
||||
##
|
||||
#
|
||||
#system_encoding = ""
|
||||
#
|
||||
##### delays #####
|
||||
#
|
||||
## Time of inactivity (in seconds) after playlist highlighting will be disabled
|
||||
## (0 = always on).
|
||||
##
|
||||
#playlist_disable_highlight_delay = 5
|
||||
#
|
||||
## Defines how long messages are supposed to be visible.
|
||||
##
|
||||
#message_delay_time = 5
|
||||
#
|
||||
##### song format #####
|
||||
##
|
||||
## For a song format you can use:
|
||||
##
|
||||
## %l - length
|
||||
## %f - filename
|
||||
## %D - directory
|
||||
## %a - artist
|
||||
## %A - album artist
|
||||
## %t - title
|
||||
## %b - album
|
||||
## %y - date
|
||||
## %n - track number (01/12 -> 01)
|
||||
## %N - full track info (01/12 -> 01/12)
|
||||
## %g - genre
|
||||
## %c - composer
|
||||
## %p - performer
|
||||
## %d - disc
|
||||
## %C - comment
|
||||
## %P - priority
|
||||
## $R - begin right alignment
|
||||
##
|
||||
## If you want to make sure that a part of the format is displayed only when
|
||||
## certain tags are present, you can archieve it by grouping them with brackets,
|
||||
## e.g. '{%a - %t}' will be evaluated to 'ARTIST - TITLE' if both tags are
|
||||
## present or '' otherwise. It is also possible to define a list of
|
||||
## alternatives by providing several groups and separating them with '|',
|
||||
## e.g. '{%t}|{%f}' will be evaluated to 'TITLE' or 'FILENAME' if the former is
|
||||
## not present.
|
||||
##
|
||||
## Note: If you want to set limit on maximal length of a tag, just put the
|
||||
## appropriate number between % and character that defines tag type, e.g. to
|
||||
## make album take max. 20 terminal cells, use '%20b'.
|
||||
##
|
||||
## In addition, formats support markers used for text attributes. They are
|
||||
## followed by character '$'. After that you can put:
|
||||
##
|
||||
## - 0 - default window color (discards all other colors)
|
||||
## - 1 - black
|
||||
## - 2 - red
|
||||
## - 3 - green
|
||||
## - 4 - yellow
|
||||
## - 5 - blue
|
||||
## - 6 - magenta
|
||||
## - 7 - cyan
|
||||
## - 8 - white
|
||||
## - 9 - end of current color
|
||||
## - b - bold text
|
||||
## - u - underline text
|
||||
## - r - reverse colors
|
||||
## - a - use alternative character set
|
||||
##
|
||||
## If you don't want to use a non-color attribute anymore, just put it again,
|
||||
## but this time insert character '/' between '$' and attribute character,
|
||||
## e.g. {$b%t$/b}|{$r%f$/r} will display bolded title tag or filename with
|
||||
## reversed colors.
|
||||
##
|
||||
## If you want to use 256 colors and/or background colors in formats (the naming
|
||||
## scheme is described below in section about color definitions), it can be done
|
||||
## with the syntax $(COLOR), e.g. to set the artist tag to one of the
|
||||
## non-standard colors and make it have yellow background, you need to write
|
||||
## $(197_yellow)%a$(end). Note that for standard colors this is interchangable
|
||||
## with attributes listed above.
|
||||
##
|
||||
## Note: colors can be nested.
|
||||
##
|
||||
#
|
||||
#song_list_format = {%a - }{%t}|{$2%f$9}$R{$3(%l)$9}
|
||||
#
|
||||
#song_status_format = {{%a{ "%b"{ (%y)}} - }{%t}}|{%f}
|
||||
#
|
||||
#song_library_format = {%n - }{%t}|{%f}
|
||||
#
|
||||
#alternative_header_first_line_format = $b$1$aqqu$/a$9 {%t}|{%f} $1$atqq$/a$9$/b
|
||||
#
|
||||
#alternative_header_second_line_format = {{$4$b%a$/b$9}{ - $7%b$9}{ ($4%y$9)}}|{%D}
|
||||
#
|
||||
#current_item_prefix = $(yellow)$r
|
||||
#
|
||||
#current_item_suffix = $/r$(end)
|
||||
#
|
||||
#current_item_inactive_column_prefix = $(white)$r
|
||||
#
|
||||
#current_item_inactive_column_suffix = $/r$(end)
|
||||
#
|
||||
#now_playing_prefix = $b
|
||||
#
|
||||
#now_playing_suffix = $/b
|
||||
#
|
||||
#browser_playlist_prefix = "$2playlist$9 "
|
||||
#
|
||||
#selected_item_prefix = $6
|
||||
#
|
||||
#selected_item_suffix = $9
|
||||
#
|
||||
#modified_item_prefix = $3> $9
|
||||
#
|
||||
##
|
||||
## Note: attributes are not supported for the following variables.
|
||||
##
|
||||
#song_window_title_format = {%a - }{%t}|{%f}
|
||||
##
|
||||
## Note: Below variables are used for sorting songs in browser. The sort mode
|
||||
## determines how songs are sorted, and can be used in combination with a sort
|
||||
## format to specify a custom sorting format. Available values for
|
||||
## browser_sort_mode are "name", "mtime", "format" and "noop".
|
||||
##
|
||||
#
|
||||
#browser_sort_mode = name
|
||||
#
|
||||
#browser_sort_format = {%a - }{%t}|{%f} {(%l)}
|
||||
#
|
||||
##### columns settings #####
|
||||
##
|
||||
## syntax of song columns list format is "column column etc."
|
||||
##
|
||||
## - syntax for each column is:
|
||||
##
|
||||
## (width of the column)[color of the column]{displayed tag}
|
||||
##
|
||||
## Note: Width is by default in %, if you want a column to have fixed size, add
|
||||
## 'f' after the value, e.g. (10)[white]{a} will be the column that take 10% of
|
||||
## screen (so the real width will depend on actual screen size), whereas
|
||||
## (10f)[white]{a} will take 10 terminal cells, no matter how wide the screen
|
||||
## is.
|
||||
##
|
||||
## - color is optional (if you want the default one, leave the field empty).
|
||||
##
|
||||
## Note: You can give a column additional attributes by putting appropriate
|
||||
## character after displayed tag character. Available attributes are:
|
||||
##
|
||||
## - r - column will be right aligned
|
||||
## - E - if tag is empty, empty tag marker won't be displayed
|
||||
##
|
||||
## You can also:
|
||||
##
|
||||
## - give a column custom name by putting it after attributes, separated with
|
||||
## character ':', e.g. {lr:Length} gives you right aligned column of lengths
|
||||
## named "Length".
|
||||
##
|
||||
## - define sequence of tags, that have to be displayed in case predecessor is
|
||||
## empty in a way similar to the one in classic song format, i.e. using '|'
|
||||
## character, e.g. {a|c|p:Owner} creates column named "Owner" that tries to
|
||||
## display artist tag and then composer and performer if previous ones are not
|
||||
## available.
|
||||
##
|
||||
#
|
||||
#
|
||||
song_columns_list_format = (7f)[magenta]{lr} (6f)[green]{NEr} (20)[white]{t|f:Title} (15)[]{a} (25f)[cyan]{bE} (20)[cyan]{y}
|
||||
|
||||
|
||||
##### various settings #####
|
||||
#
|
||||
##
|
||||
## Note: Custom command that will be executed each time song changes. Useful for
|
||||
## notifications etc.
|
||||
##
|
||||
#execute_on_song_change = ""
|
||||
#
|
||||
##
|
||||
## Note: Custom command that will be executed each time player state
|
||||
## changes. The environment variable MPD_PLAYER_STATE is set to the current
|
||||
## state (either unknown, play, pause, or stop) for its duration.
|
||||
##
|
||||
#
|
||||
#execute_on_player_state_change = ""
|
||||
#
|
||||
#playlist_show_mpd_host = no
|
||||
#
|
||||
#playlist_show_remaining_time = no
|
||||
#
|
||||
#playlist_shorten_total_times = no
|
||||
#
|
||||
#playlist_separate_albums = no
|
||||
#
|
||||
##
|
||||
## Note: Possible display modes: classic, columns.
|
||||
##
|
||||
#playlist_display_mode = columns
|
||||
#
|
||||
#browser_display_mode = classic
|
||||
#
|
||||
#search_engine_display_mode = classic
|
||||
#
|
||||
#playlist_editor_display_mode = classic
|
||||
#
|
||||
#discard_colors_if_item_is_selected = yes
|
||||
#
|
||||
#show_duplicate_tags = yes
|
||||
#
|
||||
#incremental_seeking = yes
|
||||
#
|
||||
#seek_time = 1
|
||||
#
|
||||
#volume_change_step = 2
|
||||
#
|
||||
#autocenter_mode = no
|
||||
#
|
||||
#centered_cursor = no
|
||||
#
|
||||
##
|
||||
## Note: You can specify third character which will be used to build 'empty'
|
||||
## part of progressbar.
|
||||
##
|
||||
#progressbar_look = =>
|
||||
#
|
||||
## Available values: database, playlist.
|
||||
##
|
||||
#default_place_to_search_in = database
|
||||
#
|
||||
## Available values: classic, alternative.
|
||||
##
|
||||
user_interface = alternative
|
||||
#
|
||||
#data_fetching_delay = yes
|
||||
#
|
||||
## Available values: artist, album_artist, date, genre, composer, performer.
|
||||
##
|
||||
#media_library_primary_tag = artist
|
||||
#
|
||||
#media_library_albums_split_by_date = yes
|
||||
#
|
||||
## Available values: wrapped, normal.
|
||||
##
|
||||
#default_find_mode = wrapped
|
||||
#
|
||||
#default_tag_editor_pattern = %n - %t
|
||||
#
|
||||
#header_visibility = yes
|
||||
#
|
||||
statusbar_visibility = yes
|
||||
#
|
||||
#titles_visibility = yes
|
||||
#
|
||||
#header_text_scrolling = yes
|
||||
#
|
||||
#cyclic_scrolling = no
|
||||
#
|
||||
#lines_scrolled = 2
|
||||
#
|
||||
#lyrics_fetchers = lyricwiki, azlyrics, genius, sing365, lyricsmania, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, internet
|
||||
#
|
||||
#follow_now_playing_lyrics = no
|
||||
#
|
||||
#fetch_lyrics_for_current_song_in_background = no
|
||||
#
|
||||
#store_lyrics_in_song_dir = no
|
||||
#
|
||||
#generate_win32_compatible_filenames = yes
|
||||
#
|
||||
#allow_for_physical_item_deletion = no
|
||||
#
|
||||
##
|
||||
## Note: If you set this variable, ncmpcpp will try to get info from last.fm in
|
||||
## language you set and if it fails, it will fall back to english. Otherwise it
|
||||
## will use english the first time.
|
||||
##
|
||||
## Note: Language has to be expressed as an ISO 639 alpha-2 code.
|
||||
##
|
||||
#lastfm_preferred_language = en
|
||||
#
|
||||
#space_add_mode = add_remove
|
||||
#
|
||||
#show_hidden_files_in_local_browser = no
|
||||
#
|
||||
##
|
||||
## How shall screen switcher work?
|
||||
##
|
||||
## - "previous" - switch between the current and previous screen.
|
||||
## - "screen1,...,screenN" - switch between given sequence of screens.
|
||||
##
|
||||
## Screens available for use: help, playlist, browser, search_engine,
|
||||
## media_library, playlist_editor, tag_editor, outputs, visualizer, clock,
|
||||
## lyrics, last_fm.
|
||||
##
|
||||
#screen_switcher_mode = playlist, browser
|
||||
#
|
||||
##
|
||||
## Note: You can define startup screen by choosing screen from the list above.
|
||||
##
|
||||
#startup_screen = playlist
|
||||
#
|
||||
##
|
||||
## Note: You can define startup slave screen by choosing screen from the list
|
||||
## above or an empty value for no slave screen.
|
||||
##
|
||||
#startup_slave_screen = ""
|
||||
#
|
||||
#startup_slave_screen_focus = no
|
||||
#
|
||||
##
|
||||
## Default width of locked screen (in %). Acceptable values are from 20 to 80.
|
||||
##
|
||||
#
|
||||
#locked_screen_width_part = 50
|
||||
#
|
||||
#ask_for_locked_screen_width_part = yes
|
||||
#
|
||||
#jump_to_now_playing_song_at_start = yes
|
||||
#
|
||||
#ask_before_clearing_playlists = yes
|
||||
#
|
||||
#clock_display_seconds = no
|
||||
#
|
||||
#display_volume_level = yes
|
||||
#
|
||||
#display_bitrate = no
|
||||
#
|
||||
#display_remaining_time = no
|
||||
#
|
||||
## Available values: none, basic, extended, perl.
|
||||
##
|
||||
#regular_expressions = perl
|
||||
#
|
||||
##
|
||||
## Note: if below is enabled, ncmpcpp will ignore leading "The" word while
|
||||
## sorting items in browser, tags in media library, etc.
|
||||
##
|
||||
#ignore_leading_the = no
|
||||
#
|
||||
##
|
||||
## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and
|
||||
## filtering lists. This takes an effect only if boost was compiled with ICU
|
||||
## support.
|
||||
##
|
||||
#ignore_diacritics = no
|
||||
#
|
||||
#block_search_constraints_change_if_items_found = yes
|
||||
#
|
||||
#mouse_support = yes
|
||||
#
|
||||
#mouse_list_scroll_whole_page = yes
|
||||
#
|
||||
#empty_tag_marker = <empty>
|
||||
#
|
||||
#tags_separator = " | "
|
||||
#
|
||||
#tag_editor_extended_numeration = no
|
||||
#
|
||||
#media_library_sort_by_mtime = no
|
||||
#
|
||||
#enable_window_title = yes
|
||||
#
|
||||
##
|
||||
## Note: You can choose default search mode for search engine. Available modes
|
||||
## are:
|
||||
##
|
||||
## - 1 - use mpd built-in searching (no regexes, pattern matching)
|
||||
##
|
||||
## - 2 - use ncmpcpp searching (pattern matching with support for regexes, but
|
||||
## if your mpd is on a remote machine, downloading big database to process
|
||||
## it can take a while
|
||||
##
|
||||
## - 3 - match only exact values (this mode uses mpd function for searching in
|
||||
## database and local one for searching in current playlist)
|
||||
##
|
||||
#
|
||||
#search_engine_default_search_mode = 1
|
||||
#
|
||||
#external_editor = nano
|
||||
#
|
||||
## Note: set to yes if external editor is a console application.
|
||||
##
|
||||
#use_console_editor = yes
|
||||
#
|
||||
##### colors definitions #####
|
||||
##
|
||||
## It is possible to set a background color by setting a color value
|
||||
## "<foreground>_<background>", e.g. red_black will set foregound color to red
|
||||
## and background color to black.
|
||||
##
|
||||
## In addition, for terminals that support 256 colors it is possible to set one
|
||||
## of them by using a number in range [1, 256] instead of color name,
|
||||
## e.g. numerical value corresponding to red_black is 2_1. To find out if the
|
||||
## terminal supports 256 colors, run ncmpcpp and check out the bottom of the
|
||||
## help screen for list of available colors and their numerical values.
|
||||
##
|
||||
## What is more, there are two special values for the background color:
|
||||
## "transparent" and "current". The first one explicitly sets the background to
|
||||
## be transparent, while the second one allows you to preserve current
|
||||
## background color and change only the foreground one. It's used implicitly
|
||||
## when background color is not specified.
|
||||
##
|
||||
## Moreover, it is possible to attach format information to selected color
|
||||
## variables by appending to their end a colon followed by one or more format
|
||||
## flags, e.g. black:b or red:ur. The following variables support this syntax:
|
||||
## visualizer_color, color1, color2, empty_tag_color, volume_color,
|
||||
## state_line_color, state_flags_color, progressbar_color,
|
||||
## progressbar_elapsed_color, player_state_color, statusbar_time_color,
|
||||
## alternative_ui_separator_color.
|
||||
##
|
||||
## Note: due to technical limitations of older ncurses version, if 256 colors
|
||||
## are used there is a possibility that you'll be able to use only colors with
|
||||
## transparent background.
|
||||
#
|
||||
colors_enabled = yes
|
||||
#
|
||||
#empty_tag_color = cyan
|
||||
#
|
||||
header_window_color = 5
|
||||
#
|
||||
#volume_color = default
|
||||
#
|
||||
#state_line_color = default
|
||||
#
|
||||
#state_flags_color = default:b
|
||||
#
|
||||
main_window_color = 62
|
||||
#
|
||||
#color1 = white
|
||||
#
|
||||
#color2 = green
|
||||
#
|
||||
progressbar_color = 5:b
|
||||
#
|
||||
#progressbar_elapsed_color = green:b
|
||||
#
|
||||
#statusbar_color = default
|
||||
#
|
||||
#statusbar_time_color = default:b
|
||||
#
|
||||
#player_state_color = default:b
|
||||
#
|
||||
#alternative_ui_separator_color = black:b
|
||||
#
|
||||
#window_border_color = green
|
||||
#
|
||||
#active_window_border = red
|
||||
#
|
||||
#https://www.ditig.com/publications/256-colors-cheat-sheet
|
||||
@@ -1,42 +0,0 @@
|
||||
Your stuck on a chain
|
||||
And your toeing a lie
|
||||
Seems like everytime that you catch up
|
||||
You only fall behind
|
||||
|
||||
And your trapped inside this world you made yourself
|
||||
But that's not the world I live in
|
||||
This is not the life for me
|
||||
Cause my world is bigger than your problems
|
||||
And it's bigger than me
|
||||
That's not the world I live in
|
||||
This is not the life for me
|
||||
Cause my world is bigger than your problems
|
||||
And it's bigger than me
|
||||
|
||||
There is always someone to blame
|
||||
For the things you do yourself
|
||||
You think that everything that's going wrong
|
||||
Is because of someone else
|
||||
|
||||
And your trapped inside this world you made yourself
|
||||
That's not the world I live in
|
||||
This is not the life for me
|
||||
Cause my world is bigger than your problems
|
||||
And it's bigger than me
|
||||
It's not the world I live in
|
||||
This is not the life for me
|
||||
Cause my world is bigger than your problems
|
||||
And it's bigger than me [2x]
|
||||
|
||||
Cause I'm on the outside and I'm looking in
|
||||
|
||||
And that's not the world I live in
|
||||
This is not the life for me
|
||||
Cause my world is bigger than your problems
|
||||
And it's bigger than me
|
||||
It's not the world I live in
|
||||
This is not the life for me
|
||||
Cause my world is bigger than your problems
|
||||
And it's bigger than me
|
||||
Cause my world is bigger than your problems
|
||||
And it's bigger than me...
|
||||
@@ -1,50 +0,0 @@
|
||||
Gone, separate me from this loss I've known
|
||||
Tolerate these stitches I have sewn
|
||||
(We bare scars of our lives
|
||||
A love affair as sharp as a knife)
|
||||
I only cut myself to feel like I'm alive
|
||||
(To feel like I'm alive)
|
||||
|
||||
Better than the devil that you said it
|
||||
But you never want to give a credit, dead it
|
||||
Better to the devil you'd forget it
|
||||
What you didn't know ya going regret it
|
||||
Better than the devil that you said it
|
||||
But you never want to give a credit, dead it
|
||||
Better to the devil you'd forget it
|
||||
What you didn't know ya going regret it
|
||||
|
||||
Lost, desperately we're searching for a cause
|
||||
Warriors, rebels without a cause
|
||||
(We bare scars of our lives
|
||||
A love affair as sharp as a knife)
|
||||
I only cut myself to feel like I'm alive
|
||||
(To feel like I'm alive)
|
||||
|
||||
Better than the devil that you said it
|
||||
But you never want to give a credit, dead it
|
||||
Better to the devil you'd forget it
|
||||
What you didn't know ya going regret it
|
||||
Better than the devil that you said it
|
||||
But you never want to give a credit, dead it
|
||||
Better to the devil you'd forget it
|
||||
What you didn't know ya going regret it
|
||||
|
||||
Ending in vain
|
||||
Occupied suicide all our lives
|
||||
End in vain
|
||||
Occupied suicide all our lives
|
||||
End in vain
|
||||
Occupied suicide all our lives
|
||||
End in vain
|
||||
|
||||
Better than the devil that you said it
|
||||
But you never want to give a credit, dead it
|
||||
Better to the devil you'd forget it
|
||||
What you didn't know ya going regret it
|
||||
Better than the devil that you said it
|
||||
But you never want to give a credit, dead it
|
||||
Better to the devil you'd forget it
|
||||
What you didn't know ya going regret it
|
||||
|
||||
You're going to regret this
|
||||
@@ -1,68 +0,0 @@
|
||||
(Remember when)
|
||||
When it was 1992
|
||||
Two little kids stealing records, skipping school
|
||||
We must have been like only ten
|
||||
Taking life for granted till we learn it had an end
|
||||
(Remember when)
|
||||
And time is something they say
|
||||
You never appreciate till you age
|
||||
And to this day you never knew
|
||||
I wanted to be just like you
|
||||
|
||||
If I only knew
|
||||
Then what I know now
|
||||
Then what I know now
|
||||
If I only knew
|
||||
Then what I know now
|
||||
Then what I know now
|
||||
|
||||
(Remember when)
|
||||
When it was 2002
|
||||
You started slinging coke and got the dopest pair of shoes
|
||||
But yo this house just ain't a home
|
||||
Since our father hit the bottle and our mother hit the road
|
||||
And time is something they say
|
||||
You never understand until it slips away
|
||||
And looking back I think you knew
|
||||
I wanted to be just like you
|
||||
|
||||
If I only knew
|
||||
Then what I know now
|
||||
Then what I know now
|
||||
If I only knew
|
||||
Then what I know now
|
||||
Then what I know now
|
||||
|
||||
And now I'm tired of the violence
|
||||
I'm so tired of the sirens
|
||||
And it's better me, better me than you
|
||||
Now I'm tired of the violence
|
||||
I'm so tired of the sirens
|
||||
And it's better me, better me than you
|
||||
|
||||
Slipping and we're falling
|
||||
Slipping and we're falling through our lives
|
||||
Slipping and we're falling
|
||||
Don't know where we're going with our lives
|
||||
|
||||
If I only knew
|
||||
Then what I know now
|
||||
Then what I know now
|
||||
If I only knew
|
||||
Then what I know now
|
||||
Then what I know now
|
||||
|
||||
Now I'm tired of the violence
|
||||
I'm so tired of the sirens
|
||||
And it's better me, better me than you
|
||||
Now I'm tired of the violence
|
||||
I'm so tired of the sirens
|
||||
And it's better me, better me than you
|
||||
|
||||
(Remember when)
|
||||
Slipping and we're falling
|
||||
Slipping and we're falling through our lives
|
||||
Slipping and we're falling
|
||||
Don't know where we're going with our lives
|
||||
Slipping and we're falling
|
||||
Slipping and we're falling through our lives
|
||||
@@ -1,43 +0,0 @@
|
||||
Another head hangs lowly
|
||||
Child is slowly taken
|
||||
And the violence causes silence
|
||||
Who are we mistaken?
|
||||
|
||||
But you see, it's not me
|
||||
It's not my family
|
||||
In your head, in your head, they are fighting
|
||||
With their tanks, and their bombs
|
||||
And their bombs, and their drones
|
||||
In your head, in your head, they are crying
|
||||
|
||||
What's in your head, in your head?
|
||||
Zombie, zombie, zombie-ie-ie
|
||||
What's in your head, in your head?
|
||||
Zombie, zombie, zombie-ie-ie-ie, oh
|
||||
|
||||
Another mother's breaking
|
||||
Heart is taking over
|
||||
When the violence causes silence
|
||||
We must be mistaken
|
||||
|
||||
It's the same old theme
|
||||
In two thousand eighteen
|
||||
In your head, in your head, they're still fighting
|
||||
With their tanks, and their bombs
|
||||
And their guns, and their drones
|
||||
In your head, in your head, they are dying
|
||||
|
||||
What's in your head, in your head?
|
||||
Zombie, zombie, zombie-ie-ie
|
||||
What's in your head, in your head?
|
||||
Zombie, zombie, zombie-ie-ie-ie, oh
|
||||
|
||||
It's the same old theme
|
||||
In two thousand eighteen
|
||||
In your head, in your head, they are dying
|
||||
|
||||
What's in your head, in your head?
|
||||
Zombie, zombie, zombie-ie-ie
|
||||
What's in your head, in your head?
|
||||
Zombie, zombie, zombie-ie-ie-ie, oh
|
||||
Oh oh oh oh oh oh oh yeah
|
||||
@@ -1,59 +0,0 @@
|
||||
They fall in line
|
||||
One at a time
|
||||
Ready to play
|
||||
I can't see them anyway
|
||||
|
||||
No time to lose
|
||||
We've got to move
|
||||
Steady your helm
|
||||
I am losing sight again
|
||||
|
||||
Fire your guns
|
||||
It's time to run
|
||||
Blow me away
|
||||
I will stay in the mess I made
|
||||
|
||||
After the fall
|
||||
We'll shake it off
|
||||
Show me the way
|
||||
|
||||
Only the strongest will survive
|
||||
Lead me to heaven when we die
|
||||
I am a shadow on the wall
|
||||
I'll be the one to save us all
|
||||
|
||||
There's nothing left
|
||||
So save your breath
|
||||
Lying in wait
|
||||
Caught inside this tidal wave
|
||||
|
||||
Your cover's blown
|
||||
Nowhere to go
|
||||
Holding your fate
|
||||
Loaded I will walk alone
|
||||
|
||||
Fire your guns
|
||||
It's time to run
|
||||
Blow me away
|
||||
I will stay in the mess I made
|
||||
|
||||
After the fall
|
||||
We'll shake it off
|
||||
Show me the way
|
||||
|
||||
Only the strongest will survive
|
||||
Lead me to heaven when we die
|
||||
I am a shadow on the wall
|
||||
I'll be the one to save us all
|
||||
|
||||
You wanted it back
|
||||
Come fight me, God!
|
||||
Here I come!
|
||||
Fight!
|
||||
|
||||
Only the strongest will survive
|
||||
Lead me to heaven when we die
|
||||
I am the shadow on the wall
|
||||
I'll be the one to save us all
|
||||
|
||||
Save us all
|
||||
@@ -1,49 +0,0 @@
|
||||
As it all falls down, do I walk away
|
||||
Or do I stand my ground and accept my fate
|
||||
|
||||
And there's the faceless cries, that twist my every dream
|
||||
And almost every night, I hear the demon sing
|
||||
|
||||
Why are we going on this way
|
||||
Why do we play these games in vain
|
||||
Nothing's gonna break it down and build us back again
|
||||
|
||||
So why did the path have to lead this way
|
||||
Black is the soul that's led astray
|
||||
You're leading me to places I can never follow
|
||||
|
||||
Happiness is found in the darkest ways
|
||||
And as I search around I knew nothing but mistakes
|
||||
|
||||
And there's the faceless cries, that twist my every dream
|
||||
And almost every night I hear the demon sing
|
||||
|
||||
Why are we going on this way
|
||||
Why do we play these games in vain
|
||||
Nothing's gonna break it down and build us back again
|
||||
|
||||
So why did the path have to lead this way
|
||||
Black is the soul that's led astray
|
||||
You're leading me to places I can never follow
|
||||
|
||||
And when you scream you push me so much further than
|
||||
And when I leave I always walk right back again
|
||||
And when you cry the tears are cleansing bitterness
|
||||
I'm out of time, I'm slowly dying give me back my LIFE!
|
||||
|
||||
Just give me back my life!
|
||||
Just give me back my life!
|
||||
Just give me back my life!
|
||||
|
||||
Why are we going on this way
|
||||
Why do we play these games
|
||||
Nothing's gonna break it down
|
||||
And build us back again
|
||||
|
||||
So why did the path have to lead this way
|
||||
Black is the soul that's led astray
|
||||
You're leading me to places I can never follow
|
||||
|
||||
As it all falls down do I walk away
|
||||
Or do I stand my ground
|
||||
There's nothing left to say
|
||||
@@ -1,53 +0,0 @@
|
||||
The madness creeping up on me,
|
||||
The pressure's building I foresee,
|
||||
Alienation's lurking
|
||||
Spawning lunacy.
|
||||
|
||||
Slowly escaping
|
||||
This wreckage in making
|
||||
So don't look back for me.
|
||||
|
||||
Sometimes we take it all.
|
||||
Nothing stands in our way.
|
||||
We have to fight and crawl
|
||||
To die another day.
|
||||
|
||||
Die another day.
|
||||
Die another day.
|
||||
|
||||
Misery often misleads.
|
||||
It creates things we cannot see.
|
||||
Excessive thoughts are bound
|
||||
Distorting reality.
|
||||
|
||||
Slowly escaping
|
||||
This carnage in making
|
||||
So don't look back for me.
|
||||
|
||||
Sometimes we take it all.
|
||||
Nothing stands in our way.
|
||||
We have to fight and crawl
|
||||
To die another day.
|
||||
|
||||
Die another day.
|
||||
Die another day.
|
||||
|
||||
Hello, are you there?
|
||||
How come won't you listen?
|
||||
I really don't care.
|
||||
I really don't care.
|
||||
|
||||
Slowly escaping
|
||||
This wreckage in making
|
||||
Nothing will be the same.
|
||||
So don't look back for me.
|
||||
|
||||
Sometimes we take it all.
|
||||
Nothing stands in our way.
|
||||
We have to fight and crawl
|
||||
To die another day.
|
||||
|
||||
Sometimes we take it all.
|
||||
Nothing stands in our way.
|
||||
We have to fight and crawl
|
||||
To die another day.
|
||||
@@ -1,53 +0,0 @@
|
||||
[Verse 1]
|
||||
Feelings you see.
|
||||
Are so hard to believe.
|
||||
All the chaos I have in my heart.
|
||||
Devils I make and the love can relate.
|
||||
All the solace inside tears me up.
|
||||
|
||||
Take me away!
|
||||
Set me on fire!
|
||||
There's no other way!
|
||||
|
||||
[Chorus]
|
||||
Give me a reason 'cause I got nothing to gain.
|
||||
So what are we doing now?
|
||||
Feeling complacent, I cannot be contained.
|
||||
I'm so lost and lonely now.
|
||||
|
||||
[Verse 2]
|
||||
We've been deceived.
|
||||
It's so easy for me.
|
||||
'Cause the loathing I've had from the start.
|
||||
Evil disease all the hatred it breathes.
|
||||
As I'm down on my knees torn apart.
|
||||
|
||||
Take me away!
|
||||
Set me on fire!
|
||||
There's no other way!
|
||||
|
||||
[Chorus]
|
||||
Give me a reason 'cause I got nothing to gain.
|
||||
So what are we doing now?
|
||||
Feeling complacent, I cannot be contained.
|
||||
I'm so lost and lonely now.
|
||||
|
||||
Where do I run!?
|
||||
Where do I hide!?
|
||||
Give me a reason to end my life!
|
||||
|
||||
Where do I run!?
|
||||
Where do I hide!?
|
||||
Give me a reason to get out alive!
|
||||
|
||||
[Chorus]
|
||||
Give me a reason 'cause I got nothing to gain.
|
||||
So what are we doing now?
|
||||
Feeling complacent, I cannot be contained.
|
||||
I'm so lost and lonely now.
|
||||
|
||||
Give me a reason 'cause I got nothing to gain.
|
||||
So what am I doing now?
|
||||
(What am I doing now?)
|
||||
Feeling complacent I cannot be contained.
|
||||
I'm so lost and lonely now.
|
||||
@@ -1,52 +0,0 @@
|
||||
Wake up
|
||||
It's almost over
|
||||
Something is taking me
|
||||
Everytime I'm up it kills me
|
||||
With day to day
|
||||
Shockwaves shatter me
|
||||
|
||||
I don't beg in security
|
||||
Get up and
|
||||
Don't look back now
|
||||
Don't look back now
|
||||
|
||||
We ride a dying star
|
||||
Across a burning sea
|
||||
We're like a supernova now
|
||||
The fire is burning in me
|
||||
MASS HYSTERIA, MASS HYSTERIA
|
||||
|
||||
Giving up
|
||||
I won't stop fighting
|
||||
Bring it on, it wont phase me
|
||||
Everytime it makes me stronger
|
||||
With day to day
|
||||
Shockwaves shatter me
|
||||
|
||||
I don't beg in security
|
||||
Get up and don't look back now
|
||||
Don't look back now
|
||||
|
||||
We ride a dying star
|
||||
Across a burning sea
|
||||
We're like a supernova now
|
||||
The fire is burning in me
|
||||
MASS HYSTERIA, MASS HYSTERIA
|
||||
MASS HYSTERIA, MASS HYSTERIA
|
||||
|
||||
Go on day to day
|
||||
Stirring up the happy sorrow
|
||||
Why does life got be this way?
|
||||
Everytime I'm up it kills me
|
||||
Somewhere deep, responding change
|
||||
Manipulation rampant all around
|
||||
Dark all these days
|
||||
Calling on something to follow
|
||||
|
||||
Mass hysteria (Mass hysteria)
|
||||
We ride a dying star
|
||||
Across a burning sea
|
||||
We're like a supernova now
|
||||
The fire is burning in me
|
||||
MASS HYSTERIA, MASS HYSTERIA
|
||||
MASS HYSTERIA, MASS HYSTERIA
|
||||
@@ -1,65 +0,0 @@
|
||||
I'll never love again...
|
||||
|
||||
I won't ever have to pretend...
|
||||
|
||||
I'm never gonna love again...
|
||||
|
||||
[Verse 1:]
|
||||
I don't ever wanna have to try.
|
||||
Though I lie, It never flies.
|
||||
I don't ever wanna have to die.
|
||||
But deep inside, The death it hides.
|
||||
And I never wanna clarify and justify so I run and hide.
|
||||
And I never wanna signify so I pacify all the hate inside.
|
||||
|
||||
[Chorus:]
|
||||
(No)
|
||||
I'll never love again.
|
||||
(No)
|
||||
I won't ever have to pretend.
|
||||
(No)
|
||||
I'm never gonna love again.
|
||||
Never gonna have to try to pretend.
|
||||
Never, never, never.
|
||||
|
||||
[Verse 2:]
|
||||
I don't ever wanna satisfy,
|
||||
'Cause things inside are doing fine.
|
||||
I don't ever want to multiply,
|
||||
'Cause deep inside I'm not qualified.
|
||||
And I never wanna clarify and justify so I run and hide.
|
||||
And I never wanna signify so I pacify all the hate inside.
|
||||
|
||||
[Chorus:]
|
||||
(No)
|
||||
I'll never love again.
|
||||
(No)
|
||||
I won't ever have to pretend.
|
||||
(No)
|
||||
I'm never gonna love again.
|
||||
Never gonna have to try to pretend.
|
||||
Never, never, never.
|
||||
|
||||
I'll never love again...
|
||||
|
||||
I'm never gonna love again...
|
||||
|
||||
Never, never...
|
||||
|
||||
[Chorus:]
|
||||
(No)
|
||||
I'll never love again.
|
||||
(No)
|
||||
I won't ever have to pretend.
|
||||
(No)
|
||||
I'm never gonna love again.
|
||||
Never gonna have to try to pretend.
|
||||
Never, never, never.
|
||||
(No)
|
||||
Never, never, never.
|
||||
(No)
|
||||
Never, never, never.
|
||||
(No)
|
||||
I'm never gonna love again.
|
||||
Never gonna have to try to pretend.
|
||||
Never, never, never.
|
||||
@@ -1,55 +0,0 @@
|
||||
How come, what’s wrong with you?
|
||||
Darling faces often with frowns
|
||||
Let’s do what devils do
|
||||
Hang each other when no one’s around
|
||||
Why can’t I torture you?
|
||||
Giving, then you take it away
|
||||
The little things you do
|
||||
Simply, I love your evil ways
|
||||
Your ways, your ways, your ways
|
||||
|
||||
Prey for me, I think I owe you an apology
|
||||
Somehow you bring the violence out in me
|
||||
I’m just a shell of what I used to be
|
||||
Passion is sometimes a fucked up thing for me
|
||||
|
||||
This fire has followed you
|
||||
Nothing’s left, you’re dead on the ground
|
||||
How can I covet you?
|
||||
Give you hell and you can’t rebound
|
||||
My soul infected you
|
||||
Blackened thoughts
|
||||
They run through your head
|
||||
The little things you do
|
||||
Simply, I wish you were dead
|
||||
Were dead, were dead, were dead
|
||||
|
||||
Prey for me, I think I owe you an apology
|
||||
Somehow you bring the violence out in me
|
||||
I’m just a shell of what I used to be
|
||||
Passion is sometimes a fucked up thing for me
|
||||
(Prey for me) I think I owe you an apology
|
||||
(Prey for me) Somehow you bring the violence out in me
|
||||
(Prey for me) I’m just a shell of what I used to be
|
||||
Passion is sometimes a fucked up thing for me
|
||||
|
||||
Good bye, so long
|
||||
Wish I could stay
|
||||
But everything is all wrong
|
||||
Good bye, so long
|
||||
Wish I could stay
|
||||
But everything is all wrong
|
||||
|
||||
Everything is all WRONG!
|
||||
Everything WRONG!
|
||||
WRONG!
|
||||
Everything WRONG!
|
||||
|
||||
Prey for me, I think I owe you an apology
|
||||
Somehow you bring the violence out in me
|
||||
I’m just a shell of what I used to be
|
||||
Passion is sometimes a fucked up thing for me
|
||||
(Prey for me) I think I owe you an apology
|
||||
(Prey for me) Somehow you bring the violence out in me
|
||||
(Prey for me) I’m just a shell of what I used to be
|
||||
Passion is sometimes a fucked up thing for me
|
||||
@@ -1,39 +0,0 @@
|
||||
[Verse 1]
|
||||
I wouldn't be angry if you'd just fucking cry
|
||||
Your tears would arouse me, refreshing my supply
|
||||
The suffering is fading, I scream into the sky
|
||||
Repulsion invades me, I say goodbye
|
||||
|
||||
[Chorus 1]
|
||||
Digging deep inside of me
|
||||
Getting past this agony
|
||||
I can't seem to get away
|
||||
Another day rotting in vain
|
||||
|
||||
[Verse 2]
|
||||
I wouldn't be angry if things would stay the same
|
||||
You're fighting the torment that helps me feed my pain
|
||||
The suffering is fading, I scream into the sky
|
||||
Repulsion invades me, I say goodbye
|
||||
|
||||
[Chorus 2]
|
||||
Digging deep inside of me
|
||||
Getting past this agony
|
||||
I can't seem to get away
|
||||
Another day rotting in…
|
||||
|
||||
[Bridge]
|
||||
I can't hear this (scat singing)
|
||||
I can't fuck it (scat singing)
|
||||
I can't take this (scat singing)
|
||||
I hate (scat singing)
|
||||
|
||||
[Chorus 3]
|
||||
Digging deep inside of me
|
||||
Getting past this agony
|
||||
I can't seem to get away
|
||||
Another day rotting in…
|
||||
Digging deep inside of me
|
||||
Getting past this agony
|
||||
I can't seem to get away
|
||||
Another day rotting in vain
|
||||
@@ -1,72 +0,0 @@
|
||||
We are the ones taking all the pain
|
||||
Falling on our faces
|
||||
They don’t care anyway
|
||||
Anyway, now
|
||||
You’re the one that makes me feel like I’m alive
|
||||
You’re the one that pushes me all the time
|
||||
All the time, now
|
||||
|
||||
We are hard and grey
|
||||
Always fate, to do what they say
|
||||
Calling me deranged
|
||||
Feeling power, I must take its place some way
|
||||
|
||||
Never gonna run away
|
||||
Seeking out the path
|
||||
But the pain always gets in the way
|
||||
Slowly watch me die
|
||||
I’m insane, so dangerous
|
||||
Don’t you dare get in my way
|
||||
Throwing in the towel
|
||||
Got me strained, so betrayed
|
||||
Get the fuck out of my way
|
||||
Looking at my thoughts, I take my time
|
||||
Pounding all these spikes in my veins
|
||||
|
||||
We are the ones reaching out in vain
|
||||
Trying to solve our problems
|
||||
They won’t go away, go away now
|
||||
You’re the one that makes me feel like I’m alive
|
||||
You’re the one that pushes me all the time
|
||||
All the time, now
|
||||
|
||||
We are hard and grey
|
||||
Always fate to do what they say
|
||||
Calling me deranged
|
||||
Feeling power, I must take its place some way
|
||||
|
||||
Never gonna run away
|
||||
Seeking out my path
|
||||
But the pain always gets in the way
|
||||
Slowly watch me die
|
||||
I’m insane, so dangerous
|
||||
Don’t you dare get in my way
|
||||
Throwing in the towel
|
||||
Got me strained, so betrayed
|
||||
Get the fuck out of my way
|
||||
Looking at my thoughts, I take my time
|
||||
Pounding all these spikes in my veins
|
||||
|
||||
Pounding all these spikes in my veins
|
||||
Pounding all these spikes in my veins
|
||||
Pounding all these spikes in my veins
|
||||
|
||||
Never gonna run away
|
||||
Seeking out my path
|
||||
But the pain always gets in the way
|
||||
Slowly watch me die
|
||||
I’m insane, so dangerous
|
||||
Don’t you dare get in my way
|
||||
Throwing in the towel
|
||||
Got me strained, so betrayed
|
||||
Get the fuck out of my way
|
||||
Looking at my thoughts, I take my time
|
||||
Pounding all these spikes in my veins
|
||||
|
||||
Pounding all these spikes in my veins
|
||||
Pounding all these spikes in my veins
|
||||
Pounding all these spikes in my veins
|
||||
Pounding all these spikes in my veins
|
||||
Pounding all these spikes in my veins
|
||||
Looking at my thoughts, I take my time
|
||||
Pounding all these spikes in my veins
|
||||
@@ -1,52 +0,0 @@
|
||||
It looks like it's about to begin.
|
||||
I'm lying down in a pool of sin now.
|
||||
So why does it feel so good within?
|
||||
Letting go, giving in!
|
||||
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Go away and never come back!
|
||||
|
||||
I'm gonna cry to dive right in.
|
||||
I'm gonna fight until I win now.
|
||||
I'm running down in a pool of sin.
|
||||
Letting go, giving in!
|
||||
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Go away and never come back!
|
||||
|
||||
Never come back!
|
||||
Never come back!
|
||||
Go away and never come back!
|
||||
|
||||
Go away!
|
||||
Go away!
|
||||
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Tell me what you want?
|
||||
Tell me what you want?
|
||||
Fuck you go away!
|
||||
Go away and never come back!
|
||||
|
||||
Never come back!
|
||||
Never come back!
|
||||
@@ -1,54 +0,0 @@
|
||||
Sometimes things get in the way
|
||||
My thoughts I cannot convey
|
||||
It’s all pointing straight at you
|
||||
We hate loving everyday
|
||||
Our lives, twirled in every way
|
||||
I give it all back to you
|
||||
|
||||
I can’t help this going down
|
||||
|
||||
I can’t take this
|
||||
All my life is reckless
|
||||
All our lives are dangerous
|
||||
But we fake our way through
|
||||
That’s what we do, We do
|
||||
|
||||
Sometimes things won’t go away
|
||||
In turn, you just run away
|
||||
It’s all coming back for you
|
||||
Betrayed, life is in decay
|
||||
Your thoughts you cannot obey
|
||||
Right now, whatcha gonna do
|
||||
|
||||
I can’t help this going down
|
||||
|
||||
I can’t take this
|
||||
All my life is reckless
|
||||
All our lives are dangerous
|
||||
But we fake our way through
|
||||
That’s what we do
|
||||
We do, we do, we do
|
||||
We do, we do, we do
|
||||
We do, we do, we do
|
||||
|
||||
I hear the calling of the helpless stranger
|
||||
He’s all alone and no one gets his anger
|
||||
I feel this pain everytime I’m here with you, with you
|
||||
All the heartache and the fucked up insults
|
||||
I find you begging on your knees, I figured
|
||||
This is how it’s supposed to be with you, with you
|
||||
|
||||
I can’t wait for your lies to be broken down
|
||||
I gave you hell
|
||||
|
||||
I can't take this
|
||||
All my life is reckless
|
||||
All our lives are dangerous
|
||||
But we fake our way through
|
||||
That’s what we do
|
||||
|
||||
I can’t take this
|
||||
All my life is reckless
|
||||
All our lives are dangerous
|
||||
But we fake our way through
|
||||
That’s what we do
|
||||
-42
@@ -1,42 +0,0 @@
|
||||
Don't wanna be sly and defile you
|
||||
Desecrate my mind and rely on you
|
||||
I just wanna break this crown
|
||||
But it's hard when I'm so run down
|
||||
|
||||
And you're so cynical, Narcissistic Cannibal
|
||||
Got to bring myself back from the dead
|
||||
|
||||
Sometimes, I hate, the life I made
|
||||
Everything is wrong every time
|
||||
Pushing on I can't escape
|
||||
Everything that comes my way
|
||||
Is haunting me taking its sweet time
|
||||
|
||||
Holding on I'm lost in a haze
|
||||
Fighting life to the end of my days
|
||||
|
||||
Don't wanna be rude but I have to
|
||||
Nothing's good about the hell you put me through
|
||||
I just need to look around
|
||||
See that life that has come unbound
|
||||
|
||||
And you're so cynical, Narcissistic Cannibal
|
||||
Got to bring myself back from the dead
|
||||
|
||||
Sometimes, I hate, the life I made
|
||||
Everything is wrong every time
|
||||
Pushing on I can't escape
|
||||
Everything that comes my way
|
||||
Is haunting me taking its sweet time
|
||||
|
||||
Sometimes, I hate, the life I made
|
||||
Everything is wrong every time
|
||||
Pushing on I can't escape
|
||||
Everything that comes my way
|
||||
Is haunting me taking its sweet time
|
||||
|
||||
Holding on I'm lost in a haze
|
||||
Fighting life to the end of my days
|
||||
|
||||
Holding on I'm lost in a haze
|
||||
Fighting life to the end of my days
|
||||
@@ -1,81 +0,0 @@
|
||||
[Mike Shinoda:]
|
||||
I watch how the moon sits in the sky in the dark night
|
||||
Shining with the light from the sun
|
||||
And the sun doesn't give light to the moon assuming
|
||||
The moon's gonna owe it one
|
||||
|
||||
It makes me think of how you act for me
|
||||
You do favors and then rapidly
|
||||
Just turn around and start asking me
|
||||
About things that you want back from me
|
||||
|
||||
I'm sick of the tension, sick of the hunger
|
||||
Sick of you acting like I owe you this
|
||||
Find another place to feed your greed
|
||||
While I find a place to rest
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
I wanna be in another place
|
||||
I hate when you say you don't understand
|
||||
(You'll see it's not meant to be)
|
||||
I wanna be in the energy,
|
||||
Not with the enemy
|
||||
A place for my head
|
||||
|
||||
[Mike Shinoda:]
|
||||
Maybe someday I'll be just like you
|
||||
And step on people like you do
|
||||
And run away of the people I thought I knew
|
||||
I remember back then who you were
|
||||
|
||||
You used to be calm, used to be strong
|
||||
Used to be generous but you should've known
|
||||
That you'd wear out your welcome
|
||||
And now you see how quiet it is, all alone
|
||||
|
||||
[Mike Shinoda and Chester Bennington:]
|
||||
I'm so sick of the tension, sick of the hunger
|
||||
Sick of you acting like I owe you this
|
||||
Find another place to feed your greed
|
||||
While I find a place to rest
|
||||
|
||||
I'm so sick of the tension, sick of the hunger
|
||||
Sick of you acting like I owe you this
|
||||
Find another place to feed your greed
|
||||
While I find a place to rest
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
I wanna be in another place
|
||||
I hate when you say you don't understand
|
||||
(You'll see it's not meant to be)
|
||||
I wanna be in the energy,
|
||||
Not with the enemy
|
||||
A place for my head
|
||||
|
||||
[Chester Bennington 8x:]
|
||||
You try to take the best of me
|
||||
Go away
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
I wanna be in another place
|
||||
I hate when you say you don't understand
|
||||
(You'll see it's not meant to be)
|
||||
I wanna be in the energy,
|
||||
Not with the enemy
|
||||
A place for my head
|
||||
|
||||
[Chester Bennington:]
|
||||
Stay a—way!
|
||||
|
||||
[Mike Shinoda (Chester Bennington):]
|
||||
I'm so sick of the tension (stay)
|
||||
Sick of the hunger
|
||||
Sick of you acting like I owe you this
|
||||
Find another place to feed your greed (a—)
|
||||
While I find a place to rest
|
||||
|
||||
I'm so sick of the tension (—way)
|
||||
Sick of the hunger
|
||||
Sick of you acting like I owe you this
|
||||
Find another place to feed your greed (stay away from me)
|
||||
While I find a place to rest
|
||||
@@ -1,58 +0,0 @@
|
||||
I got a long way to go
|
||||
And a long memory
|
||||
I been searching for an answer
|
||||
Always just out of reach
|
||||
Blood on the floor
|
||||
Sirens repeat
|
||||
I been searching for the courage
|
||||
To face my enemies
|
||||
|
||||
When they turn down the lights
|
||||
|
||||
I hear my battle symphony
|
||||
All the world in front of me
|
||||
If my armor breaks
|
||||
I'll fuse it back together
|
||||
Battle symphony
|
||||
Please just don't give up on me
|
||||
And my eyes are wide awake
|
||||
|
||||
For my battle symphony
|
||||
For my battle symphony
|
||||
|
||||
They say that I don't belong
|
||||
Say that I should retreat
|
||||
That I'm marching to the rhythm
|
||||
Of a lonesome defeat
|
||||
But the sound of your voice
|
||||
Puts the pain in reverse
|
||||
No surrender, no illusions
|
||||
And for better or worse
|
||||
|
||||
When they turn down the lights
|
||||
|
||||
I hear my battle symphony
|
||||
All the world in front of me
|
||||
If my armor breaks
|
||||
I'll fuse it back together
|
||||
Battle symphony
|
||||
Please just don't give up on me
|
||||
And my eyes are wide awake
|
||||
|
||||
If I fall, get knocked down
|
||||
Pick myself up off the ground
|
||||
If I fall, get knocked down
|
||||
Pick myself up off the ground
|
||||
|
||||
When they turn down the lights
|
||||
|
||||
I hear my battle symphony
|
||||
All the world in front of me
|
||||
If my armor breaks
|
||||
I'll fuse it back together
|
||||
Battle symphony
|
||||
Please just don't give up on me
|
||||
And my eyes are wide awake
|
||||
|
||||
For my battle symphony
|
||||
For my battle symphony
|
||||
@@ -1,91 +0,0 @@
|
||||
[Mike Shinoda:]
|
||||
What do I do to ignore them behind me?
|
||||
Do I follow my instincts blindly?
|
||||
Do I hide my pride from these bad dreams?
|
||||
And give in to sad thoughts that are maddening?
|
||||
|
||||
Do I sit here and try to stand it,
|
||||
Or do I try to catch them red-handed?
|
||||
Do I trust some and get fooled by phoniness,
|
||||
Or do I trust nobody and live in loneliness?
|
||||
|
||||
Because I can't hold on when I'm stretched so thin
|
||||
I make the right moves but I'm lost within
|
||||
I put on my daily façade but then
|
||||
I just end up getting hurt again by myself
|
||||
|
||||
[Mike Shinoda (Chester Bennington):]
|
||||
(myself)
|
||||
I ask why
|
||||
(but in my mind I find)
|
||||
I can't rely on myself
|
||||
(myself)
|
||||
I ask why
|
||||
(but in my mind I find)
|
||||
I can't rely on myself
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
I can't hold on
|
||||
(to what I want when I'm stretched so thin)
|
||||
It's all too much to take in
|
||||
I can't hold on
|
||||
(to anything watching everything spin)
|
||||
With thoughts of failure sinking in
|
||||
|
||||
[Mike Shinoda:]
|
||||
If I turn my back I'm defenseless
|
||||
And to go blindly seems senseless
|
||||
If I hide my pride and let it all go on
|
||||
Then they'll take from me 'til everything is gone
|
||||
|
||||
If I let them go I'll be outdone
|
||||
But if I try to catch them I'll be outrun
|
||||
If I'm killed by the questions like a cancer
|
||||
Then I'll be buried in the silence of the answer by myself
|
||||
|
||||
[Mike Shinoda (Chester Bennington):]
|
||||
(myself)
|
||||
I ask why
|
||||
(but in my mind I find)
|
||||
I can't rely on myself
|
||||
(myself)
|
||||
I ask why
|
||||
(but in my mind I find)
|
||||
I can't rely on myself
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
I can't hold on
|
||||
(to what I want when I'm stretched so thin)
|
||||
It's all too much to take in
|
||||
I can't hold on
|
||||
(to anything watching everything spin)
|
||||
With thoughts of failure sinking in
|
||||
|
||||
[Mike Shinoda:]
|
||||
How do you think I've lost so much?
|
||||
I'm so afraid that I'm out of touch
|
||||
How do you expect I will know what to do
|
||||
When all I know is what you tell me to?
|
||||
|
||||
[Mike Shinoda (Chester Bennington):]
|
||||
Don't you (know)
|
||||
I can't tell you how to make it (go)
|
||||
No matter what I do, how hard I (try)
|
||||
I can't seem to convince myself (why)
|
||||
I'm stuck on the outside
|
||||
[2x]
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
I can't hold on
|
||||
(to what I want when I'm stretched so thin)
|
||||
It's all too much to take in
|
||||
I can't hold on
|
||||
(to anything watching everything spin)
|
||||
With thoughts of failure sinking in
|
||||
|
||||
I can't hold on
|
||||
(to what I want when I'm stretched so thin)
|
||||
It's all too much to take in
|
||||
I can't hold on
|
||||
(to anything watching everything spin)
|
||||
With thoughts of failure sinking in
|
||||
@@ -1,50 +0,0 @@
|
||||
[Chester Bennington:]
|
||||
Crawling in my skin
|
||||
These wounds they will not heal
|
||||
Fear is how I fall
|
||||
Confusing what is real
|
||||
|
||||
There's something inside me that pulls beneath the surface
|
||||
Consuming confusing
|
||||
This lack of self-control I fear is never ending
|
||||
Controlling I can't seem
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
To find myself again
|
||||
My walls are closing in
|
||||
(Without a sense of confidence and I'm convinced that there's just too much pressure to take)
|
||||
I've felt this way before
|
||||
So insecure
|
||||
|
||||
[Chester Bennington:]
|
||||
Crawling in my skin
|
||||
These wounds they will not heal
|
||||
Fear is how I fall
|
||||
Confusing what is real
|
||||
|
||||
Discomfort endlessly has pulled itself upon me
|
||||
Distracting reacting
|
||||
Against my will I stand beside my own reflection
|
||||
It's haunting how I can't seem
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
To find myself again
|
||||
My walls are closing in
|
||||
(Without a sense of confidence and I'm convinced that there's just too much pressure to take)
|
||||
I've felt this way before
|
||||
So insecure
|
||||
|
||||
Crawling in my skin
|
||||
These wounds they will not heal
|
||||
Fear is how I fall
|
||||
Confusing what is real
|
||||
|
||||
Crawling in my skin
|
||||
These wounds they will not heal
|
||||
Fear is how I fall
|
||||
Confusing confusing what is real
|
||||
|
||||
There's something inside me that pulls beneath the surface consuming
|
||||
Confusing what is real
|
||||
This lack of self-control I fear is never ending controlling
|
||||
Confusing what is real
|
||||
@@ -1,95 +0,0 @@
|
||||
[Chester Bennington:]
|
||||
It starts with one
|
||||
[Mike Shinoda:]
|
||||
One thing I don't know why
|
||||
It doesn't even matter how hard you try
|
||||
Keep that in mind, I designed this rhyme
|
||||
To explain in due time
|
||||
|
||||
[Chester Bennington:]
|
||||
All I know
|
||||
[Mike Shinoda:] Time is a valuable thing
|
||||
Watch it fly by as the pendulum swings
|
||||
Watch it count down to the end of the day
|
||||
The clock ticks life away
|
||||
|
||||
[Chester Bennington:]
|
||||
It's so unreal
|
||||
[Mike Shinoda:]
|
||||
It's so unreal, didn't look out below
|
||||
Watch the time go right out the window
|
||||
Trying to hold on, but didn't even know
|
||||
I wasted it all just to watch you go
|
||||
|
||||
[Chester Bennington:]
|
||||
Watch you go
|
||||
[Mike Shinoda:]
|
||||
I kept everything inside and even though I tried, it all fell apart
|
||||
What it meant to me will eventually be a memory of a time when I tried so hard
|
||||
|
||||
[Chester Bennington:]
|
||||
I tried so hard
|
||||
And got so far
|
||||
But in the end
|
||||
It doesn't even matter
|
||||
I had to fall
|
||||
To lose it all
|
||||
But in the end
|
||||
It doesn't even matter
|
||||
|
||||
[Mike Shinoda:]
|
||||
One thing, I don't know why
|
||||
It doesn't even matter how hard you try
|
||||
Keep that in mind, I designed this rhyme
|
||||
To remind myself how I tried so hard
|
||||
|
||||
[Chester Bennington:]
|
||||
I tried so hard
|
||||
[Mike Shinoda:]
|
||||
In spite of the way you were mocking me
|
||||
Acting like I was part of your property
|
||||
Remembering all the times you fought with me
|
||||
I'm surprised it got so far
|
||||
|
||||
[Chester Bennington:]
|
||||
Got so far
|
||||
[Mike Shinoda:]
|
||||
Things aren't the way they were before
|
||||
You wouldn't even recognize me anymore
|
||||
Not that you knew me back then
|
||||
But it all comes back to me in the end
|
||||
|
||||
[Chester Bennington:]
|
||||
In the end
|
||||
[Mike Shinoda:]
|
||||
You kept everything inside and even though I tried, it all fell apart
|
||||
What it meant to me will eventually be a memory of a time when I tried so hard
|
||||
|
||||
[Chester Bennington:]
|
||||
I tried so hard
|
||||
And got so far
|
||||
But in the end
|
||||
It doesn't even matter
|
||||
I had to fall
|
||||
To lose it all
|
||||
But in the end
|
||||
It doesn't even matter
|
||||
|
||||
I've put my trust in you
|
||||
Pushed as far as I can go
|
||||
For all this
|
||||
There's only one thing you should know
|
||||
|
||||
I've put my trust in you
|
||||
Pushed as far as I can go
|
||||
For all this
|
||||
There's only one thing you should know
|
||||
|
||||
I tried so hard
|
||||
And got so far
|
||||
But in the end
|
||||
It doesn't even matter
|
||||
I had to fall
|
||||
To lose it all
|
||||
But in the end
|
||||
It doesn't even matter
|
||||
@@ -1,55 +0,0 @@
|
||||
I remembered black skies
|
||||
The lightning all around me
|
||||
I remembered each flash
|
||||
As time began to blur
|
||||
Like a startling sign
|
||||
That fate had finally found me
|
||||
And your voice was all I heard
|
||||
That I get what I deserve
|
||||
|
||||
So give me reason
|
||||
To prove me wrong
|
||||
To wash this memory clean
|
||||
Let the floods cross
|
||||
The distance in your eyes
|
||||
Give me reason
|
||||
To fill this hole
|
||||
Connect this space between
|
||||
Let it be enough to reach the truth that lies
|
||||
Across this new divide
|
||||
|
||||
There was nothing in sight
|
||||
But memories left abandoned
|
||||
There was nowhere to hide
|
||||
The ashes fell like snow
|
||||
And the ground caved in
|
||||
Between where we were standing
|
||||
And your voice was all I heard
|
||||
That I get what I deserve
|
||||
|
||||
So give me reason
|
||||
To prove me wrong
|
||||
To wash this memory clean
|
||||
Let the floods cross
|
||||
The distance in your eyes
|
||||
Across this new divide
|
||||
|
||||
In every loss in every lie
|
||||
In every truth that you'd deny
|
||||
And each regret and each goodbye
|
||||
Was a mistake too great to hide
|
||||
And your voice was all I heard
|
||||
That I get what I deserve
|
||||
|
||||
So give me reason
|
||||
To prove me wrong
|
||||
To wash this memory clean
|
||||
Let the floods cross
|
||||
The distance in your eyes
|
||||
Give me reason
|
||||
To fill this hole
|
||||
Connect this space between
|
||||
Let it be enough to reach the truth that lies
|
||||
Across this new divide
|
||||
Across this new divide
|
||||
Across this new divide
|
||||
@@ -1,60 +0,0 @@
|
||||
[Chester Bennington:]
|
||||
I cannot take this anymore
|
||||
Saying everything I've said before
|
||||
All these words: they make no sense
|
||||
I find bliss in ignorance
|
||||
Less I hear the less you'll say
|
||||
You'll find that out anyway
|
||||
|
||||
Just like before...
|
||||
|
||||
Everything you say to me
|
||||
Takes me one step closer to the edge
|
||||
And I'm about to break
|
||||
I need a little room to breathe
|
||||
'Cause I'm one step closer to the edge
|
||||
I'm about to break
|
||||
|
||||
I find the answers aren't so clear
|
||||
Wish I could find a way to disappear
|
||||
All these thoughts: they make no sense
|
||||
I find bliss in ignorance
|
||||
Nothing seems to go away
|
||||
Over and over again
|
||||
|
||||
Just like before...
|
||||
|
||||
Everything you say to me
|
||||
Takes me one step closer to the edge
|
||||
And I'm about to break
|
||||
I need a little room to breathe
|
||||
'Cause I'm one step closer to the edge
|
||||
I'm about to break
|
||||
|
||||
Everything you say to me
|
||||
Takes me one step closer to the edge
|
||||
And I'm about to break
|
||||
I need a little room to breathe
|
||||
'Cause I'm one step closer to the edge
|
||||
And I'm about to... break!
|
||||
|
||||
Shut up when I'm talking to you
|
||||
Shut up, shut up, shut up
|
||||
Shut up when I'm talking to you
|
||||
Shut up, shut up, shut up, shut up
|
||||
I'm about to break!
|
||||
|
||||
Everything you say to me
|
||||
Takes me one step closer to the edge
|
||||
And I'm about to break
|
||||
I need a little room to breathe
|
||||
'Cause I'm one step closer to the edge
|
||||
I'm about to break
|
||||
|
||||
Everything you say to me
|
||||
Takes me one step closer to the edge
|
||||
And I'm about to break
|
||||
I need a little room to breathe
|
||||
'Cause I'm one step closer to the edge
|
||||
And I'm about to...
|
||||
Break!
|
||||
@@ -1,84 +0,0 @@
|
||||
[Mike Shinoda and Chester Bennington:]
|
||||
Why does it feel like night today?
|
||||
Something in here's not right today.
|
||||
Why am I so uptight today?
|
||||
Paranoia's all I got left
|
||||
|
||||
I don't know what stressed me first
|
||||
Or how the pressure was fed
|
||||
But I know just what it feels like
|
||||
To have a voice in the back of my head
|
||||
|
||||
Like a face that I hold inside
|
||||
A face that awakes when I close my eyes
|
||||
A face that watches every time I lie
|
||||
A face that laughs every time I fall
|
||||
(And watches everything)
|
||||
|
||||
So I know that when it's time to sink or swim
|
||||
That the face inside is here in me
|
||||
Right underneath my skin
|
||||
|
||||
[Chester Bennington:]
|
||||
It's like I'm paranoid lookin' over my back
|
||||
It's like a whirlwind inside of my head
|
||||
It's like I can't stop what I'm hearing within
|
||||
It's like the face inside is right beneath my skin
|
||||
|
||||
[Mike Shinoda and Chester Bennington:]
|
||||
I know I've got a face in me
|
||||
Points out all my mistakes to me
|
||||
You've got a face on the inside too
|
||||
Your paranoia's probably worse
|
||||
|
||||
I don't know what set me off first
|
||||
But I know what I can't stand
|
||||
Everybody acts like the fact of the matter
|
||||
Is I can't add up to what you can
|
||||
|
||||
But everybody has a face that they hold inside
|
||||
A face that awakes when I close my eyes
|
||||
A face that watches every time they lie
|
||||
A face that laughs every time they fall
|
||||
(And watches everything)
|
||||
|
||||
So you know that when it's time to sink or swim
|
||||
That the face inside is watching you too
|
||||
Right inside your skin
|
||||
|
||||
[Chester Bennington:]
|
||||
It's like I'm paranoid lookin' over my back
|
||||
It's like a whirlwind inside of my head
|
||||
It's like I can't stop what I'm hearing within
|
||||
It's like the face inside is right beneath the skin
|
||||
|
||||
It's like I'm paranoid lookin' over my back
|
||||
It's like a whirlwind inside of my head
|
||||
It's like I can't stop what I'm hearing within
|
||||
It's like the face inside is right beneath my skin
|
||||
|
||||
[Mike Shinoda:]
|
||||
The face inside is right beneath the skin [3x]
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
The sun goes down
|
||||
I feel the light betray me
|
||||
The sun goes down
|
||||
I feel the light betray me
|
||||
|
||||
The sun
|
||||
(It's like I'm paranoid lookin' over my back)
|
||||
(It's like a whirlwind inside of my head)
|
||||
(It's like I can't stop what I'm hearing within)
|
||||
(It's like the face inside is right beneath the skin)
|
||||
I feel the light betray me
|
||||
|
||||
The sun
|
||||
(It's like I'm paranoid lookin' over my back)
|
||||
(It's like a whirlwind inside of my head)
|
||||
(It's like I can't stop what I'm hearing within)
|
||||
(It's like I can't stop what I'm hearing within)
|
||||
I feel the light betray me
|
||||
(It's like I can't stop what I'm hearing within)
|
||||
The sun
|
||||
(It's like the face inside is right beneath my skin)
|
||||
@@ -1,82 +0,0 @@
|
||||
[Mike Shinoda:]
|
||||
Forfeit the game
|
||||
Before somebody else
|
||||
Takes you outta the frame
|
||||
And puts your name to shame
|
||||
Cover up your face
|
||||
You can't run the race
|
||||
The pace is too fast
|
||||
You just won't last
|
||||
|
||||
[Chester Bennington:]
|
||||
You love the way I look at you
|
||||
While taking pleasure in the awful things you put me through
|
||||
You take away if I give in
|
||||
My life
|
||||
My pride is broken
|
||||
|
||||
You like to think you're never wrong
|
||||
(You live what you've learned)
|
||||
You have to act like you're someone
|
||||
(You live what you've learned)
|
||||
You want someone to hurt like you
|
||||
(You live what you've learned)
|
||||
You want to share what you've been through
|
||||
(You live what you've learned)
|
||||
|
||||
You love the things I say I'll do
|
||||
The way I hurt myself again just to get back at you
|
||||
You take away when I give in
|
||||
My life
|
||||
My pride is broken
|
||||
|
||||
You like to think you're never wrong
|
||||
(You live what you've learned)
|
||||
You have to act like you're someone
|
||||
(You live what you've learned)
|
||||
You want someone to hurt like you
|
||||
(You live what you've learned)
|
||||
You want to share what you've been through
|
||||
(You live what you've learned)
|
||||
|
||||
[Mike Shinoda:]
|
||||
Forfeit the game
|
||||
Before somebody else
|
||||
Takes you outta the frame
|
||||
And puts your name to shame
|
||||
Cover up your face
|
||||
You can't run the race
|
||||
The pace is too fast
|
||||
You just won't last
|
||||
|
||||
Forfeit the game
|
||||
Before somebody else
|
||||
Takes you outta the frame
|
||||
And puts your name to shame
|
||||
Cover up your face
|
||||
You can't run the race
|
||||
The pace is too fast
|
||||
You just won't last
|
||||
|
||||
[Chester Bennington:]
|
||||
You like to think you're never wrong
|
||||
(You live what you've learned)
|
||||
You have to act like you're someone
|
||||
(You live what you've learned)
|
||||
You want someone to hurt like you
|
||||
(You live what you've learned)
|
||||
You want to share what you've been through
|
||||
(You live what you've learned)
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
You like to think you're never wrong
|
||||
(Forfeit the game)
|
||||
You live what you've learned
|
||||
You have to act like you're someone
|
||||
(Forfeit the game)
|
||||
You live what you've learned
|
||||
You want someone to hurt like you
|
||||
(Forfeit the game)
|
||||
You live what you've learned
|
||||
You want to share what you've been through
|
||||
You live what you've learned
|
||||
@@ -1,77 +0,0 @@
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
Graffiti decorations
|
||||
Under a sky of dust
|
||||
A constant wave of tension
|
||||
On top of broken trust
|
||||
The lessons that you taught me
|
||||
I learn were never true
|
||||
Now I find myself in question
|
||||
(They point the finger at me again)
|
||||
Guilty by association
|
||||
(You point the finger at me again)
|
||||
|
||||
[Chester Bennington:]
|
||||
I wanna run away
|
||||
Never say goodbye
|
||||
I wanna know the truth
|
||||
Instead of wondering why
|
||||
I wanna know the answers
|
||||
No more lies
|
||||
I wanna shut the door
|
||||
And open up my mind
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
Paper bags and angry voices
|
||||
Under a sky of dust
|
||||
Another wave of tension
|
||||
Has more than filled me up
|
||||
All my talk of taking action
|
||||
These words were never true
|
||||
Now I find myself in question
|
||||
(They point the finger at me again)
|
||||
Guilty by association
|
||||
(You point the finger at me again)
|
||||
|
||||
[Chester Bennington:]
|
||||
I wanna run away
|
||||
Never say goodbye
|
||||
I wanna know the truth
|
||||
Instead of wondering why
|
||||
I wanna know the answers
|
||||
No more lies
|
||||
I wanna shut the door
|
||||
And open up my mind
|
||||
|
||||
[Chester Bennington (Mike Shinoda):]
|
||||
I'm gonna run away and never say goodbye
|
||||
(gonna run away, gonna run away, gonna run away, gonna run away)
|
||||
I'm gonna run away and never wonder why
|
||||
(gonna run away, gonna run away, gonna run away, gonna run away)
|
||||
|
||||
I'm gonna run away and open up my mind
|
||||
(gonna run away, gonna run away)
|
||||
Mind!
|
||||
(gonna run away, gonna run away)
|
||||
Mind!
|
||||
(gonna run away, gonna run away)
|
||||
Mind!
|
||||
(gonna run away, gonna run away)
|
||||
|
||||
[Chester Bennington:]
|
||||
I wanna run away
|
||||
Never say goodbye
|
||||
I wanna know the truth
|
||||
Instead of wondering why
|
||||
I wanna know the answers
|
||||
No more lies
|
||||
I wanna shut the door
|
||||
And open up my mind
|
||||
|
||||
I wanna run away
|
||||
And open up my mind
|
||||
I wanna run away
|
||||
And open up my mind
|
||||
I wanna run away
|
||||
And open up my mind
|
||||
I wanna run away
|
||||
And open up my mind
|
||||
@@ -1,77 +0,0 @@
|
||||
[Mike Shinoda:]
|
||||
I woke up in a dream today
|
||||
To the cold of the static and put my cold feet on the floor
|
||||
Forgot all about yesterday
|
||||
Remembering I'm pretending to be where I'm not anymore
|
||||
A little taste of hypocrisy
|
||||
|
||||
And I'm left in the wake of the mistake, slow to react
|
||||
And even though you're so close to me
|
||||
You're still so distant and I can't bring you back
|
||||
|
||||
[Chester Bennington:]
|
||||
It's true the way I feel
|
||||
Was promised by your face
|
||||
The sound of your voice
|
||||
Painted on my memories
|
||||
Even if you're not with me
|
||||
|
||||
[(Chester Bennington) Mike Shinoda:]
|
||||
(I'm with you)
|
||||
You
|
||||
Now I see keeping everything inside
|
||||
(with you)
|
||||
You
|
||||
Now I see even when I close my eyes
|
||||
|
||||
[Mike Shinoda:]
|
||||
I hit you and you hit me back
|
||||
We fall to the floor, the rest of the day stands still
|
||||
Fine line between this and that
|
||||
When things go wrong I pretend that the past isn't real
|
||||
|
||||
Now I'm trapped in this memory
|
||||
And I'm left in the wake of the mistake, slow to react
|
||||
So even though you're close to me
|
||||
You're still so distant and I can't bring you back
|
||||
|
||||
[Chester Bennington:]
|
||||
It's true the way I feel
|
||||
Was promised by your face
|
||||
The sound of your voice
|
||||
Painted on my memories
|
||||
Even if you're not with me
|
||||
|
||||
[(Chester Bennington) Mike Shinoda:]
|
||||
(I'm with you)
|
||||
You
|
||||
Now I see keeping everything inside
|
||||
(with you)
|
||||
You
|
||||
Now I see even when I close my eyes
|
||||
(with you)
|
||||
You
|
||||
Now I see keeping everything inside
|
||||
(with you)
|
||||
You
|
||||
Now I see even when I close my eyes
|
||||
|
||||
[Chester Bennington:]
|
||||
No, no matter how far we've come
|
||||
I can't wait to see tomorrow
|
||||
No matter how far we've come
|
||||
I, I can't wait to see tomorrow
|
||||
|
||||
[(Chester Bennington) Mike Shinoda:]
|
||||
(with you)
|
||||
You
|
||||
Now I see keeping everything inside
|
||||
(with you)
|
||||
You
|
||||
Now I see even when I close my eyes
|
||||
(with you)
|
||||
You
|
||||
Now I see keeping everything inside
|
||||
(with you)
|
||||
You
|
||||
Now I see even when I close my eyes
|
||||
@@ -1,11 +0,0 @@
|
||||
Fhir a' bhàta
|
||||
'S tric mi sealltainn on chnoc as àirde
|
||||
Gach àit' an téid thu
|
||||
Dh'fheuch am faic mi fear a' bhàta
|
||||
Gach àit' an téid thu
|
||||
|
||||
Fhir a' bhàta
|
||||
'S tric mi sealltainn on chnoc as àirde
|
||||
Gach àit' an téid thu
|
||||
Dh'fheuch am faic mi fear a' bhàta
|
||||
Gach àit' an téid thu
|
||||
@@ -1,62 +0,0 @@
|
||||
Cross off the days gone
|
||||
Cross off the days gone
|
||||
Gone by
|
||||
|
||||
Wasting away
|
||||
A self-inflicted slow decay
|
||||
What should've been, what never was
|
||||
Became the end for both of us
|
||||
|
||||
Heavy is the hand that points the finger (Finger)
|
||||
Heavy is the heart that's filled with anger (Anger)
|
||||
So lay them all to waste
|
||||
Years you decided to erase
|
||||
And cross off the days
|
||||
|
||||
So black out and hide behind the lines
|
||||
Keep staring down the sun and hope the
|
||||
Light will finally blind your eyes from seeing
|
||||
Cross off the days gone by
|
||||
Cross off the days gone by
|
||||
Cross off the days gone by
|
||||
|
||||
Cutting you free
|
||||
The phantom limb was part of me
|
||||
You have lived, you have lost
|
||||
The separation's worth the cost
|
||||
|
||||
Heavy are the words that go unspoken (Spoken)
|
||||
Heavy are the promises now broken (Broken)
|
||||
Will you learn to love the taste
|
||||
Of the destruction in your wake?
|
||||
Cross off the days
|
||||
|
||||
So black out and hide behind the lines
|
||||
Keep staring down the sun and hope the
|
||||
Light will finally blind your eyes from seeing
|
||||
Cross off the days gone by
|
||||
Cross off the days gone by
|
||||
Cross off the days gone
|
||||
|
||||
Gone by
|
||||
Making my way back from the madness
|
||||
Shifting my thoughts from the blackness
|
||||
And the sadness, but the fact is
|
||||
I'm swinging through life like a clenched fist
|
||||
Fuck sanity, I wanna bleed
|
||||
Can't kill the pain, it's everything
|
||||
It's all I feel
|
||||
It's what I breathe
|
||||
Turn the hate I breed into what I need
|
||||
Heavy is the hand that points the finger (Finger)
|
||||
Heavy is the heart that's filled with anger (Anger)
|
||||
|
||||
Did you survey everything you laid to waste
|
||||
And cross off the days?
|
||||
|
||||
So black out and hide behind the lines
|
||||
Keep staring down the sun and hope the
|
||||
Light will finally blind your eyes from seeing
|
||||
Cross off the days gone by
|
||||
Cross off the days gone by
|
||||
Cross off the days gone by
|
||||
@@ -1,48 +0,0 @@
|
||||
[Verse 1]
|
||||
It's in your eyes, a colour fade-out
|
||||
Looks like a new transition
|
||||
Is starting up and shaking your ground
|
||||
Turning your head to see a new day calling
|
||||
Does it feel like a head to lean on
|
||||
A snapshot from where you were born?
|
||||
I'm looking for your hand in the rough
|
||||
You're caught in the wire
|
||||
Well, I'll lift you out
|
||||
|
||||
[Drop]
|
||||
|
||||
[Verse 2]
|
||||
Leaning on the action
|
||||
Caught in a cellphone's rays
|
||||
Bleeding on the sofa
|
||||
Staring at the wayside
|
||||
He's coming and she knows it
|
||||
Even if she knows why
|
||||
Footsteps in the hallway
|
||||
Girl, you haven't got time
|
||||
|
||||
[Pre-Chorus]
|
||||
You gotta get out
|
||||
Go far away
|
||||
You gotta get out
|
||||
Go far away
|
||||
|
||||
[Drop]
|
||||
|
||||
[Verse 3]
|
||||
Darkness in the bedroom
|
||||
Maybe she's resting up
|
||||
Maybe she was out late
|
||||
Just come back from the club
|
||||
I can't hear her breathing
|
||||
Something doesn't seem right
|
||||
Killer in the hallway
|
||||
We're living on a set time
|
||||
|
||||
[Pre-Chorus]
|
||||
We gotta get out
|
||||
Go far away
|
||||
We gotta get out
|
||||
Go far away
|
||||
|
||||
[Drop]
|
||||
@@ -1,29 +0,0 @@
|
||||
I don't want to be the one exposed to the places no one goes
|
||||
I don't want to be the one who feels like a leper and
|
||||
I don't want to get left behind in the places that I hide
|
||||
I don't want to be the one who caves under pressure
|
||||
|
||||
It's really easy to doubt me
|
||||
I've got a feeling this can't go wrong
|
||||
My reputation precedes me
|
||||
I've got a feeling this can't go wrong
|
||||
|
||||
I don't want to have my will imposed
|
||||
Or the darkness diagnosed
|
||||
I don't want to be the one who's kneeling forever and
|
||||
I don't want to fear the day I die
|
||||
Or feel the pain unamplified
|
||||
I don't want to be the tie you've chosen to sever
|
||||
|
||||
It's really easy to doubt me
|
||||
I've got a feeling this can't go wrong
|
||||
My reputation precedes me
|
||||
I've got a feeling this can't go wrong
|
||||
|
||||
It's really easy to doubt me
|
||||
I've got a feeling this can't go wrong
|
||||
My reputation precedes me
|
||||
I've got a feeling this can't go wrong
|
||||
|
||||
My reputation precedes me
|
||||
I've got a feeling this can't go wrong
|
||||
@@ -1,70 +0,0 @@
|
||||
Bloodied corpses, broken bones reveal
|
||||
A throng of clashes crushed, our nightmare sealed
|
||||
Amongst the shadows and the stones
|
||||
|
||||
Dying mother forced to reconcile
|
||||
A hellish landscape just to feed her child
|
||||
Our interest waning, we desensitize
|
||||
Abusive power now becomes enshrined
|
||||
|
||||
The harder we fight, the faster we fall
|
||||
Stabbed in the back, defeated we crawl
|
||||
The joke in the end that no one will know
|
||||
We're dying for nothing at all
|
||||
|
||||
The harder we fight, the faster we fall (fall)
|
||||
Stabbed in the back, defeated we crawl (crawl)
|
||||
The joke in the end that no one will know (know)
|
||||
We're dying for nothing at all
|
||||
|
||||
Bloodied corpses, broken bones reveal
|
||||
A throng of clashes crushed, our nightmare sealed
|
||||
Amongst the shadows and the stones
|
||||
|
||||
Shining skies will bring on death below
|
||||
A compromising choice now rings hollow
|
||||
Self-interest gaining, killing monetized
|
||||
A million lives to boost the bottom line
|
||||
|
||||
The harder we fight, the faster we fall
|
||||
Stabbed in the back, defeated we crawl
|
||||
The joke in the end that no one will know
|
||||
We're dying for nothing at all
|
||||
|
||||
The harder we fight, the faster we fall (fall)
|
||||
Stabbed in the back, defeated we crawl (crawl)
|
||||
The joke in the end that no one will know (know)
|
||||
We're dying for nothing at all
|
||||
|
||||
Bloodied corpses, broken bones reveal
|
||||
A throng of clashes crushed, our nightmare sealed
|
||||
Amongst the shadows and the stones
|
||||
|
||||
My fear is teething
|
||||
Through salt and sweat
|
||||
The air decreasing
|
||||
Burns with regret
|
||||
|
||||
My fear is teething
|
||||
Through salt and sweat
|
||||
The air decreasing
|
||||
Burns with regret
|
||||
|
||||
Crumbled cities scattered far and wide
|
||||
The myth of mercy buried deep inside
|
||||
|
||||
The harder we fight, the faster we fall
|
||||
Stabbed in the back, defeated we crawl
|
||||
The joke in the end that no one will know
|
||||
We're dying for nothing at all
|
||||
|
||||
The harder we fight, the faster we fall (fall)
|
||||
Stabbed in the back, defeated we crawl (crawl)
|
||||
The joke in the end that no one will know (know)
|
||||
We're dying for nothing at all
|
||||
|
||||
Bloodied corpses, broken bones reveal
|
||||
A throng of clashes crushed, our nightmare sealed
|
||||
Amongst the shadows and the stones
|
||||
Amongst the shadows and the stones
|
||||
Amongst the shadows and the stones
|
||||
Binary file not shown.
@@ -1,79 +0,0 @@
|
||||
Bleed into me
|
||||
An ounce of your empathy
|
||||
Eyes lock, you can see
|
||||
A ghost, an invisible city
|
||||
|
||||
Bleed into me
|
||||
Those feelings you're harboring
|
||||
The silence says it all
|
||||
Tragedy, the look before the fall
|
||||
|
||||
Struggles and dreams mix into one
|
||||
The grim rituals have only begun
|
||||
No use in leaving
|
||||
I'll drift off before you are gone
|
||||
Before you are gone
|
||||
|
||||
As it bleeds into me
|
||||
Let it sink in for you
|
||||
Tell them the story
|
||||
Tell them the truth
|
||||
|
||||
As it bleeds into me
|
||||
Let it sink in for you
|
||||
Tell them the story
|
||||
Tell them the truth
|
||||
|
||||
Let it bleed into you
|
||||
(Bleed into you)
|
||||
|
||||
Bleed into me
|
||||
A bit of your apathy
|
||||
Cast aside, forget me
|
||||
Another disappears in the city
|
||||
(Another disappears in the city)
|
||||
|
||||
Struggles and dreams mix into one
|
||||
The grim rituals have only begun
|
||||
No use in leaving
|
||||
I'll drift off before you are gone
|
||||
Before you are gone
|
||||
|
||||
As it bleeds into me
|
||||
Let it sink in for you
|
||||
Tell them the story
|
||||
Tell them the truth
|
||||
|
||||
As it bleeds into me
|
||||
Let it sink in for you
|
||||
Tell them the story
|
||||
Tell them the truth
|
||||
|
||||
Let it bleed into you
|
||||
|
||||
Falling down
|
||||
Falling down
|
||||
An ounce of your empathy
|
||||
Struggles and dreams
|
||||
They'll drift off before you are gone
|
||||
(Gone! Gone! Gone!)
|
||||
(Gone! Gone! Gone!)
|
||||
|
||||
(Before you are gone)
|
||||
|
||||
As it bleeds into me
|
||||
Let it sink in for you
|
||||
(Tell them the truth)
|
||||
As it bleeds into me
|
||||
Let it sink in for you
|
||||
Tell them the story
|
||||
Tell them the truth
|
||||
|
||||
As it bleeds into me
|
||||
Let it sink in for you
|
||||
Tell them the story
|
||||
Tell them the truth
|
||||
|
||||
Let it bleed into you
|
||||
(Bleed into you)
|
||||
(Bleed into you)
|
||||
@@ -1,78 +0,0 @@
|
||||
Who has the means to save us from ourselves
|
||||
To pull us from the vicious cycles feeding back again
|
||||
Consume and feed, degenerate
|
||||
We damage just to liberate
|
||||
Bought and sold before we could even breathe
|
||||
|
||||
I feel like we're falling
|
||||
A lifeline just out of our reach
|
||||
I feel our collapsing
|
||||
The arrogant numb to our needs
|
||||
|
||||
You're a catastrophe
|
||||
The one who's come to devastate
|
||||
Catastrophist
|
||||
You stole our innocence
|
||||
You're a catastrophe
|
||||
The one who's come to devastate
|
||||
Catastrophist
|
||||
We never had a chance
|
||||
|
||||
How far along before we fade away
|
||||
So deeply out of focus but it seems we never cared
|
||||
Deflect, deny what flows inside
|
||||
The poison springs internalize
|
||||
Bought and sold before we could even breathe
|
||||
|
||||
I feel like we're falling
|
||||
A lifeline just out of our reach
|
||||
I feel our collapsing
|
||||
The arrogant numb to our needs
|
||||
|
||||
You're a catastrophe
|
||||
The one who's come to devastate
|
||||
Catastrophist
|
||||
You stole our innocence
|
||||
You're a catastrophe
|
||||
The one who's come to devastate
|
||||
Catastrophist
|
||||
We never had a chance
|
||||
Never had a chance
|
||||
|
||||
Never had a chance
|
||||
|
||||
Who has the means to save us from ourselves
|
||||
To pull us from the vicious cycles feeding back again, feeding back again
|
||||
|
||||
The bringer of our devastation
|
||||
You stole our innocence
|
||||
Bringer of our devastation
|
||||
It's you, catastrophist
|
||||
|
||||
Consume and feed, degenerate
|
||||
We damage just to liberate
|
||||
Deflect, deny, what flows inside
|
||||
The poison springs internalize
|
||||
|
||||
I feel like we're falling
|
||||
A lifeline just out of our reach
|
||||
I feel our collapsing
|
||||
The arrogant numb to our needs
|
||||
|
||||
You're a catastrophe
|
||||
The one who's come to devastate
|
||||
Catastrophist
|
||||
You stole our innocence
|
||||
We never had a chance
|
||||
You're a catastrophe
|
||||
The one who's come to devastate
|
||||
Catastrophist
|
||||
We never had a chance
|
||||
Never had a chance
|
||||
|
||||
Catastrophist
|
||||
|
||||
The bringer of our devastation
|
||||
You stole our innocence
|
||||
Bringer of our devastation
|
||||
It's you, catastrophist
|
||||
@@ -1,53 +0,0 @@
|
||||
Your face betrays your words
|
||||
And those words gave way to hurt
|
||||
The ground between us grows
|
||||
Like wounds that never show
|
||||
|
||||
But the distance couldn't mend
|
||||
Cause the time ran out instead
|
||||
The ground between us grows
|
||||
Like wounds that never show
|
||||
|
||||
Of father and son
|
||||
Two lives now come undone
|
||||
Of father and son
|
||||
Too late, now all is gone
|
||||
|
||||
So tonight
|
||||
I'm scattering the ashes
|
||||
I'm scattering the ashes
|
||||
|
||||
Your face reveals your pain
|
||||
Seconds lost, I take the blame
|
||||
The cold light cuts the night
|
||||
Your ashes come to life
|
||||
|
||||
What's left is in my hands
|
||||
Will I ever understand
|
||||
The cold light cuts the night
|
||||
Your ashes come to life
|
||||
|
||||
Of father and son
|
||||
Two lives now come undone
|
||||
Of father and son
|
||||
Too late, now all is gone
|
||||
|
||||
So tonight
|
||||
I'm scattering the ashes
|
||||
I'm scattering the ashes
|
||||
|
||||
What's lost
|
||||
We'll never know
|
||||
What's lost
|
||||
We'll never know
|
||||
|
||||
Of father and son
|
||||
Two lives now come undone
|
||||
Of father and son
|
||||
Too late, now all is gone
|
||||
|
||||
So tonight
|
||||
I'm scattering the ashes
|
||||
I'm scattering the ashes
|
||||
I'm scattering the ashes
|
||||
I'm scattering the ashes
|
||||
@@ -1,76 +0,0 @@
|
||||
I, I give in
|
||||
I am through
|
||||
My sickness unto you
|
||||
I give in
|
||||
I am through
|
||||
My sickness unto you
|
||||
|
||||
I give in
|
||||
I am through
|
||||
My sickness unto you
|
||||
I give in
|
||||
I am through
|
||||
My sickness unto you
|
||||
|
||||
I felt your heart stop beating
|
||||
With my own two hands
|
||||
I felt my life lose meaning
|
||||
I'll never be whole again
|
||||
|
||||
I held you in my arms
|
||||
As she injected you with death
|
||||
We made you feel like there was nothing wrong
|
||||
|
||||
It won't stop replaying in my head
|
||||
The opened eyes and mouth of my beloved
|
||||
Who now is dead
|
||||
|
||||
I felt your heart stop beating
|
||||
With my own two hands
|
||||
I felt my life lose meaning
|
||||
I'll never be whole again
|
||||
|
||||
I watched you start to fall
|
||||
So I eased you to the ground
|
||||
You looked both panicked and at peace
|
||||
|
||||
It won't stop replaying in my head
|
||||
The opened eyes and mouth of my beloved
|
||||
Who now is dead
|
||||
|
||||
I, I give in
|
||||
I am through
|
||||
My sickness unto you
|
||||
I give in
|
||||
I am through
|
||||
My sickness unto you
|
||||
|
||||
My sickness unto you
|
||||
|
||||
(A part of me is fucking dead
|
||||
My lungs have filled up with regret
|
||||
For every day I was away
|
||||
I'll never be whole again)
|
||||
|
||||
A part of me is fucking dead
|
||||
My lungs have filled up with regret
|
||||
For every day I was away
|
||||
I'll never be whole again
|
||||
|
||||
A part of me is fucking dead
|
||||
My lungs have filled up with regret
|
||||
For every day I was away
|
||||
I'll never be whole again
|
||||
|
||||
It won't stop replaying in my head
|
||||
The opened eyes and mouth of my beloved
|
||||
Who now is dead
|
||||
|
||||
I, I give in
|
||||
I am through
|
||||
My sickness unto you
|
||||
I give in
|
||||
I am through
|
||||
My sickness unto you
|
||||
My sickness unto you
|
||||
My sickness unto you
|
||||
@@ -1,55 +0,0 @@
|
||||
Explicit deviance
|
||||
Don't have to hide
|
||||
Display their wealth of sin
|
||||
Right 'fore our eyes
|
||||
|
||||
Complicit in ruin
|
||||
Protect with lies
|
||||
Defenestrate, destroy
|
||||
Mock and victimize
|
||||
|
||||
Nothing to gain
|
||||
Playing their games
|
||||
Always the same
|
||||
Corruption betrays
|
||||
|
||||
I stand in defiance of your ways
|
||||
(The defiant, the defiant)
|
||||
Nothing can absolve you from this hate
|
||||
(The defiant, the defiant in your way)
|
||||
|
||||
Explicit deviance
|
||||
Don't have to hide
|
||||
Display their wealth of sin
|
||||
Right 'fore our eyes
|
||||
|
||||
Complicit in ruin
|
||||
Protect with lies
|
||||
Defenestrate, destroy
|
||||
Mock and victimize
|
||||
|
||||
Nothing to gain
|
||||
Playing their games
|
||||
Always the same
|
||||
Corruption betrays
|
||||
|
||||
I stand in defiance of your ways
|
||||
(The defiant, the defiant)
|
||||
Nothing can absolve you from this hate
|
||||
(The defiant, the defiant in your way)
|
||||
|
||||
Nothing can absolve you from this hate
|
||||
(This hate, this hate)
|
||||
|
||||
I stand in defiance of your ways
|
||||
Nothing can absolve you from this hate
|
||||
|
||||
The defiant in your way
|
||||
(The defiant)
|
||||
The defiant in your way
|
||||
(The defiant, the defiant in your way)
|
||||
|
||||
I stand in defiance of your ways
|
||||
(The defiant, the defiant)
|
||||
Nothing can absolve you from this hate
|
||||
(The defiant, the defiant in your way)
|
||||
@@ -1,53 +0,0 @@
|
||||
I'm calling out to you, can you hear me?
|
||||
Numb and disconnected, just beyond your sight
|
||||
I'm not myself anymore
|
||||
But I'm not alone
|
||||
|
||||
I'm not alone
|
||||
I'm not alone
|
||||
|
||||
What the dead men say
|
||||
It's just between us
|
||||
What the dead men say
|
||||
You can't let go
|
||||
What the dead men say
|
||||
It's just between us
|
||||
What the dead men say
|
||||
You can't let go
|
||||
|
||||
I'm holding onto you, do you feel me?
|
||||
Trapped but unaffected, like a memory
|
||||
I'm waiting for a sign of life
|
||||
And I can't let go
|
||||
|
||||
I can't let go
|
||||
I can't let go
|
||||
|
||||
What the dead men say
|
||||
It's just between us
|
||||
What the dead men say
|
||||
You can't let go
|
||||
What the dead men say
|
||||
It's just between us
|
||||
What the dead men say
|
||||
You can't let go
|
||||
|
||||
Is this the light or a distant mirror
|
||||
You've kept me for yourself, that much is clear
|
||||
|
||||
What the dead men say
|
||||
It's just between us
|
||||
What the dead men say
|
||||
You can't let go
|
||||
What the dead men say
|
||||
It's just between us
|
||||
What the dead men say
|
||||
You can't let go
|
||||
|
||||
What the dead men say
|
||||
What the dead men say
|
||||
You can't let go
|
||||
What the dead men say
|
||||
It's just between us
|
||||
What the dead men say
|
||||
You can't let go
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
music_library="$HOME/Music"
|
||||
|
||||
fallback_image="~/.local/share/icons/Flatery-Indigo/apps/64/gnome-music.svg"
|
||||
|
||||
ffmpeg -y -i "$(mpc --format "$music_library"/%file% | head -n 1)" /tmp/mpd_cover.jpg > /dev/null 2>&1 && \
|
||||
|
||||
notify-send -i /tmp/mpd_cover.jpg "Now Playing:" "$(mpc current)" || \
|
||||
|
||||
notify-send -i $fallback_image "Now Playing:" "$(mpc current)"
|
||||
@@ -5,8 +5,9 @@
|
||||
"lazyvim.plugins.extras.lang.ansible",
|
||||
"lazyvim.plugins.extras.lang.toml"
|
||||
],
|
||||
"install_version": 7,
|
||||
"news": {
|
||||
"NEWS.md": "10960"
|
||||
},
|
||||
"version": 7
|
||||
"version": 8
|
||||
}
|
||||
@@ -0,0 +1,85 @@
|
||||
return {
|
||||
{
|
||||
"saghen/blink.cmp",
|
||||
version = not vim.g.lazyvim_blink_main and "*",
|
||||
build = vim.g.lazyvim_blink_main and "cargo build --release",
|
||||
opts_extend = {
|
||||
"sources.completion.enabled_providers",
|
||||
"sources.compat",
|
||||
"sources.default",
|
||||
},
|
||||
dependencies = {
|
||||
"rafamadriz/friendly-snippets",
|
||||
-- add blink.compat to dependencies
|
||||
{
|
||||
"saghen/blink.compat",
|
||||
optional = true, -- make optional so it's only enabled if any extras need it
|
||||
opts = {},
|
||||
version = not vim.g.lazyvim_blink_main and "*",
|
||||
},
|
||||
},
|
||||
event = "InsertEnter",
|
||||
|
||||
opts = {
|
||||
snippets = {
|
||||
expand = function(snippet, _)
|
||||
return LazyVim.cmp.expand(snippet)
|
||||
end,
|
||||
},
|
||||
appearance = {
|
||||
-- sets the fallback highlight groups to nvim-cmp's highlight groups
|
||||
-- useful for when your theme doesn't support blink.cmp
|
||||
-- will be removed in a future release, assuming themes add support
|
||||
use_nvim_cmp_as_default = false,
|
||||
-- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font'
|
||||
-- adjusts spacing to ensure icons are aligned
|
||||
nerd_font_variant = "mono",
|
||||
},
|
||||
completion = {
|
||||
accept = {
|
||||
-- experimental auto-brackets support
|
||||
auto_brackets = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
menu = {
|
||||
draw = {
|
||||
treesitter = { "lsp" },
|
||||
},
|
||||
},
|
||||
documentation = {
|
||||
auto_show = true,
|
||||
auto_show_delay_ms = 200,
|
||||
},
|
||||
ghost_text = {
|
||||
enabled = vim.g.ai_cmp,
|
||||
},
|
||||
},
|
||||
|
||||
-- experimental signature help support
|
||||
-- signature = { enabled = true },
|
||||
|
||||
sources = {
|
||||
-- adding any nvim-cmp sources here will enable them
|
||||
-- with blink.compat
|
||||
compat = {},
|
||||
default = { "lsp", "path", "snippets", "buffer" },
|
||||
cmdline = {},
|
||||
},
|
||||
|
||||
keymap = {
|
||||
preset = "enter",
|
||||
["<C-Space>"] = { "show", "show_documentation", "hide_documentation" },
|
||||
["<C-e>"] = { "cancel" },
|
||||
["<Tab>"] = { "select_next", "fallback" },
|
||||
["<S-Tab>"] = { "select_prev", "fallback" },
|
||||
["<C-u>"] = { "scroll_documentation_up", "fallback" },
|
||||
["<C-d>"] = { "scroll_documentation_down", "fallback" },
|
||||
-- ["<Tab>"] = { "snippet_forward", "fallback" },
|
||||
-- ["<S-Tab>"] = { "snippet_backward", "fallback" },
|
||||
["<C-k>"] = { "show_signature", "hide_signature", "fallback" },
|
||||
["<C-y>"] = { "select_and_accept" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
enabled = false,
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-emoji",
|
||||
-- "bydlw98/cmp-env",
|
||||
|
||||
@@ -3,7 +3,7 @@ color_scheme_path=/home/lokman/.config/qt5ct/colors/Catppuccin-Mocha.conf
|
||||
custom_palette=false
|
||||
icon_theme=Papirus-Dark
|
||||
standard_dialogs=default
|
||||
style=kvantum
|
||||
style=kvantum-dark
|
||||
|
||||
[Fonts]
|
||||
fixed="DejaVu Sans,11,-1,5,50,0,0,0,0,0"
|
||||
@@ -28,7 +28,7 @@ wheel_scroll_lines=3
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\b\xcc\0\0\x1\xda\0\0\vP\0\0\x3\xce\0\0\b\xcd\0\0\x1\xdb\0\0\vO\0\0\x3\xcd\0\0\0\0\0\0\0\0\rp\0\0\b\xcd\0\0\x1\xdb\0\0\vO\0\0\x3\xcd)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\a\x18\0\0\x1\xff\0\0\0\0\0\0\0\0\0\0\a+\0\0\x1\xff\0\0\0\0\x2\0\0\0\rp\0\0\0\0\0\0\0\0\0\0\a\x18\0\0\x1\xff)
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x6\xa3\0\0\x5^\0\0\0\0\0\0\0\0\0\0\x6\xb7\0\0\x5x\0\0\0\0\x2\0\0\0\rp\0\0\0\0\0\0\0\0\0\0\x6\xa3\0\0\x5^)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[Appearance]
|
||||
color_scheme_path=/home/lokman/.config/qt6ct/colors/Catppuccin-Mocha.conf
|
||||
custom_palette=false
|
||||
icon_theme=WhiteSur-dark
|
||||
custom_palette=true
|
||||
icon_theme=Papirus-Dark
|
||||
standard_dialogs=gtk3
|
||||
style=kvantum
|
||||
|
||||
@@ -28,7 +28,7 @@ wheel_scroll_lines=3
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\xf5\0\0\x1\x80\0\0\x3\xdb\0\0\x3\x90\0\0\0\xf5\0\0\x1\x80\0\0\x3\xdb\0\0\x3\x90\0\0\0\0\x2\0\0\0\rp\0\0\0\xf5\0\0\x1\x80\0\0\x3\xdb\0\0\x3\x90)
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\a\x18\0\0\x1\xbf\0\0\0\0\0\0\0\0\0\0\a+\0\0\x1\xdf\0\0\0\0\x2\0\0\0\rp\0\0\0\0\0\0\0\0\0\0\a\x18\0\0\x1\xbf)
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4l\0\0\x2\xa7\0\0\0\0\0\0\0\0\0\0\x4\x7f\0\0\x2\xbb\0\0\0\0\x2\0\0\0\rp\0\0\0\0\0\0\0\0\0\0\x4l\0\0\x2\xa7)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
|
||||
@@ -29,8 +29,8 @@ WhitePointBlue=986
|
||||
WhitePointGreen=986
|
||||
[Prefs]
|
||||
StartupTip=15
|
||||
WindowXOffset=1283
|
||||
WindowYOffset=730
|
||||
WindowXOffset=1725
|
||||
WindowYOffset=231
|
||||
WindowXSize=1268
|
||||
WindowYSize=701
|
||||
Language=3
|
||||
@@ -38,7 +38,7 @@ Language=3
|
||||
Copyright=Lokman Caliskan
|
||||
LogFile=0
|
||||
PDFFileName=YYYY-MM-DD-0001+.pdf
|
||||
RawOutputWith=2
|
||||
RawOutputWith=1
|
||||
[Filter-MX350-DocFeeder]
|
||||
Sharpen=1
|
||||
[Input-File]
|
||||
@@ -48,9 +48,9 @@ ScanResolution=2
|
||||
[Filter-File-DocFeeder]
|
||||
Sharpen=1
|
||||
[Input-MB5100-Flatbed]
|
||||
ScanResolution=3
|
||||
[Input-MB5100]
|
||||
Mode=1
|
||||
ScanResolution=4
|
||||
PreviewXSize=9921
|
||||
PreviewYSize=14031
|
||||
[Input-MB5100-DuplexFeeder]
|
||||
ScanResolution=2
|
||||
AutoSkew=1
|
||||
@@ -65,15 +65,19 @@ PreviewYSize=7016
|
||||
ScanResolution=3
|
||||
Skew=63
|
||||
Media=0
|
||||
PreviewXOffset=139
|
||||
PreviewXSize=9921
|
||||
PreviewYSize=14031
|
||||
[Crop-MB5100-DocFeeder]
|
||||
CropSize=15
|
||||
XSize=9921
|
||||
YSize=14031
|
||||
XSize=4961
|
||||
YSize=7016
|
||||
PreviewXSize=4961
|
||||
PreviewYSize=7016
|
||||
XCenter=4960
|
||||
YCenter=7016
|
||||
Skew=1000
|
||||
[Crop-MB5100-Flatbed]
|
||||
XCenter=5120
|
||||
YCenter=6164
|
||||
XSize=9585
|
||||
YSize=11463
|
||||
Skew=-15
|
||||
[Color-MB5100-Flatbed]
|
||||
WhitePointRed=984
|
||||
WhitePointGreen=984
|
||||
WhitePointBlue=984
|
||||
|
||||
@@ -29,13 +29,11 @@
|
||||
"wireplumber": {
|
||||
"format": "{volume}% {icon}",
|
||||
"format-muted": " Muted",
|
||||
"on-click": "pavucontrol",
|
||||
"on-click": "pwvucontrol",
|
||||
"on-click-middle": "wezterm -e pulsemixer",
|
||||
"on-click-right": "~/.config/hypr/scripts/wireplumber.py",
|
||||
"on-scroll-up": "volumectl +2%",
|
||||
"on-scroll-down": "volumectl -2%",
|
||||
// "on-scroll-up": "pamixer -i 5",
|
||||
// "on-scroll-down": "pamixer -d 5",
|
||||
"on-scroll-up": "swayosd-client --output-volume +5",
|
||||
"on-scroll-down": "swayosd-client --output-volume -5",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
"hands-free": "",
|
||||
|
||||
Reference in New Issue
Block a user